@openclaw/slack 2026.9.2 → 2026.9.3

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 (2536) hide show
  1. package/dist/{action-runtime-DftQWpI4.js → action-runtime-CDeQkU__.js} +4 -4
  2. package/dist/action-runtime.runtime-C0NRFz6i.js +2 -0
  3. package/dist/{actions-CFkvEv1d.js → actions-NBjICINI.js} +38 -43
  4. package/dist/api.js +9 -9
  5. package/dist/{approval-handler.runtime-BeILKdw4.js → approval-handler.runtime-Ceuqg0dX.js} +7 -9
  6. package/dist/{channel-CmOuxbOD.js → channel-BA3swiQP.js} +23 -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-XCgEbqUU.js} +2 -2
  10. package/dist/{channel.setup-D5z1ReaT.js → channel.setup-FuoOWjWU.js} +2 -2
  11. package/dist/{config-schema-JDx_f9Zb.js → config-schema-DrY3S7Ee.js} +10 -39
  12. package/dist/{directory-live-BuBPHmju.js → directory-live-BHEVDsdG.js} +1 -1
  13. package/dist/{monitor-DI07pfJl.js → monitor-BAZB29kR.js} +3 -3
  14. package/dist/{outbound-adapter-B5QyTRpJ.js → outbound-adapter-CvOvmMa7.js} +3 -3
  15. package/dist/{pipeline.runtime-BdIwZgm4.js → pipeline.runtime-uzM3DH1T.js} +81 -128
  16. package/dist/{policy-Bh5TOqII.js → policy-DzUHR8tk.js} +2 -2
  17. package/dist/{provider-DoaUvAM4.js → provider-BvuEcGRl.js} +12 -12
  18. package/dist/{relay-source-D4uecp68.js → relay-source-DARGWG1N.js} +1 -1
  19. package/dist/{replies-DENuTcPO.js → replies-DnKtWYw4.js} +7 -7
  20. package/dist/{reply-blocks-PRkhyAN7.js → reply-blocks-DcAWH25M.js} +56 -22
  21. package/dist/{resolve-channels-DQGV2VrE.js → resolve-channels-Bc8m8vbt.js} +1 -1
  22. package/dist/{resolve-users-DRGt_Q4I.js → resolve-users-yNamAAsN.js} +1 -1
  23. package/dist/runtime-api.js +10 -10
  24. package/dist/{scopes-CZzeGdWV.js → scopes-A_sJNLH6.js} +1 -1
  25. package/dist/{send-DElUcgIs.js → send-RcdbbkzS.js} +8 -11
  26. package/dist/{send.runtime-C8D6cKGm.js → send.runtime-DE7UXChq.js} +1 -1
  27. package/dist/{session-status-BynwcZSO.js → session-status-qYGWV7LP.js} +8 -8
  28. package/dist/setup-plugin-api.js +1 -1
  29. package/dist/{setup-surface-B1_gpGBl.js → setup-surface-D0eISHY2.js} +4 -4
  30. package/dist/{shared-CNQsWJT7.js → shared--uqkfibn.js} +2 -2
  31. package/dist/{slash-dispatch.runtime-DhsXavSY.js → slash-dispatch.runtime-CaDmjo5f.js} +1 -1
  32. package/node_modules/@slack/socket-mode/README.md +44 -8
  33. package/node_modules/@slack/socket-mode/dist/package.json +4 -4
  34. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +16 -1
  35. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
  36. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +39 -3
  37. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
  38. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
  39. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +4 -0
  40. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
  41. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
  42. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
  43. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
  44. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
  45. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
  46. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  47. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
  48. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
  49. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
  50. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
  51. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
  52. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
  53. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
  54. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
  55. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
  56. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
  57. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
  58. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
  59. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
  60. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
  61. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
  62. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
  63. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  64. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
  65. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
  66. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
  67. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
  68. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
  69. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
  70. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  71. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
  72. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
  73. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
  74. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
  75. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
  76. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
  77. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
  78. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
  79. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
  80. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
  81. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
  82. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
  83. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
  84. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
  85. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
  86. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
  87. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
  88. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
  89. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
  90. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
  91. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
  92. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
  93. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
  94. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
  95. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
  96. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
  97. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
  98. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
  99. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
  100. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  101. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  102. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  103. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  104. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  105. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  106. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
  107. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
  108. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
  109. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
  110. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
  111. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
  112. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
  113. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  114. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  115. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
  116. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  117. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
  118. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  119. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
  120. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  121. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  122. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  123. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  124. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  125. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  126. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  127. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  128. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
  129. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
  130. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
  131. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
  132. package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +23 -0
  133. package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +32 -0
  134. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +953 -0
  135. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
  136. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
  137. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
  138. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +474 -0
  139. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
  140. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +3 -0
  141. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
  142. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +237 -0
  143. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
  144. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
  145. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
  146. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +88 -0
  147. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
  148. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
  149. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
  150. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +26 -0
  151. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
  152. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +6 -0
  153. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +1 -0
  154. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +52 -0
  155. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
  156. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +3 -0
  157. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +1 -0
  158. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
  159. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
  160. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
  161. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
  162. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
  163. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
  164. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
  165. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
  166. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +36 -0
  167. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
  168. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +3 -0
  169. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +1 -0
  170. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +232 -0
  171. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
  172. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +3 -0
  173. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +1 -0
  174. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +29 -0
  175. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +1 -0
  176. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +3 -0
  177. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +1 -0
  178. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +8 -0
  179. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
  180. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +3 -0
  181. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +1 -0
  182. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
  183. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
  184. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +3 -0
  185. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +1 -0
  186. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
  187. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
  188. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +3 -0
  189. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
  190. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +6 -0
  191. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
  192. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +3 -0
  193. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +1 -0
  194. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
  195. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
  196. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +3 -0
  197. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
  198. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  199. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  200. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  201. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  202. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +60 -0
  203. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
  204. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +4 -0
  205. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +1 -0
  206. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +33 -0
  207. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
  208. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +3 -0
  209. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +1 -0
  210. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
  211. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
  212. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
  213. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
  214. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +55 -0
  215. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
  216. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +3 -0
  217. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +1 -0
  218. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +26 -0
  219. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
  220. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +3 -0
  221. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +1 -0
  222. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +60 -0
  223. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
  224. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +43 -0
  225. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +1 -0
  226. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
  227. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
  228. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +3 -0
  229. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +1 -0
  230. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
  231. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
  232. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +3 -0
  233. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
  234. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +19 -0
  235. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
  236. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +3 -0
  237. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +1 -0
  238. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
  239. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
  240. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
  241. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
  242. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +308 -0
  243. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
  244. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +3 -0
  245. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +1 -0
  246. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
  247. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
  248. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +3 -0
  249. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +1 -0
  250. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
  251. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
  252. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +3 -0
  253. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
  254. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
  255. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
  256. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
  257. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
  258. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +13 -0
  259. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
  260. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +3 -0
  261. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +1 -0
  262. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
  263. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
  264. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
  265. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
  266. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
  267. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
  268. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +3 -0
  269. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
  270. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +99 -0
  271. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
  272. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +3 -0
  273. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +1 -0
  274. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +8 -0
  275. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
  276. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +3 -0
  277. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +1 -0
  278. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +313 -0
  279. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
  280. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +3 -0
  281. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +1 -0
  282. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +12 -0
  283. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +1 -0
  284. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +28 -0
  285. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +1 -0
  286. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +171 -0
  287. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
  288. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +3 -0
  289. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
  290. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +281 -0
  291. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
  292. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +27 -0
  293. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
  294. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +71 -0
  295. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +1 -0
  296. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +3 -0
  297. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +1 -0
  298. package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +47 -0
  299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +23 -0
  300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +390 -0
  301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +255 -0
  302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -0
  303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +750 -0
  304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +1 -0
  305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +92 -0
  306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
  307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +193 -0
  308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
  309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +58 -0
  310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -0
  311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +89 -0
  312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +1 -0
  313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +89 -0
  314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
  315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +355 -0
  316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
  317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +7 -0
  318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -0
  319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +14 -0
  320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +1 -0
  321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +11 -0
  322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +1 -0
  323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +46 -0
  324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +1 -0
  325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +14 -0
  326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -0
  327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +87 -0
  328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +1 -0
  329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +7 -0
  330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -0
  331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +29 -0
  332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +1 -0
  333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +1572 -0
  334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -0
  335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +1610 -0
  336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +1 -0
  337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +27 -0
  338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -0
  339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +34 -0
  340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -0
  341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +5 -0
  342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
  343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
  344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
  345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
  346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
  347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
  348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
  349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +74 -0
  350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
  351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
  352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
  353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
  354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
  355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
  356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
  357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
  358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
  359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
  360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
  361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +144 -0
  362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
  363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
  364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
  365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
  366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
  367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
  368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
  369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +18 -0
  370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
  371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
  372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
  373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
  374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
  375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
  376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
  377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
  378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
  379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
  380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
  381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
  382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
  383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
  384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
  385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
  386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
  387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
  388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
  389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +116 -0
  390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
  391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
  392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
  393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
  394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
  395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
  396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
  397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
  398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
  399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
  400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
  401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +29 -0
  402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
  403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
  404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
  405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +52 -0
  406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -0
  407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +3 -0
  408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +1 -0
  409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
  410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
  411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
  412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
  413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +28 -0
  414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
  415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
  416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
  417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
  418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
  419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
  420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
  421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
  422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
  423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
  424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
  425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
  426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
  427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
  428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
  429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +291 -0
  430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
  431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
  432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
  433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +127 -0
  434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
  435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
  436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
  437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +168 -0
  438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
  439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
  440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
  441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
  442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
  443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
  444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
  445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
  446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
  447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
  448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
  449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
  450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
  451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
  452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
  453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +200 -0
  458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
  459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
  460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
  461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
  462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
  463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
  464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
  465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +46 -0
  466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
  467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +3 -0
  468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
  469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +322 -0
  470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
  471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
  472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
  473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
  474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
  475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
  476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
  477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
  478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
  479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
  480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
  481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
  482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
  483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
  484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
  485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
  486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
  487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
  488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
  489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +19 -0
  490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
  491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
  492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
  493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
  494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
  495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
  496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
  497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +15 -0
  498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
  499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
  500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
  501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +29 -0
  502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
  503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
  504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
  505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
  506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
  507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
  508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
  509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +10 -0
  510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
  511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
  512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
  513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
  514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
  515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
  516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
  517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
  518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
  519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
  520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
  521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +50 -0
  522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
  523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
  524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
  525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +84 -0
  526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
  527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
  528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
  529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +48 -0
  530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
  531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
  532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
  533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +42 -0
  534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
  535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
  536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
  537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
  538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
  539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
  540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
  541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
  542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
  543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +11 -0
  544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
  545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
  546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
  547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +11 -0
  548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
  549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +59 -0
  550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
  551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +11 -0
  552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
  553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
  554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
  555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +11 -0
  556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
  557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
  558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
  559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +11 -0
  560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
  561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
  562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
  563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +11 -0
  564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
  565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
  566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
  567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +11 -0
  568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
  569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +68 -0
  570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
  571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +11 -0
  572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
  573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
  574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
  575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +11 -0
  576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
  577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +59 -0
  578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
  579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +11 -0
  580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
  581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
  582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
  583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +11 -0
  584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
  585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
  586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
  587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +11 -0
  588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
  589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
  590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
  591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +11 -0
  592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
  593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
  594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
  595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +11 -0
  596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
  597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
  598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
  599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +11 -0
  600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
  601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
  602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
  603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +11 -0
  604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
  605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
  606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
  607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +11 -0
  608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
  609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
  610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
  611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +11 -0
  612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
  613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
  614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
  615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +11 -0
  616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
  617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
  618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
  619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +11 -0
  620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
  621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
  622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
  623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +11 -0
  624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
  625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
  626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
  627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +11 -0
  628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
  629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
  630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
  631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +11 -0
  632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
  633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
  634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
  635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +11 -0
  636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
  637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
  638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
  639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +11 -0
  640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
  641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
  642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
  643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +11 -0
  644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
  645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
  646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
  647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +11 -0
  648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
  649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
  650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
  651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +11 -0
  652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
  653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
  654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
  655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +11 -0
  656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
  657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
  658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
  659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +11 -0
  660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
  661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
  662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
  663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +11 -0
  664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
  665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
  666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
  667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +11 -0
  668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
  669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
  670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
  671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +11 -0
  672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
  673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
  674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
  675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +11 -0
  676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
  677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
  678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
  679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +11 -0
  680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
  681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
  682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
  683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +11 -0
  684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
  685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
  686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
  687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +11 -0
  688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
  689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
  690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
  691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +11 -0
  692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
  693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +98 -0
  694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
  695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +11 -0
  696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
  697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
  698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
  699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +11 -0
  700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
  701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
  702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
  703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +11 -0
  704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
  705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
  706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
  707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +11 -0
  708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
  709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
  710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
  711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +11 -0
  712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
  713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
  714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
  715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +11 -0
  716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
  717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
  718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
  719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +11 -0
  720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
  721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
  722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
  723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +11 -0
  724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
  725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
  726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
  727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +11 -0
  728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
  729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
  730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
  731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +11 -0
  732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
  733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
  734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
  735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +11 -0
  736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
  737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
  738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
  739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +11 -0
  740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
  741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
  742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
  743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +11 -0
  744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
  745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +38 -0
  746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
  747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +11 -0
  748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
  749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +36 -0
  750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
  751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +11 -0
  752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
  753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
  754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
  755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +11 -0
  756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
  757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
  758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
  759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +11 -0
  760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
  761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
  762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
  763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +11 -0
  764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
  765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
  766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
  767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +11 -0
  768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
  769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
  770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
  771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +11 -0
  772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
  773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
  774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
  775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +11 -0
  776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
  777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
  778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
  779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +11 -0
  780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
  781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
  782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
  783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +11 -0
  784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
  785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
  786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
  787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +11 -0
  788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
  789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
  790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
  791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +11 -0
  792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
  793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
  794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
  795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +11 -0
  796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
  797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
  798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
  799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +11 -0
  800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
  801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
  802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
  803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +11 -0
  804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
  805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
  806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
  807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +11 -0
  808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
  809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
  810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
  811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +11 -0
  812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
  813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
  814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
  815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +11 -0
  816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
  817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
  818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
  819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +11 -0
  820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
  821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
  822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
  823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +11 -0
  824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
  825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
  826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
  827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +11 -0
  828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
  829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
  830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
  831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +11 -0
  832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
  833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
  834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
  835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +11 -0
  836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
  837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
  838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
  839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +11 -0
  840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
  841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
  842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
  843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +11 -0
  844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
  845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
  846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
  847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +11 -0
  848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
  849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
  850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
  851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +11 -0
  852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
  853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +34 -0
  854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
  855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +11 -0
  856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
  857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
  858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
  859. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +11 -0
  860. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
  861. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
  862. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
  863. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +11 -0
  864. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
  865. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
  866. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
  867. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +11 -0
  868. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
  869. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
  870. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
  871. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +11 -0
  872. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
  873. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
  874. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
  875. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +11 -0
  876. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
  877. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
  878. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
  879. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +11 -0
  880. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
  881. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
  882. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
  883. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +11 -0
  884. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
  885. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
  886. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
  887. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +11 -0
  888. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
  889. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
  890. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
  891. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +11 -0
  892. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
  893. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
  894. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
  895. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +11 -0
  896. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
  897. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
  898. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
  899. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +11 -0
  900. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
  901. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
  902. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
  903. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +11 -0
  904. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
  905. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
  906. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
  907. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +11 -0
  908. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
  909. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
  910. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
  911. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +11 -0
  912. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
  913. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
  914. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
  915. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +11 -0
  916. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
  917. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
  918. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
  919. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +11 -0
  920. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
  921. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
  922. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
  923. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +11 -0
  924. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
  925. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
  926. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
  927. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +11 -0
  928. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
  929. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
  930. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
  931. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +11 -0
  932. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
  933. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
  934. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
  935. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +11 -0
  936. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
  937. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
  938. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
  939. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +11 -0
  940. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
  941. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +30 -0
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +11 -0
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +11 -0
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
  949. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
  950. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
  951. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +11 -0
  952. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
  953. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
  954. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
  955. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +11 -0
  956. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
  957. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
  958. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
  959. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +11 -0
  960. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
  961. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
  962. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
  963. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +11 -0
  964. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
  965. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
  966. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
  967. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +11 -0
  968. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
  969. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
  970. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
  971. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +11 -0
  972. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
  973. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
  974. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
  975. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +11 -0
  976. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
  977. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
  978. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
  979. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +11 -0
  980. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
  981. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
  982. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
  983. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +11 -0
  984. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
  985. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
  986. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
  987. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +11 -0
  988. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
  989. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +9 -0
  990. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +1 -0
  991. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +11 -0
  992. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +1 -0
  993. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +9 -0
  994. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +1 -0
  995. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +11 -0
  996. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +1 -0
  997. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +9 -0
  998. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +1 -0
  999. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +11 -0
  1000. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +1 -0
  1001. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +9 -0
  1002. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +1 -0
  1003. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +11 -0
  1004. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +1 -0
  1005. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
  1006. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
  1007. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +11 -0
  1008. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
  1009. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
  1010. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
  1011. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +11 -0
  1012. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
  1013. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
  1014. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
  1015. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +11 -0
  1016. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
  1017. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
  1018. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
  1019. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +11 -0
  1020. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
  1021. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
  1022. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
  1023. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +11 -0
  1024. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
  1025. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
  1026. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
  1027. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +11 -0
  1028. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
  1029. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
  1030. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
  1031. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +11 -0
  1032. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
  1033. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
  1034. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
  1035. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +11 -0
  1036. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
  1037. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
  1038. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
  1039. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +11 -0
  1040. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
  1041. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
  1042. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
  1043. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +11 -0
  1044. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
  1045. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
  1046. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
  1047. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +11 -0
  1048. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
  1049. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
  1050. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
  1051. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +11 -0
  1052. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
  1053. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
  1054. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
  1055. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +11 -0
  1056. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
  1057. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
  1058. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
  1059. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +11 -0
  1060. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
  1061. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +12 -0
  1062. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
  1063. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +11 -0
  1064. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
  1065. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +12 -0
  1066. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
  1067. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +11 -0
  1068. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
  1069. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
  1070. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
  1071. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +11 -0
  1072. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
  1073. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +10 -0
  1074. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
  1075. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +11 -0
  1076. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
  1077. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
  1078. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
  1079. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +11 -0
  1080. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
  1081. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
  1082. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
  1083. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +11 -0
  1084. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
  1085. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
  1086. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
  1087. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +11 -0
  1088. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
  1089. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
  1090. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
  1091. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +11 -0
  1092. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
  1093. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
  1094. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
  1095. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +11 -0
  1096. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
  1097. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
  1098. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
  1099. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +11 -0
  1100. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
  1101. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
  1102. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
  1103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +11 -0
  1104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
  1105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
  1106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
  1107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +11 -0
  1108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
  1109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
  1110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
  1111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +11 -0
  1112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
  1113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
  1114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
  1115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +11 -0
  1116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
  1117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
  1118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
  1119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +11 -0
  1120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
  1121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
  1122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
  1123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +11 -0
  1124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
  1125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
  1126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
  1127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +11 -0
  1128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
  1129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
  1130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
  1131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +11 -0
  1132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
  1133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
  1134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
  1135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +11 -0
  1136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
  1137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
  1138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
  1139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +11 -0
  1140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
  1141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
  1142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
  1143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +11 -0
  1144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
  1145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
  1146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
  1147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
  1148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
  1149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
  1150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
  1151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +11 -0
  1152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
  1153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
  1154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
  1155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +11 -0
  1156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
  1157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
  1158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
  1159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +11 -0
  1160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
  1161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
  1162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
  1163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +11 -0
  1164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
  1165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
  1166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
  1167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +11 -0
  1168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
  1169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1284 -0
  1170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
  1171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +67 -0
  1172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
  1173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +729 -0
  1174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
  1175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +48 -0
  1176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
  1177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
  1178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
  1179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +11 -0
  1180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
  1181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
  1182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
  1183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
  1184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
  1185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
  1186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
  1187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
  1188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
  1189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
  1190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
  1191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +11 -0
  1192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
  1193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +738 -0
  1194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
  1195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +48 -0
  1196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
  1197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
  1198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
  1199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +11 -0
  1200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
  1201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
  1202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
  1203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +11 -0
  1204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
  1205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
  1206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
  1207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +11 -0
  1208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
  1209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
  1210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
  1211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +11 -0
  1212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
  1213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
  1214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
  1215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +11 -0
  1216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
  1217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
  1218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
  1219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +11 -0
  1220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
  1221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
  1222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
  1223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +11 -0
  1224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
  1225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
  1226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
  1227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +11 -0
  1228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
  1229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1298 -0
  1230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
  1231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +67 -0
  1232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
  1233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
  1234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
  1235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +11 -0
  1236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
  1237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
  1238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
  1239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +11 -0
  1240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
  1241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
  1242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
  1243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +11 -0
  1244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
  1245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +68 -0
  1246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
  1247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +11 -0
  1248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
  1249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +10 -0
  1250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
  1251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +11 -0
  1252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
  1253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
  1254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
  1255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +11 -0
  1256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
  1257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +117 -0
  1258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
  1259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +11 -0
  1260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
  1261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +78 -0
  1262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
  1263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +11 -0
  1264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
  1265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
  1266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
  1267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +11 -0
  1268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
  1269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
  1270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
  1271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +11 -0
  1272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
  1273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +692 -0
  1274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
  1275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +48 -0
  1276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
  1277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
  1278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
  1279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +11 -0
  1280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
  1281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1266 -0
  1282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
  1283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +67 -0
  1284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
  1285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +9 -0
  1286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
  1287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +11 -0
  1288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
  1289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +9 -0
  1290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
  1291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +11 -0
  1292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
  1293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +80 -0
  1294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +1 -0
  1295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +11 -0
  1296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +1 -0
  1297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
  1298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
  1299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +11 -0
  1300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
  1301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
  1302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
  1303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +11 -0
  1304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
  1305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
  1306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
  1307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +11 -0
  1308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
  1309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
  1310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
  1311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +11 -0
  1312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
  1313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
  1314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
  1315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +11 -0
  1316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
  1317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
  1318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
  1319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +11 -0
  1320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
  1321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
  1322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
  1323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +11 -0
  1324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
  1325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
  1326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
  1327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +11 -0
  1328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
  1329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
  1330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
  1331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +11 -0
  1332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
  1333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
  1334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
  1335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +11 -0
  1336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
  1337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  1338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  1339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  1340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  1341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
  1342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
  1343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +11 -0
  1344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
  1345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
  1346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
  1347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +11 -0
  1348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
  1349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
  1350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
  1351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +11 -0
  1352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
  1353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +89 -0
  1354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
  1355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +11 -0
  1356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
  1357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
  1358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
  1359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +11 -0
  1360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
  1361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
  1362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
  1363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +11 -0
  1364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
  1365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +548 -0
  1366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
  1367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +37 -0
  1368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
  1369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +542 -0
  1370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
  1371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +37 -0
  1372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
  1373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +535 -0
  1374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
  1375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +37 -0
  1376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
  1377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +535 -0
  1378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
  1379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +37 -0
  1380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
  1381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +539 -0
  1382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
  1383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +37 -0
  1384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
  1385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
  1386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
  1387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +11 -0
  1388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
  1389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +535 -0
  1390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
  1391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +37 -0
  1392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
  1393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +535 -0
  1394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
  1395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +37 -0
  1396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
  1397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +535 -0
  1398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
  1399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +37 -0
  1400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
  1401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +535 -0
  1402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
  1403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +37 -0
  1404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
  1405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +535 -0
  1406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
  1407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +37 -0
  1408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
  1409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
  1410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
  1411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +11 -0
  1412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
  1413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
  1414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
  1415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +11 -0
  1416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
  1417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
  1418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
  1419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +11 -0
  1420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
  1421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
  1422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
  1423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +11 -0
  1424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
  1425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
  1426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
  1427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +11 -0
  1428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
  1429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
  1430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
  1431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +11 -0
  1432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
  1433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
  1434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
  1435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +11 -0
  1436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
  1437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
  1438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
  1439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +11 -0
  1440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
  1441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
  1442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
  1443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +11 -0
  1444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
  1445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
  1446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
  1447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +11 -0
  1448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
  1449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
  1450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
  1451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +11 -0
  1452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
  1453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
  1454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
  1455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +11 -0
  1456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
  1457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
  1458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
  1459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +11 -0
  1460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
  1461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
  1462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
  1463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +11 -0
  1464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
  1465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
  1466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
  1467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +11 -0
  1468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
  1469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
  1470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
  1471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +11 -0
  1472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
  1473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
  1474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
  1475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +11 -0
  1476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
  1477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
  1478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
  1479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +11 -0
  1480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
  1481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
  1482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
  1483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +11 -0
  1484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
  1485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
  1486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
  1487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +11 -0
  1488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
  1489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
  1490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
  1491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +11 -0
  1492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
  1493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
  1494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
  1495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +11 -0
  1496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
  1497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
  1498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
  1499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +11 -0
  1500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
  1501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
  1502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
  1503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +11 -0
  1504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
  1505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
  1506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
  1507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +11 -0
  1508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
  1509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
  1510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
  1511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +11 -0
  1512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
  1513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
  1514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
  1515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +11 -0
  1516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
  1517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
  1518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
  1519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +11 -0
  1520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
  1521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
  1522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
  1523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +11 -0
  1524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
  1525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
  1526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
  1527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +11 -0
  1528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
  1529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
  1530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
  1531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +11 -0
  1532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
  1533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
  1534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
  1535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +11 -0
  1536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
  1537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
  1538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
  1539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +11 -0
  1540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
  1541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
  1542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
  1543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +11 -0
  1544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
  1545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
  1546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
  1547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +11 -0
  1548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
  1549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
  1550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
  1551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +11 -0
  1552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
  1553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
  1554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
  1555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +11 -0
  1556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
  1557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
  1558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
  1559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +11 -0
  1560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
  1561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
  1562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
  1563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +11 -0
  1564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
  1565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +542 -0
  1566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
  1567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +37 -0
  1568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
  1569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
  1570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
  1571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +11 -0
  1572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
  1573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
  1574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
  1575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +11 -0
  1576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
  1577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +722 -0
  1578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
  1579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +48 -0
  1580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
  1581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1282 -0
  1582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
  1583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +67 -0
  1584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
  1585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
  1586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
  1587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +11 -0
  1588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
  1589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
  1590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
  1591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +11 -0
  1592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
  1593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
  1594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
  1595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +11 -0
  1596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
  1597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
  1598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
  1599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +11 -0
  1600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
  1601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
  1602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
  1603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +11 -0
  1604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
  1605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
  1606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
  1607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +11 -0
  1608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
  1609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
  1610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
  1611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +11 -0
  1612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
  1613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2254 -0
  1614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
  1615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +77 -0
  1616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
  1617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1437 -0
  1618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
  1619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +82 -0
  1620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
  1621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1359 -0
  1622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
  1623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +63 -0
  1624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
  1625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1296 -0
  1626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
  1627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +67 -0
  1628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
  1629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
  1630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
  1631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
  1632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
  1633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
  1634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
  1635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
  1636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
  1637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
  1638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
  1639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
  1640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
  1641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
  1642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
  1643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
  1644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
  1645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
  1646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
  1647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
  1648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
  1649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
  1650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
  1651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
  1652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
  1653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
  1654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
  1655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
  1656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
  1657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
  1658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
  1659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
  1660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
  1661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
  1662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
  1663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
  1664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
  1665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
  1666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
  1667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
  1668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
  1669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
  1670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
  1671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
  1672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
  1673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
  1674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
  1675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
  1676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
  1677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
  1678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
  1679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +11 -0
  1680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
  1681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
  1682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
  1683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +11 -0
  1684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
  1685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
  1686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
  1687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +11 -0
  1688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
  1689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
  1690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
  1691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +11 -0
  1692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
  1693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
  1694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
  1695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +11 -0
  1696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
  1697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
  1698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
  1699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +11 -0
  1700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
  1701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
  1702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
  1703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +11 -0
  1704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
  1705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
  1706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
  1707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +11 -0
  1708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
  1709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
  1710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
  1711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +11 -0
  1712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
  1713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
  1714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
  1715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +11 -0
  1716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
  1717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
  1718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
  1719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +11 -0
  1720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
  1721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
  1722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
  1723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +11 -0
  1724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
  1725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
  1726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
  1727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +11 -0
  1728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
  1729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +34 -0
  1730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
  1731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +11 -0
  1732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
  1733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +35 -0
  1734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
  1735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +11 -0
  1736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
  1737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +34 -0
  1738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
  1739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +11 -0
  1740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
  1741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +35 -0
  1742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
  1743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +11 -0
  1744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
  1745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +34 -0
  1746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
  1747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +11 -0
  1748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
  1749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
  1750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
  1751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +11 -0
  1752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
  1753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +34 -0
  1754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
  1755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +11 -0
  1756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
  1757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +84 -0
  1758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
  1759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +11 -0
  1760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
  1761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
  1762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
  1763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +11 -0
  1764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
  1765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
  1766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
  1767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +11 -0
  1768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
  1769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
  1770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
  1771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +11 -0
  1772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
  1773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
  1774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
  1775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +11 -0
  1776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
  1777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +89 -0
  1778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
  1779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +11 -0
  1780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
  1781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +98 -0
  1782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
  1783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +11 -0
  1784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
  1785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
  1786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
  1787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +11 -0
  1788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
  1789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
  1790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
  1791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +11 -0
  1792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
  1793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
  1794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
  1795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +11 -0
  1796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
  1797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
  1798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
  1799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +11 -0
  1800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
  1801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
  1802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
  1803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +11 -0
  1804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
  1805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
  1806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
  1807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +11 -0
  1808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
  1809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +266 -0
  1810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
  1811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +31 -0
  1812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
  1813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +266 -0
  1814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
  1815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +31 -0
  1816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
  1817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +266 -0
  1818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
  1819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +31 -0
  1820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
  1821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +266 -0
  1822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
  1823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +31 -0
  1824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
  1825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
  1826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
  1827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
  1828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
  1829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
  1830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
  1831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
  1832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
  1833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
  1834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
  1835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
  1836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
  1837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
  1838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
  1839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
  1840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
  1841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
  1842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
  1843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +11 -0
  1844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
  1845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
  1846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
  1847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +11 -0
  1848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
  1849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
  1850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
  1851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +11 -0
  1852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
  1853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +330 -0
  1854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
  1855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
  1856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -0
  1857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +71 -0
  1858. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +1 -1
  1859. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +5 -5
  1860. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +2 -2
  1861. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +16 -0
  1862. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +10 -2
  1863. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +2 -2
  1864. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +52 -0
  1865. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +210 -28
  1866. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +6 -2
  1867. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +36 -0
  1868. package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +21 -0
  1869. package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +16 -0
  1870. package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +151 -0
  1871. package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +28 -0
  1872. package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +15 -0
  1873. package/node_modules/@slack/socket-mode/node_modules/p-finally/license +21 -0
  1874. package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +42 -0
  1875. package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +47 -0
  1876. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +101 -0
  1877. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +279 -0
  1878. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +1 -0
  1879. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +21 -0
  1880. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +64 -0
  1881. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +2 -0
  1882. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +12 -0
  1883. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +32 -0
  1884. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +7 -0
  1885. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +2 -0
  1886. package/node_modules/@slack/socket-mode/node_modules/p-queue/license +9 -0
  1887. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +21 -0
  1888. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +94 -0
  1889. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +134 -0
  1890. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +336 -0
  1891. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +56 -0
  1892. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
  1893. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  1894. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
  1895. package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +92 -0
  1896. package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +400 -0
  1897. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +106 -0
  1898. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +85 -0
  1899. package/node_modules/@slack/socket-mode/node_modules/p-retry/license +9 -0
  1900. package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +51 -0
  1901. package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +148 -0
  1902. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +72 -0
  1903. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +57 -0
  1904. package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +9 -0
  1905. package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +45 -0
  1906. package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +87 -0
  1907. package/node_modules/@slack/socket-mode/node_modules/retry/License +21 -0
  1908. package/node_modules/@slack/socket-mode/node_modules/retry/README.md +227 -0
  1909. package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +31 -0
  1910. package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +40 -0
  1911. package/node_modules/@slack/socket-mode/node_modules/retry/index.js +1 -0
  1912. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +100 -0
  1913. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +162 -0
  1914. package/node_modules/@slack/socket-mode/node_modules/retry/package.json +36 -0
  1915. package/node_modules/@slack/socket-mode/package.json +4 -4
  1916. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +9 -0
  1917. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  1918. package/node_modules/@slack/types/dist/events/agent.d.ts +19 -0
  1919. package/node_modules/@slack/types/dist/events/agent.d.ts.map +1 -0
  1920. package/node_modules/@slack/types/dist/events/agent.js +3 -0
  1921. package/node_modules/@slack/types/dist/events/agent.js.map +1 -0
  1922. package/node_modules/@slack/types/dist/events/index.d.ts +3 -1
  1923. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  1924. package/node_modules/@slack/types/dist/events/index.js +1 -0
  1925. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  1926. package/node_modules/@slack/types/package.json +1 -1
  1927. package/node_modules/@slack/web-api/README.md +19 -27
  1928. package/node_modules/@slack/web-api/dist/methods.d.ts +31 -5
  1929. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  1930. package/node_modules/@slack/web-api/dist/methods.js +26 -0
  1931. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  1932. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +2 -2
  1933. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  1934. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +8 -0
  1935. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
  1936. package/node_modules/@slack/web-api/dist/types/request/agents.d.ts +52 -0
  1937. package/node_modules/@slack/web-api/dist/types/request/agents.d.ts.map +1 -0
  1938. package/node_modules/@slack/web-api/dist/types/request/agents.js +3 -0
  1939. package/node_modules/@slack/web-api/dist/types/request/agents.js.map +1 -0
  1940. package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts +14 -0
  1941. package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts.map +1 -0
  1942. package/node_modules/@slack/web-api/dist/types/request/blocks.js +3 -0
  1943. package/node_modules/@slack/web-api/dist/types/request/blocks.js.map +1 -0
  1944. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +4 -0
  1945. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  1946. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -1
  1947. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  1948. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +18 -0
  1949. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
  1950. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -0
  1951. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
  1952. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -0
  1953. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
  1954. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -0
  1955. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
  1956. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -0
  1957. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
  1958. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -0
  1959. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
  1960. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -0
  1961. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
  1962. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -0
  1963. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
  1964. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -0
  1965. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
  1966. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -0
  1967. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
  1968. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -0
  1969. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
  1970. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -0
  1971. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
  1972. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -0
  1973. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
  1974. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -0
  1975. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
  1976. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -0
  1977. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
  1978. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -0
  1979. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
  1980. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -0
  1981. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
  1982. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -0
  1983. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
  1984. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -0
  1985. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
  1986. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +15 -0
  1987. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  1988. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -0
  1989. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
  1990. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -0
  1991. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
  1992. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -0
  1993. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
  1994. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -0
  1995. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
  1996. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -0
  1997. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
  1998. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -0
  1999. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
  2000. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +6 -0
  2001. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
  2002. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +1 -0
  2003. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  2004. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -0
  2005. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
  2006. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -0
  2007. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
  2008. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -0
  2009. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
  2010. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -0
  2011. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
  2012. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -0
  2013. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
  2014. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -0
  2015. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
  2016. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -0
  2017. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
  2018. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -0
  2019. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
  2020. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -0
  2021. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
  2022. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -0
  2023. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
  2024. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -0
  2025. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
  2026. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -0
  2027. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
  2028. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -0
  2029. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
  2030. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -0
  2031. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
  2032. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -0
  2033. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
  2034. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -0
  2035. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
  2036. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -0
  2037. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
  2038. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -0
  2039. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
  2040. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -0
  2041. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
  2042. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -0
  2043. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
  2044. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -0
  2045. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
  2046. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -0
  2047. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
  2048. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts +16 -0
  2049. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts.map +1 -0
  2050. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js +11 -0
  2051. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js.map +1 -0
  2052. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -0
  2053. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
  2054. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -0
  2055. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
  2056. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -0
  2057. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
  2058. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -0
  2059. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
  2060. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -0
  2061. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
  2062. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -0
  2063. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
  2064. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -0
  2065. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
  2066. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -0
  2067. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
  2068. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -0
  2069. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
  2070. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -0
  2071. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
  2072. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts +10 -0
  2073. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts.map +1 -0
  2074. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js +11 -0
  2075. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js.map +1 -0
  2076. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts +12 -0
  2077. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts.map +1 -0
  2078. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js +11 -0
  2079. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js.map +1 -0
  2080. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -0
  2081. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
  2082. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +5 -0
  2083. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
  2084. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -0
  2085. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
  2086. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +1 -0
  2087. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  2088. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -0
  2089. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
  2090. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +3 -0
  2091. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
  2092. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -0
  2093. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
  2094. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -0
  2095. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
  2096. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -0
  2097. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
  2098. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -0
  2099. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
  2100. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -0
  2101. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
  2102. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -0
  2103. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
  2104. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts +25 -0
  2105. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts.map +1 -0
  2106. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js +11 -0
  2107. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js.map +1 -0
  2108. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -0
  2109. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
  2110. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -0
  2111. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
  2112. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -0
  2113. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
  2114. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -0
  2115. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
  2116. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +4 -0
  2117. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
  2118. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -0
  2119. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
  2120. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -0
  2121. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
  2122. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -0
  2123. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
  2124. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -0
  2125. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
  2126. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -0
  2127. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
  2128. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -0
  2129. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
  2130. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +1 -0
  2131. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
  2132. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +1 -0
  2133. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
  2134. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -0
  2135. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
  2136. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +1 -0
  2137. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
  2138. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -0
  2139. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
  2140. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -0
  2141. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
  2142. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +1 -0
  2143. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -1
  2144. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +8 -0
  2145. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -1
  2146. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -0
  2147. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
  2148. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -0
  2149. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
  2150. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -0
  2151. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
  2152. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +60 -2
  2153. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  2154. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  2155. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +34 -2
  2156. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  2157. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  2158. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -0
  2159. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
  2160. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +1 -0
  2161. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -1
  2162. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +8 -0
  2163. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -1
  2164. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +733 -8
  2165. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -1
  2166. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +45 -0
  2167. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -1
  2168. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +7 -0
  2169. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
  2170. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +39 -2
  2171. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  2172. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  2173. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -0
  2174. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
  2175. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -0
  2176. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
  2177. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -0
  2178. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
  2179. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -0
  2180. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
  2181. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +68 -2
  2182. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  2183. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  2184. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +16 -0
  2185. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
  2186. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -0
  2187. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
  2188. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +12 -0
  2189. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  2190. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -0
  2191. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  2192. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -0
  2193. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
  2194. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +24 -0
  2195. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  2196. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -0
  2197. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
  2198. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -0
  2199. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
  2200. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +33 -2
  2201. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  2202. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  2203. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -0
  2204. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
  2205. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +60 -2
  2206. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  2207. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  2208. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -0
  2209. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
  2210. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -0
  2211. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
  2212. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -0
  2213. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
  2214. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -0
  2215. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
  2216. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -0
  2217. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
  2218. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -0
  2219. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
  2220. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -0
  2221. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
  2222. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -0
  2223. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
  2224. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -0
  2225. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
  2226. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +4 -0
  2227. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -1
  2228. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +2 -0
  2229. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  2230. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -0
  2231. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
  2232. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -0
  2233. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
  2234. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +37 -2
  2235. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  2236. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  2237. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +33 -2
  2238. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  2239. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  2240. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +33 -2
  2241. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  2242. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  2243. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +33 -2
  2244. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  2245. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  2246. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +33 -2
  2247. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  2248. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  2249. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -0
  2250. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
  2251. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +33 -2
  2252. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  2253. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  2254. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +33 -2
  2255. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  2256. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  2257. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -0
  2258. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
  2259. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +862 -80
  2260. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  2261. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +38 -8
  2262. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  2263. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -0
  2264. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
  2265. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +34 -2
  2266. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  2267. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  2268. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +59 -2
  2269. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  2270. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  2271. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -0
  2272. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
  2273. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +2 -0
  2274. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
  2275. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +88 -25
  2276. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  2277. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +1 -11
  2278. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  2279. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +81 -24
  2280. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  2281. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +1 -16
  2282. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  2283. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +66 -7
  2284. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  2285. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  2286. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +5 -0
  2287. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -1
  2288. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +8 -0
  2289. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -1
  2290. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +5 -0
  2291. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -1
  2292. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +8 -0
  2293. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -1
  2294. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +56 -6
  2295. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -1
  2296. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +8 -0
  2297. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -1
  2298. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +6 -1
  2299. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -1
  2300. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +8 -0
  2301. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -1
  2302. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +6 -1
  2303. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -1
  2304. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +8 -0
  2305. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -1
  2306. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +37 -2
  2307. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -1
  2308. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +8 -0
  2309. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -1
  2310. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +5 -0
  2311. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -1
  2312. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +8 -0
  2313. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -1
  2314. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +1 -0
  2315. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -1
  2316. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +8 -0
  2317. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -1
  2318. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +186 -4
  2319. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -1
  2320. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +8 -0
  2321. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -1
  2322. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +38 -5
  2323. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -1
  2324. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +8 -0
  2325. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -1
  2326. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +5 -0
  2327. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -1
  2328. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +8 -0
  2329. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -1
  2330. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +5 -0
  2331. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -1
  2332. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +8 -0
  2333. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -1
  2334. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +2 -0
  2335. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
  2336. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -0
  2337. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
  2338. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -0
  2339. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
  2340. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -0
  2341. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
  2342. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -0
  2343. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
  2344. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +10 -0
  2345. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
  2346. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -0
  2347. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
  2348. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -0
  2349. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
  2350. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -0
  2351. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
  2352. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +6 -0
  2353. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  2354. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +6 -0
  2355. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  2356. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +6 -0
  2357. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  2358. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +7 -0
  2359. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  2360. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +6 -0
  2361. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  2362. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -0
  2363. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
  2364. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +10 -0
  2365. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  2366. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +17 -0
  2367. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  2368. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -0
  2369. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
  2370. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -0
  2371. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
  2372. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +6 -0
  2373. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  2374. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -2
  2375. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
  2376. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +4 -0
  2377. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
  2378. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +4 -0
  2379. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
  2380. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +3 -0
  2381. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
  2382. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -0
  2383. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
  2384. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -0
  2385. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
  2386. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -0
  2387. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
  2388. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +14 -0
  2389. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  2390. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  2391. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +14 -0
  2392. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  2393. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  2394. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +14 -0
  2395. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  2396. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  2397. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +14 -0
  2398. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  2399. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  2400. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +7 -1
  2401. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -1
  2402. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +8 -0
  2403. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -1
  2404. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +15 -7
  2405. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -1
  2406. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +8 -0
  2407. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -1
  2408. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +7 -1
  2409. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -1
  2410. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +8 -0
  2411. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -1
  2412. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +7 -1
  2413. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -1
  2414. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +8 -0
  2415. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -1
  2416. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +2 -0
  2417. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
  2418. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +2 -0
  2419. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
  2420. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +2 -0
  2421. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
  2422. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +4 -0
  2423. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  2424. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
  2425. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
  2426. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
  2427. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
  2428. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
  2429. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  2430. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
  2431. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
  2432. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
  2433. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
  2434. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
  2435. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
  2436. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
  2437. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
  2438. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
  2439. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
  2440. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
  2441. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
  2442. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
  2443. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
  2444. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
  2445. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
  2446. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  2447. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
  2448. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
  2449. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
  2450. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
  2451. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
  2452. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
  2453. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  2454. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
  2455. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
  2456. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
  2457. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
  2458. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
  2459. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
  2460. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
  2461. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
  2462. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
  2463. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
  2464. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
  2465. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
  2466. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
  2467. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
  2468. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
  2469. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
  2470. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
  2471. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
  2472. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
  2473. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
  2474. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
  2475. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
  2476. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
  2477. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
  2478. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
  2479. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
  2480. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
  2481. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
  2482. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
  2483. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  2484. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  2485. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  2486. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  2487. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  2488. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  2489. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
  2490. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
  2491. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
  2492. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
  2493. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
  2494. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
  2495. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
  2496. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  2497. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  2498. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
  2499. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  2500. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
  2501. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  2502. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
  2503. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  2504. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  2505. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  2506. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  2507. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  2508. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  2509. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  2510. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  2511. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
  2512. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
  2513. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
  2514. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
  2515. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  2516. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -5
  2517. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2 -2
  2518. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +16 -0
  2519. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +10 -2
  2520. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  2521. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +52 -0
  2522. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +210 -28
  2523. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +6 -2
  2524. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +36 -0
  2525. package/node_modules/@slack/web-api/node_modules/@types/retry/LICENSE +21 -21
  2526. package/node_modules/@slack/web-api/node_modules/@types/retry/README.md +4 -5
  2527. package/node_modules/@slack/web-api/node_modules/@types/retry/index.d.ts +13 -20
  2528. package/node_modules/@slack/web-api/node_modules/@types/retry/package.json +11 -9
  2529. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/LICENSE +21 -0
  2530. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/README.md +16 -0
  2531. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/index.d.ts +151 -0
  2532. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/package.json +28 -0
  2533. package/node_modules/@slack/web-api/package.json +8 -8
  2534. package/package.json +7 -7
  2535. package/dist/action-runtime.runtime-rHI3UAh4.js +0 -2
  2536. package/dist/{probe-Biy--yhL.js → probe-DJFRGrzY.js} +1 -1
@@ -0,0 +1,1193 @@
1
+ declare module "node:tls" {
2
+ import { NonSharedBuffer } from "node:buffer";
3
+ import { X509Certificate } from "node:crypto";
4
+ import * as net from "node:net";
5
+ import * as stream from "stream";
6
+ const CLIENT_RENEG_LIMIT: number;
7
+ const CLIENT_RENEG_WINDOW: number;
8
+ interface Certificate extends NodeJS.Dict<string | string[]> {
9
+ /**
10
+ * Country code.
11
+ */
12
+ C?: string | string[];
13
+ /**
14
+ * Street.
15
+ */
16
+ ST?: string | string[];
17
+ /**
18
+ * Locality.
19
+ */
20
+ L?: string | string[];
21
+ /**
22
+ * Organization.
23
+ */
24
+ O?: string | string[];
25
+ /**
26
+ * Organizational unit.
27
+ */
28
+ OU?: string | string[];
29
+ /**
30
+ * Common name.
31
+ */
32
+ CN?: string | string[];
33
+ }
34
+ interface PeerCertificate {
35
+ /**
36
+ * `true` if a Certificate Authority (CA), `false` otherwise.
37
+ * @since v18.13.0
38
+ */
39
+ ca: boolean;
40
+ /**
41
+ * The DER encoded X.509 certificate data.
42
+ */
43
+ raw: NonSharedBuffer;
44
+ /**
45
+ * The certificate subject.
46
+ */
47
+ subject: Certificate;
48
+ /**
49
+ * The certificate issuer, described in the same terms as the `subject`.
50
+ */
51
+ issuer: Certificate;
52
+ /**
53
+ * The date-time the certificate is valid from.
54
+ */
55
+ valid_from: string;
56
+ /**
57
+ * The date-time the certificate is valid to.
58
+ */
59
+ valid_to: string;
60
+ /**
61
+ * The certificate serial number, as a hex string.
62
+ */
63
+ serialNumber: string;
64
+ /**
65
+ * The SHA-1 digest of the DER encoded certificate.
66
+ * It is returned as a `:` separated hexadecimal string.
67
+ */
68
+ fingerprint: string;
69
+ /**
70
+ * The SHA-256 digest of the DER encoded certificate.
71
+ * It is returned as a `:` separated hexadecimal string.
72
+ */
73
+ fingerprint256: string;
74
+ /**
75
+ * The SHA-512 digest of the DER encoded certificate.
76
+ * It is returned as a `:` separated hexadecimal string.
77
+ */
78
+ fingerprint512: string;
79
+ /**
80
+ * The extended key usage, a set of OIDs.
81
+ */
82
+ ext_key_usage?: string[];
83
+ /**
84
+ * A string containing concatenated names for the subject,
85
+ * an alternative to the `subject` names.
86
+ */
87
+ subjectaltname?: string;
88
+ /**
89
+ * An array describing the AuthorityInfoAccess, used with OCSP.
90
+ */
91
+ infoAccess?: NodeJS.Dict<string[]>;
92
+ /**
93
+ * For RSA keys: The RSA bit size.
94
+ *
95
+ * For EC keys: The key size in bits.
96
+ */
97
+ bits?: number;
98
+ /**
99
+ * The RSA exponent, as a string in hexadecimal number notation.
100
+ */
101
+ exponent?: string;
102
+ /**
103
+ * The RSA modulus, as a hexadecimal string.
104
+ */
105
+ modulus?: string;
106
+ /**
107
+ * The public key.
108
+ */
109
+ pubkey?: NonSharedBuffer;
110
+ /**
111
+ * The ASN.1 name of the OID of the elliptic curve.
112
+ * Well-known curves are identified by an OID.
113
+ * While it is unusual, it is possible that the curve
114
+ * is identified by its mathematical properties,
115
+ * in which case it will not have an OID.
116
+ */
117
+ asn1Curve?: string;
118
+ /**
119
+ * The NIST name for the elliptic curve, if it has one
120
+ * (not all well-known curves have been assigned names by NIST).
121
+ */
122
+ nistCurve?: string;
123
+ }
124
+ interface DetailedPeerCertificate extends PeerCertificate {
125
+ /**
126
+ * The issuer certificate object.
127
+ * For self-signed certificates, this may be a circular reference.
128
+ */
129
+ issuerCertificate: DetailedPeerCertificate;
130
+ }
131
+ interface CipherNameAndProtocol {
132
+ /**
133
+ * The cipher name.
134
+ */
135
+ name: string;
136
+ /**
137
+ * SSL/TLS protocol version.
138
+ */
139
+ version: string;
140
+ /**
141
+ * IETF name for the cipher suite.
142
+ */
143
+ standardName: string;
144
+ }
145
+ interface EphemeralKeyInfo {
146
+ /**
147
+ * The supported types are 'DH' and 'ECDH'.
148
+ */
149
+ type: string;
150
+ /**
151
+ * The name property is available only when type is 'ECDH'.
152
+ */
153
+ name?: string | undefined;
154
+ /**
155
+ * The size of parameter of an ephemeral key exchange.
156
+ */
157
+ size: number;
158
+ }
159
+ interface KeyObject {
160
+ /**
161
+ * Private keys in PEM format.
162
+ */
163
+ pem: string | Buffer;
164
+ /**
165
+ * Optional passphrase.
166
+ */
167
+ passphrase?: string | undefined;
168
+ }
169
+ interface PxfObject {
170
+ /**
171
+ * PFX or PKCS12 encoded private key and certificate chain.
172
+ */
173
+ buf: string | Buffer;
174
+ /**
175
+ * Optional passphrase.
176
+ */
177
+ passphrase?: string | undefined;
178
+ }
179
+ interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions {
180
+ /**
181
+ * If true the TLS socket will be instantiated in server-mode.
182
+ * Defaults to false.
183
+ */
184
+ isServer?: boolean | undefined;
185
+ /**
186
+ * An optional net.Server instance.
187
+ */
188
+ server?: net.Server | undefined;
189
+ /**
190
+ * An optional Buffer instance containing a TLS session.
191
+ */
192
+ session?: Buffer | undefined;
193
+ }
194
+ interface TLSSocketEventMap extends net.SocketEventMap {
195
+ "keylog": [line: NonSharedBuffer];
196
+ "OCSPResponse": [response: NonSharedBuffer];
197
+ "secure": [];
198
+ "secureConnect": [];
199
+ "session": [session: NonSharedBuffer];
200
+ }
201
+ /**
202
+ * Performs transparent encryption of written data and all required TLS
203
+ * negotiation.
204
+ *
205
+ * Instances of `tls.TLSSocket` implement the duplex `Stream` interface.
206
+ *
207
+ * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the
208
+ * connection is open.
209
+ * @since v0.11.4
210
+ */
211
+ class TLSSocket extends net.Socket {
212
+ /**
213
+ * Construct a new tls.TLSSocket object from an existing TCP socket.
214
+ */
215
+ constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions);
216
+ /**
217
+ * This property is `true` if the peer certificate was signed by one of the CAs
218
+ * specified when creating the `tls.TLSSocket` instance, otherwise `false`.
219
+ * @since v0.11.4
220
+ */
221
+ authorized: boolean;
222
+ /**
223
+ * Returns the reason why the peer's certificate was not been verified. This
224
+ * property is set only when `tlsSocket.authorized === false`.
225
+ * @since v0.11.4
226
+ */
227
+ authorizationError: Error;
228
+ /**
229
+ * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances.
230
+ * @since v0.11.4
231
+ */
232
+ encrypted: true;
233
+ /**
234
+ * String containing the selected ALPN protocol.
235
+ * Before a handshake has completed, this value is always null.
236
+ * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false.
237
+ */
238
+ alpnProtocol: string | false | null;
239
+ /**
240
+ * String containing the server name requested via SNI (Server Name Indication) TLS extension.
241
+ */
242
+ servername: string | false | null;
243
+ /**
244
+ * Returns an object representing the local certificate. The returned object has
245
+ * some properties corresponding to the fields of the certificate.
246
+ *
247
+ * See {@link TLSSocket.getPeerCertificate} for an example of the certificate
248
+ * structure.
249
+ *
250
+ * If there is no local certificate, an empty object will be returned. If the
251
+ * socket has been destroyed, `null` will be returned.
252
+ * @since v11.2.0
253
+ */
254
+ getCertificate(): PeerCertificate | object | null;
255
+ /**
256
+ * Returns an object containing information on the negotiated cipher suite.
257
+ *
258
+ * For example, a TLSv1.2 protocol with AES256-SHA cipher:
259
+ *
260
+ * ```json
261
+ * {
262
+ * "name": "AES256-SHA",
263
+ * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA",
264
+ * "version": "SSLv3"
265
+ * }
266
+ * ```
267
+ *
268
+ * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information.
269
+ * @since v0.11.4
270
+ */
271
+ getCipher(): CipherNameAndProtocol;
272
+ /**
273
+ * Returns an object representing the type, name, and size of parameter of
274
+ * an ephemeral key exchange in `perfect forward secrecy` on a client
275
+ * connection. It returns an empty object when the key exchange is not
276
+ * ephemeral. As this is only supported on a client socket; `null` is returned
277
+ * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`.
278
+ *
279
+ * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`.
280
+ * @since v5.0.0
281
+ */
282
+ getEphemeralKeyInfo(): EphemeralKeyInfo | object | null;
283
+ /**
284
+ * As the `Finished` messages are message digests of the complete handshake
285
+ * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
286
+ * be used for external authentication procedures when the authentication
287
+ * provided by SSL/TLS is not desired or is not enough.
288
+ *
289
+ * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used
290
+ * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
291
+ * @since v9.9.0
292
+ * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet.
293
+ */
294
+ getFinished(): NonSharedBuffer | undefined;
295
+ /**
296
+ * Returns an object representing the peer's certificate. If the peer does not
297
+ * provide a certificate, an empty object will be returned. If the socket has been
298
+ * destroyed, `null` will be returned.
299
+ *
300
+ * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's
301
+ * certificate.
302
+ * @since v0.11.4
303
+ * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate.
304
+ * @return A certificate object.
305
+ */
306
+ getPeerCertificate(detailed: true): DetailedPeerCertificate;
307
+ getPeerCertificate(detailed?: false): PeerCertificate;
308
+ getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate;
309
+ /**
310
+ * As the `Finished` messages are message digests of the complete handshake
311
+ * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
312
+ * be used for external authentication procedures when the authentication
313
+ * provided by SSL/TLS is not desired or is not enough.
314
+ *
315
+ * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used
316
+ * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
317
+ * @since v9.9.0
318
+ * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so
319
+ * far.
320
+ */
321
+ getPeerFinished(): NonSharedBuffer | undefined;
322
+ /**
323
+ * Returns a string containing the negotiated SSL/TLS protocol version of the
324
+ * current connection. The value `'unknown'` will be returned for connected
325
+ * sockets that have not completed the handshaking process. The value `null` will
326
+ * be returned for server sockets or disconnected client sockets.
327
+ *
328
+ * Protocol versions are:
329
+ *
330
+ * * `'SSLv3'`
331
+ * * `'TLSv1'`
332
+ * * `'TLSv1.1'`
333
+ * * `'TLSv1.2'`
334
+ * * `'TLSv1.3'`
335
+ *
336
+ * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information.
337
+ * @since v5.7.0
338
+ */
339
+ getProtocol(): string | null;
340
+ /**
341
+ * Returns the TLS session data or `undefined` if no session was
342
+ * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful
343
+ * for debugging.
344
+ *
345
+ * See `Session Resumption` for more information.
346
+ *
347
+ * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications
348
+ * must use the `'session'` event (it also works for TLSv1.2 and below).
349
+ * @since v0.11.4
350
+ */
351
+ getSession(): NonSharedBuffer | undefined;
352
+ /**
353
+ * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information.
354
+ * @since v12.11.0
355
+ * @return List of signature algorithms shared between the server and the client in the order of decreasing preference.
356
+ */
357
+ getSharedSigalgs(): string[];
358
+ /**
359
+ * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`.
360
+ *
361
+ * It may be useful for debugging.
362
+ *
363
+ * See `Session Resumption` for more information.
364
+ * @since v0.11.4
365
+ */
366
+ getTLSTicket(): NonSharedBuffer | undefined;
367
+ /**
368
+ * See `Session Resumption` for more information.
369
+ * @since v0.5.6
370
+ * @return `true` if the session was reused, `false` otherwise.
371
+ */
372
+ isSessionReused(): boolean;
373
+ /**
374
+ * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process.
375
+ * Upon completion, the `callback` function will be passed a single argument
376
+ * that is either an `Error` (if the request failed) or `null`.
377
+ *
378
+ * This method can be used to request a peer's certificate after the secure
379
+ * connection has been established.
380
+ *
381
+ * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout.
382
+ *
383
+ * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the
384
+ * protocol.
385
+ * @since v0.11.8
386
+ * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with
387
+ * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all.
388
+ * @return `true` if renegotiation was initiated, `false` otherwise.
389
+ */
390
+ renegotiate(
391
+ options: {
392
+ rejectUnauthorized?: boolean | undefined;
393
+ requestCert?: boolean | undefined;
394
+ },
395
+ callback: (err: Error | null) => void,
396
+ ): undefined | boolean;
397
+ /**
398
+ * The `tlsSocket.setKeyCert()` method sets the private key and certificate to use for the socket.
399
+ * This is mainly useful if you wish to select a server certificate from a TLS server's `ALPNCallback`.
400
+ * @since v22.5.0, v20.17.0
401
+ * @param context An object containing at least `key` and `cert` properties from the {@link createSecureContext()} `options`,
402
+ * or a TLS context object created with {@link createSecureContext()} itself.
403
+ */
404
+ setKeyCert(context: SecureContextOptions | SecureContext): void;
405
+ /**
406
+ * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size.
407
+ * Returns `true` if setting the limit succeeded; `false` otherwise.
408
+ *
409
+ * Smaller fragment sizes decrease the buffering latency on the client: larger
410
+ * fragments are buffered by the TLS layer until the entire fragment is received
411
+ * and its integrity is verified; large fragments can span multiple roundtrips
412
+ * and their processing can be delayed due to packet loss or reordering. However,
413
+ * smaller fragments add extra TLS framing bytes and CPU overhead, which may
414
+ * decrease overall server throughput.
415
+ * @since v0.11.11
416
+ * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`.
417
+ */
418
+ setMaxSendFragment(size: number): boolean;
419
+ /**
420
+ * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts
421
+ * to renegotiate will trigger an `'error'` event on the `TLSSocket`.
422
+ * @since v8.4.0
423
+ */
424
+ disableRenegotiation(): void;
425
+ /**
426
+ * When enabled, TLS packet trace information is written to `stderr`. This can be
427
+ * used to debug TLS connection problems.
428
+ *
429
+ * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by
430
+ * OpenSSL's `SSL_trace()` function, the format is undocumented, can change
431
+ * without notice, and should not be relied on.
432
+ * @since v12.2.0
433
+ */
434
+ enableTrace(): void;
435
+ /**
436
+ * Returns the peer certificate as an `X509Certificate` object.
437
+ *
438
+ * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned.
439
+ * @since v15.9.0
440
+ */
441
+ getPeerX509Certificate(): X509Certificate | undefined;
442
+ /**
443
+ * Returns the local certificate as an `X509Certificate` object.
444
+ *
445
+ * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned.
446
+ * @since v15.9.0
447
+ */
448
+ getX509Certificate(): X509Certificate | undefined;
449
+ /**
450
+ * Keying material is used for validations to prevent different kind of attacks in
451
+ * network protocols, for example in the specifications of IEEE 802.1X.
452
+ *
453
+ * Example
454
+ *
455
+ * ```js
456
+ * const keyingMaterial = tlsSocket.exportKeyingMaterial(
457
+ * 128,
458
+ * 'client finished');
459
+ *
460
+ * /*
461
+ * Example return value of keyingMaterial:
462
+ * <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9
463
+ * 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91
464
+ * 74 ef 2c ... 78 more bytes>
465
+ *
466
+ * ```
467
+ *
468
+ * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more
469
+ * information.
470
+ * @since v13.10.0, v12.17.0
471
+ * @param length number of bytes to retrieve from keying material
472
+ * @param label an application specific label, typically this will be a value from the [IANA Exporter Label
473
+ * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels).
474
+ * @param context Optionally provide a context.
475
+ * @return requested bytes of the keying material
476
+ */
477
+ exportKeyingMaterial(length: number, label: string, context: Buffer): NonSharedBuffer;
478
+ // #region InternalEventEmitter
479
+ addListener<E extends keyof TLSSocketEventMap>(
480
+ eventName: E,
481
+ listener: (...args: TLSSocketEventMap[E]) => void,
482
+ ): this;
483
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
484
+ emit<E extends keyof TLSSocketEventMap>(eventName: E, ...args: TLSSocketEventMap[E]): boolean;
485
+ emit(eventName: string | symbol, ...args: any[]): boolean;
486
+ listenerCount<E extends keyof TLSSocketEventMap>(
487
+ eventName: E,
488
+ listener?: (...args: TLSSocketEventMap[E]) => void,
489
+ ): number;
490
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
491
+ listeners<E extends keyof TLSSocketEventMap>(eventName: E): ((...args: TLSSocketEventMap[E]) => void)[];
492
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
493
+ off<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
494
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
495
+ on<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
496
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
497
+ once<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
498
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
499
+ prependListener<E extends keyof TLSSocketEventMap>(
500
+ eventName: E,
501
+ listener: (...args: TLSSocketEventMap[E]) => void,
502
+ ): this;
503
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
504
+ prependOnceListener<E extends keyof TLSSocketEventMap>(
505
+ eventName: E,
506
+ listener: (...args: TLSSocketEventMap[E]) => void,
507
+ ): this;
508
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
509
+ rawListeners<E extends keyof TLSSocketEventMap>(eventName: E): ((...args: TLSSocketEventMap[E]) => void)[];
510
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
511
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
512
+ removeAllListeners<E extends keyof TLSSocketEventMap>(eventName?: E): this;
513
+ removeAllListeners(eventName?: string | symbol): this;
514
+ removeListener<E extends keyof TLSSocketEventMap>(
515
+ eventName: E,
516
+ listener: (...args: TLSSocketEventMap[E]) => void,
517
+ ): this;
518
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
519
+ // #endregion
520
+ }
521
+ interface CommonConnectionOptions {
522
+ /**
523
+ * An optional TLS context object from tls.createSecureContext()
524
+ */
525
+ secureContext?: SecureContext | undefined;
526
+ /**
527
+ * When enabled, TLS packet trace information is written to `stderr`. This can be
528
+ * used to debug TLS connection problems.
529
+ * @default false
530
+ */
531
+ enableTrace?: boolean | undefined;
532
+ /**
533
+ * If true the server will request a certificate from clients that
534
+ * connect and attempt to verify that certificate. Defaults to
535
+ * false.
536
+ */
537
+ requestCert?: boolean | undefined;
538
+ /**
539
+ * An array of strings, or a single `Buffer`, `TypedArray`, or `DataView` containing the supported
540
+ * ALPN protocols. Buffers should have the format `[len][name][len][name]...`
541
+ * e.g. `'\x08http/1.1\x08http/1.0'`, where the `len` byte is the length of the
542
+ * next protocol name. Passing an array is usually much simpler, e.g.
543
+ * `['http/1.1', 'http/1.0']`. Protocols earlier in the list have higher
544
+ * preference than those later.
545
+ */
546
+ ALPNProtocols?: readonly string[] | NodeJS.ArrayBufferView | undefined;
547
+ /**
548
+ * SNICallback(servername, cb) <Function> A function that will be
549
+ * called if the client supports SNI TLS extension. Two arguments
550
+ * will be passed when called: servername and cb. SNICallback should
551
+ * invoke cb(null, ctx), where ctx is a SecureContext instance.
552
+ * (tls.createSecureContext(...) can be used to get a proper
553
+ * SecureContext.) If SNICallback wasn't provided the default callback
554
+ * with high-level API will be used (see below).
555
+ */
556
+ SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined;
557
+ /**
558
+ * If true the server will reject any connection which is not
559
+ * authorized with the list of supplied CAs. This option only has an
560
+ * effect if requestCert is true.
561
+ * @default true
562
+ */
563
+ rejectUnauthorized?: boolean | undefined;
564
+ /**
565
+ * If true, specifies that the OCSP status request extension will be
566
+ * added to the client hello and an 'OCSPResponse' event will be
567
+ * emitted on the socket before establishing a secure communication.
568
+ */
569
+ requestOCSP?: boolean | undefined;
570
+ }
571
+ interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts {
572
+ /**
573
+ * Abort the connection if the SSL/TLS handshake does not finish in the
574
+ * specified number of milliseconds. A 'tlsClientError' is emitted on
575
+ * the tls.Server object whenever a handshake times out. Default:
576
+ * 120000 (120 seconds).
577
+ */
578
+ handshakeTimeout?: number | undefined;
579
+ /**
580
+ * The number of seconds after which a TLS session created by the
581
+ * server will no longer be resumable. See Session Resumption for more
582
+ * information. Default: 300.
583
+ */
584
+ sessionTimeout?: number | undefined;
585
+ /**
586
+ * 48-bytes of cryptographically strong pseudo-random data.
587
+ */
588
+ ticketKeys?: Buffer | undefined;
589
+ /**
590
+ * @param socket
591
+ * @param identity identity parameter sent from the client.
592
+ * @return pre-shared key that must either be
593
+ * a buffer or `null` to stop the negotiation process. Returned PSK must be
594
+ * compatible with the selected cipher's digest.
595
+ *
596
+ * When negotiating TLS-PSK (pre-shared keys), this function is called
597
+ * with the identity provided by the client.
598
+ * If the return value is `null` the negotiation process will stop and an
599
+ * "unknown_psk_identity" alert message will be sent to the other party.
600
+ * If the server wishes to hide the fact that the PSK identity was not known,
601
+ * the callback must provide some random data as `psk` to make the connection
602
+ * fail with "decrypt_error" before negotiation is finished.
603
+ * PSK ciphers are disabled by default, and using TLS-PSK thus
604
+ * requires explicitly specifying a cipher suite with the `ciphers` option.
605
+ * More information can be found in the RFC 4279.
606
+ */
607
+ pskCallback?: ((socket: TLSSocket, identity: string) => NodeJS.ArrayBufferView | null) | undefined;
608
+ /**
609
+ * hint to send to a client to help
610
+ * with selecting the identity during TLS-PSK negotiation. Will be ignored
611
+ * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be
612
+ * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code.
613
+ */
614
+ pskIdentityHint?: string | undefined;
615
+ }
616
+ interface PSKCallbackNegotation {
617
+ psk: NodeJS.ArrayBufferView;
618
+ identity: string;
619
+ }
620
+ interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions {
621
+ host?: string | undefined;
622
+ port?: number | undefined;
623
+ path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored.
624
+ socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket
625
+ checkServerIdentity?: typeof checkServerIdentity | undefined;
626
+ servername?: string | undefined; // SNI TLS Extension
627
+ session?: Buffer | undefined;
628
+ minDHSize?: number | undefined;
629
+ lookup?: net.LookupFunction | undefined;
630
+ timeout?: number | undefined;
631
+ /**
632
+ * When negotiating TLS-PSK (pre-shared keys), this function is called
633
+ * with optional identity `hint` provided by the server or `null`
634
+ * in case of TLS 1.3 where `hint` was removed.
635
+ * It will be necessary to provide a custom `tls.checkServerIdentity()`
636
+ * for the connection as the default one will try to check hostname/IP
637
+ * of the server against the certificate but that's not applicable for PSK
638
+ * because there won't be a certificate present.
639
+ * More information can be found in the RFC 4279.
640
+ *
641
+ * @param hint message sent from the server to help client
642
+ * decide which identity to use during negotiation.
643
+ * Always `null` if TLS 1.3 is used.
644
+ * @returns Return `null` to stop the negotiation process. `psk` must be
645
+ * compatible with the selected cipher's digest.
646
+ * `identity` must use UTF-8 encoding.
647
+ */
648
+ pskCallback?: ((hint: string | null) => PSKCallbackNegotation | null) | undefined;
649
+ }
650
+ interface ServerEventMap extends net.ServerEventMap {
651
+ "connection": [socket: net.Socket];
652
+ "keylog": [line: NonSharedBuffer, tlsSocket: TLSSocket];
653
+ "newSession": [sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void];
654
+ "OCSPRequest": [
655
+ certificate: NonSharedBuffer,
656
+ issuer: NonSharedBuffer,
657
+ callback: (err: Error | null, resp: Buffer | null) => void,
658
+ ];
659
+ "resumeSession": [sessionId: Buffer, callback: (err: Error | null, sessionData?: Buffer) => void];
660
+ "secureConnection": [tlsSocket: TLSSocket];
661
+ "tlsClientError": [exception: Error, tlsSocket: TLSSocket];
662
+ }
663
+ /**
664
+ * Accepts encrypted connections using TLS or SSL.
665
+ * @since v0.3.2
666
+ */
667
+ class Server extends net.Server {
668
+ constructor(secureConnectionListener?: (socket: TLSSocket) => void);
669
+ constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void);
670
+ /**
671
+ * The `server.addContext()` method adds a secure context that will be used if
672
+ * the client request's SNI name matches the supplied `hostname` (or wildcard).
673
+ *
674
+ * When there are multiple matching contexts, the most recently added one is
675
+ * used.
676
+ * @since v0.5.3
677
+ * @param hostname A SNI host name or wildcard (e.g. `'*'`)
678
+ * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created
679
+ * with {@link createSecureContext} itself.
680
+ */
681
+ addContext(hostname: string, context: SecureContextOptions | SecureContext): void;
682
+ /**
683
+ * Returns the session ticket keys.
684
+ *
685
+ * See `Session Resumption` for more information.
686
+ * @since v3.0.0
687
+ * @return A 48-byte buffer containing the session ticket keys.
688
+ */
689
+ getTicketKeys(): NonSharedBuffer;
690
+ /**
691
+ * The `server.setSecureContext()` method replaces the secure context of an
692
+ * existing server. Existing connections to the server are not interrupted.
693
+ * @since v11.0.0
694
+ * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc).
695
+ */
696
+ setSecureContext(options: SecureContextOptions): void;
697
+ /**
698
+ * Sets the session ticket keys.
699
+ *
700
+ * Changes to the ticket keys are effective only for future server connections.
701
+ * Existing or currently pending server connections will use the previous keys.
702
+ *
703
+ * See `Session Resumption` for more information.
704
+ * @since v3.0.0
705
+ * @param keys A 48-byte buffer containing the session ticket keys.
706
+ */
707
+ setTicketKeys(keys: Buffer): void;
708
+ // #region InternalEventEmitter
709
+ addListener<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
710
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
711
+ emit<E extends keyof ServerEventMap>(eventName: E, ...args: ServerEventMap[E]): boolean;
712
+ emit(eventName: string | symbol, ...args: any[]): boolean;
713
+ listenerCount<E extends keyof ServerEventMap>(
714
+ eventName: E,
715
+ listener?: (...args: ServerEventMap[E]) => void,
716
+ ): number;
717
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
718
+ listeners<E extends keyof ServerEventMap>(eventName: E): ((...args: ServerEventMap[E]) => void)[];
719
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
720
+ off<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
721
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
722
+ on<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
723
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
724
+ once<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
725
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
726
+ prependListener<E extends keyof ServerEventMap>(
727
+ eventName: E,
728
+ listener: (...args: ServerEventMap[E]) => void,
729
+ ): this;
730
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
731
+ prependOnceListener<E extends keyof ServerEventMap>(
732
+ eventName: E,
733
+ listener: (...args: ServerEventMap[E]) => void,
734
+ ): this;
735
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
736
+ rawListeners<E extends keyof ServerEventMap>(eventName: E): ((...args: ServerEventMap[E]) => void)[];
737
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
738
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
739
+ removeAllListeners<E extends keyof ServerEventMap>(eventName?: E): this;
740
+ removeAllListeners(eventName?: string | symbol): this;
741
+ removeListener<E extends keyof ServerEventMap>(
742
+ eventName: E,
743
+ listener: (...args: ServerEventMap[E]) => void,
744
+ ): this;
745
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
746
+ // #endregion
747
+ }
748
+ type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1";
749
+ interface SecureContextOptions {
750
+ /**
751
+ * If set, this will be called when a client opens a connection using the ALPN extension.
752
+ * One argument will be passed to the callback: an object containing `servername` and `protocols` fields,
753
+ * respectively containing the server name from the SNI extension (if any) and an array of
754
+ * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`,
755
+ * which will be returned to the client as the selected ALPN protocol, or `undefined`,
756
+ * to reject the connection with a fatal alert. If a string is returned that does not match one of
757
+ * the client's ALPN protocols, an error will be thrown.
758
+ * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error.
759
+ */
760
+ ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined;
761
+ /**
762
+ * Treat intermediate (non-self-signed)
763
+ * certificates in the trust CA certificate list as trusted.
764
+ * @since v22.9.0, v20.18.0
765
+ */
766
+ allowPartialTrustChain?: boolean | undefined;
767
+ /**
768
+ * Optionally override the trusted CA certificates. Default is to trust
769
+ * the well-known CAs curated by Mozilla. Mozilla's CAs are completely
770
+ * replaced when CAs are explicitly specified using this option.
771
+ */
772
+ ca?: string | Buffer | Array<string | Buffer> | undefined;
773
+ /**
774
+ * Cert chains in PEM format. One cert chain should be provided per
775
+ * private key. Each cert chain should consist of the PEM formatted
776
+ * certificate for a provided private key, followed by the PEM
777
+ * formatted intermediate certificates (if any), in order, and not
778
+ * including the root CA (the root CA must be pre-known to the peer,
779
+ * see ca). When providing multiple cert chains, they do not have to
780
+ * be in the same order as their private keys in key. If the
781
+ * intermediate certificates are not provided, the peer will not be
782
+ * able to validate the certificate, and the handshake will fail.
783
+ */
784
+ cert?: string | Buffer | Array<string | Buffer> | undefined;
785
+ /**
786
+ * Colon-separated list of supported signature algorithms. The list
787
+ * can contain digest algorithms (SHA256, MD5 etc.), public key
788
+ * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g
789
+ * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512).
790
+ */
791
+ sigalgs?: string | undefined;
792
+ /**
793
+ * Cipher suite specification, replacing the default. For more
794
+ * information, see modifying the default cipher suite. Permitted
795
+ * ciphers can be obtained via tls.getCiphers(). Cipher names must be
796
+ * uppercased in order for OpenSSL to accept them.
797
+ */
798
+ ciphers?: string | undefined;
799
+ /**
800
+ * Name of an OpenSSL engine which can provide the client certificate.
801
+ * @deprecated
802
+ */
803
+ clientCertEngine?: string | undefined;
804
+ /**
805
+ * PEM formatted CRLs (Certificate Revocation Lists).
806
+ */
807
+ crl?: string | Buffer | Array<string | Buffer> | undefined;
808
+ /**
809
+ * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy.
810
+ * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available.
811
+ * ECDHE-based perfect forward secrecy will still be available.
812
+ */
813
+ dhparam?: string | Buffer | undefined;
814
+ /**
815
+ * A string describing a named curve or a colon separated list of curve
816
+ * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key
817
+ * agreement. Set to auto to select the curve automatically. Use
818
+ * crypto.getCurves() to obtain a list of available curve names. On
819
+ * recent releases, openssl ecparam -list_curves will also display the
820
+ * name and description of each available elliptic curve. Default:
821
+ * tls.DEFAULT_ECDH_CURVE.
822
+ */
823
+ ecdhCurve?: string | undefined;
824
+ /**
825
+ * Attempt to use the server's cipher suite preferences instead of the
826
+ * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be
827
+ * set in secureOptions
828
+ */
829
+ honorCipherOrder?: boolean | undefined;
830
+ /**
831
+ * Private keys in PEM format. PEM allows the option of private keys
832
+ * being encrypted. Encrypted keys will be decrypted with
833
+ * options.passphrase. Multiple keys using different algorithms can be
834
+ * provided either as an array of unencrypted key strings or buffers,
835
+ * or an array of objects in the form {pem: <string|buffer>[,
836
+ * passphrase: <string>]}. The object form can only occur in an array.
837
+ * object.passphrase is optional. Encrypted keys will be decrypted with
838
+ * object.passphrase if provided, or options.passphrase if it is not.
839
+ */
840
+ key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined;
841
+ /**
842
+ * Name of an OpenSSL engine to get private key from. Should be used
843
+ * together with privateKeyIdentifier.
844
+ * @deprecated
845
+ */
846
+ privateKeyEngine?: string | undefined;
847
+ /**
848
+ * Identifier of a private key managed by an OpenSSL engine. Should be
849
+ * used together with privateKeyEngine. Should not be set together with
850
+ * key, because both options define a private key in different ways.
851
+ * @deprecated
852
+ */
853
+ privateKeyIdentifier?: string | undefined;
854
+ /**
855
+ * Optionally set the maximum TLS version to allow. One
856
+ * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
857
+ * `secureProtocol` option, use one or the other.
858
+ * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using
859
+ * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to
860
+ * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used.
861
+ */
862
+ maxVersion?: SecureVersion | undefined;
863
+ /**
864
+ * Optionally set the minimum TLS version to allow. One
865
+ * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
866
+ * `secureProtocol` option, use one or the other. It is not recommended to use
867
+ * less than TLSv1.2, but it may be required for interoperability.
868
+ * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using
869
+ * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to
870
+ * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to
871
+ * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used.
872
+ */
873
+ minVersion?: SecureVersion | undefined;
874
+ /**
875
+ * Shared passphrase used for a single private key and/or a PFX.
876
+ */
877
+ passphrase?: string | undefined;
878
+ /**
879
+ * PFX or PKCS12 encoded private key and certificate chain. pfx is an
880
+ * alternative to providing key and cert individually. PFX is usually
881
+ * encrypted, if it is, passphrase will be used to decrypt it. Multiple
882
+ * PFX can be provided either as an array of unencrypted PFX buffers,
883
+ * or an array of objects in the form {buf: <string|buffer>[,
884
+ * passphrase: <string>]}. The object form can only occur in an array.
885
+ * object.passphrase is optional. Encrypted PFX will be decrypted with
886
+ * object.passphrase if provided, or options.passphrase if it is not.
887
+ */
888
+ pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined;
889
+ /**
890
+ * Optionally affect the OpenSSL protocol behavior, which is not
891
+ * usually necessary. This should be used carefully if at all! Value is
892
+ * a numeric bitmask of the SSL_OP_* options from OpenSSL Options
893
+ */
894
+ secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options
895
+ /**
896
+ * Legacy mechanism to select the TLS protocol version to use, it does
897
+ * not support independent control of the minimum and maximum version,
898
+ * and does not support limiting the protocol to TLSv1.3. Use
899
+ * minVersion and maxVersion instead. The possible values are listed as
900
+ * SSL_METHODS, use the function names as strings. For example, use
901
+ * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow
902
+ * any TLS protocol version up to TLSv1.3. It is not recommended to use
903
+ * TLS versions less than 1.2, but it may be required for
904
+ * interoperability. Default: none, see minVersion.
905
+ */
906
+ secureProtocol?: string | undefined;
907
+ /**
908
+ * Opaque identifier used by servers to ensure session state is not
909
+ * shared between applications. Unused by clients.
910
+ */
911
+ sessionIdContext?: string | undefined;
912
+ /**
913
+ * 48-bytes of cryptographically strong pseudo-random data.
914
+ * See Session Resumption for more information.
915
+ */
916
+ ticketKeys?: Buffer | undefined;
917
+ /**
918
+ * The number of seconds after which a TLS session created by the
919
+ * server will no longer be resumable. See Session Resumption for more
920
+ * information. Default: 300.
921
+ */
922
+ sessionTimeout?: number | undefined;
923
+ }
924
+ interface SecureContext {
925
+ context: any;
926
+ }
927
+ /**
928
+ * Verifies the certificate `cert` is issued to `hostname`.
929
+ *
930
+ * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on
931
+ * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type).
932
+ *
933
+ * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as
934
+ * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead.
935
+ *
936
+ * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The
937
+ * overwriting function can call `tls.checkServerIdentity()` of course, to augment
938
+ * the checks done with additional verification.
939
+ *
940
+ * This function is only called if the certificate passed all other checks, such as
941
+ * being issued by trusted CA (`options.ca`).
942
+ *
943
+ * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name
944
+ * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use
945
+ * a custom `options.checkServerIdentity` function that implements the desired behavior.
946
+ * @since v0.8.4
947
+ * @param hostname The host name or IP address to verify the certificate against.
948
+ * @param cert A `certificate object` representing the peer's certificate.
949
+ */
950
+ function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined;
951
+ /**
952
+ * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is
953
+ * automatically set as a listener for the `'secureConnection'` event.
954
+ *
955
+ * The `ticketKeys` options is automatically shared between `node:cluster` module
956
+ * workers.
957
+ *
958
+ * The following illustrates a simple echo server:
959
+ *
960
+ * ```js
961
+ * import tls from 'node:tls';
962
+ * import fs from 'node:fs';
963
+ *
964
+ * const options = {
965
+ * key: fs.readFileSync('server-key.pem'),
966
+ * cert: fs.readFileSync('server-cert.pem'),
967
+ *
968
+ * // This is necessary only if using client certificate authentication.
969
+ * requestCert: true,
970
+ *
971
+ * // This is necessary only if the client uses a self-signed certificate.
972
+ * ca: [ fs.readFileSync('client-cert.pem') ],
973
+ * };
974
+ *
975
+ * const server = tls.createServer(options, (socket) => {
976
+ * console.log('server connected',
977
+ * socket.authorized ? 'authorized' : 'unauthorized');
978
+ * socket.write('welcome!\n');
979
+ * socket.setEncoding('utf8');
980
+ * socket.pipe(socket);
981
+ * });
982
+ * server.listen(8000, () => {
983
+ * console.log('server bound');
984
+ * });
985
+ * ```
986
+ *
987
+ * The server can be tested by connecting to it using the example client from {@link connect}.
988
+ * @since v0.3.2
989
+ */
990
+ function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server;
991
+ function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server;
992
+ /**
993
+ * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event.
994
+ *
995
+ * `tls.connect()` returns a {@link TLSSocket} object.
996
+ *
997
+ * Unlike the `https` API, `tls.connect()` does not enable the
998
+ * SNI (Server Name Indication) extension by default, which may cause some
999
+ * servers to return an incorrect certificate or reject the connection
1000
+ * altogether. To enable SNI, set the `servername` option in addition
1001
+ * to `host`.
1002
+ *
1003
+ * The following illustrates a client for the echo server example from {@link createServer}:
1004
+ *
1005
+ * ```js
1006
+ * // Assumes an echo server that is listening on port 8000.
1007
+ * import tls from 'node:tls';
1008
+ * import fs from 'node:fs';
1009
+ *
1010
+ * const options = {
1011
+ * // Necessary only if the server requires client certificate authentication.
1012
+ * key: fs.readFileSync('client-key.pem'),
1013
+ * cert: fs.readFileSync('client-cert.pem'),
1014
+ *
1015
+ * // Necessary only if the server uses a self-signed certificate.
1016
+ * ca: [ fs.readFileSync('server-cert.pem') ],
1017
+ *
1018
+ * // Necessary only if the server's cert isn't for "localhost".
1019
+ * checkServerIdentity: () => { return null; },
1020
+ * };
1021
+ *
1022
+ * const socket = tls.connect(8000, options, () => {
1023
+ * console.log('client connected',
1024
+ * socket.authorized ? 'authorized' : 'unauthorized');
1025
+ * process.stdin.pipe(socket);
1026
+ * process.stdin.resume();
1027
+ * });
1028
+ * socket.setEncoding('utf8');
1029
+ * socket.on('data', (data) => {
1030
+ * console.log(data);
1031
+ * });
1032
+ * socket.on('end', () => {
1033
+ * console.log('server ends connection');
1034
+ * });
1035
+ * ```
1036
+ * @since v0.11.3
1037
+ */
1038
+ function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1039
+ function connect(
1040
+ port: number,
1041
+ host?: string,
1042
+ options?: ConnectionOptions,
1043
+ secureConnectListener?: () => void,
1044
+ ): TLSSocket;
1045
+ function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1046
+ /**
1047
+ * `{@link createServer}` sets the default value of the `honorCipherOrder` option
1048
+ * to `true`, other APIs that create secure contexts leave it unset.
1049
+ *
1050
+ * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated
1051
+ * from `process.argv` as the default value of the `sessionIdContext` option, other
1052
+ * APIs that create secure contexts have no default value.
1053
+ *
1054
+ * The `tls.createSecureContext()` method creates a `SecureContext` object. It is
1055
+ * usable as an argument to several `tls` APIs, such as `server.addContext()`,
1056
+ * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option.
1057
+ *
1058
+ * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it.
1059
+ *
1060
+ * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of
1061
+ * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
1062
+ *
1063
+ * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength
1064
+ * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can
1065
+ * be used to create custom parameters. The key length must be greater than or
1066
+ * equal to 1024 bits or else an error will be thrown. Although 1024 bits is
1067
+ * permissible, use 2048 bits or larger for stronger security.
1068
+ * @since v0.11.13
1069
+ */
1070
+ function createSecureContext(options?: SecureContextOptions): SecureContext;
1071
+ /**
1072
+ * Returns an array containing the CA certificates from various sources, depending on `type`:
1073
+ *
1074
+ * * `"default"`: return the CA certificates that will be used by the Node.js TLS clients by default.
1075
+ * * When `--use-bundled-ca` is enabled (default), or `--use-openssl-ca` is not enabled,
1076
+ * this would include CA certificates from the bundled Mozilla CA store.
1077
+ * * When `--use-system-ca` is enabled, this would also include certificates from the system's
1078
+ * trusted store.
1079
+ * * When `NODE_EXTRA_CA_CERTS` is used, this would also include certificates loaded from the specified
1080
+ * file.
1081
+ * * `"system"`: return the CA certificates that are loaded from the system's trusted store, according
1082
+ * to rules set by `--use-system-ca`. This can be used to get the certificates from the system
1083
+ * when `--use-system-ca` is not enabled.
1084
+ * * `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
1085
+ * as `tls.rootCertificates`.
1086
+ * * `"extra"`: return the CA certificates loaded from `NODE_EXTRA_CA_CERTS`. It's an empty array if
1087
+ * `NODE_EXTRA_CA_CERTS` is not set.
1088
+ * @since v22.15.0
1089
+ * @param type The type of CA certificates that will be returned. Valid values
1090
+ * are `"default"`, `"system"`, `"bundled"` and `"extra"`.
1091
+ * **Default:** `"default"`.
1092
+ * @returns An array of PEM-encoded certificates. The array may contain duplicates
1093
+ * if the same certificate is repeatedly stored in multiple sources.
1094
+ */
1095
+ function getCACertificates(type?: "default" | "system" | "bundled" | "extra"): string[];
1096
+ /**
1097
+ * Returns an array with the names of the supported TLS ciphers. The names are
1098
+ * lower-case for historical reasons, but must be uppercased to be used in
1099
+ * the `ciphers` option of `{@link createSecureContext}`.
1100
+ *
1101
+ * Not all supported ciphers are enabled by default. See
1102
+ * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v26.x/api/tls.html#modifying-the-default-tls-cipher-suite).
1103
+ *
1104
+ * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
1105
+ * TLSv1.2 and below.
1106
+ *
1107
+ * ```js
1108
+ * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...]
1109
+ * ```
1110
+ * @since v0.10.2
1111
+ */
1112
+ function getCiphers(): string[];
1113
+ /**
1114
+ * Sets the default CA certificates used by Node.js TLS clients. If the provided
1115
+ * certificates are parsed successfully, they will become the default CA
1116
+ * certificate list returned by {@link getCACertificates} and used
1117
+ * by subsequent TLS connections that don't specify their own CA certificates.
1118
+ * The certificates will be deduplicated before being set as the default.
1119
+ *
1120
+ * This function only affects the current Node.js thread. Previous
1121
+ * sessions cached by the HTTPS agent won't be affected by this change, so
1122
+ * this method should be called before any unwanted cachable TLS connections are
1123
+ * made.
1124
+ *
1125
+ * To use system CA certificates as the default:
1126
+ *
1127
+ * ```js
1128
+ * import tls from 'node:tls';
1129
+ * tls.setDefaultCACertificates(tls.getCACertificates('system'));
1130
+ * ```
1131
+ *
1132
+ * This function completely replaces the default CA certificate list. To add additional
1133
+ * certificates to the existing defaults, get the current certificates and append to them:
1134
+ *
1135
+ * ```js
1136
+ * import tls from 'node:tls';
1137
+ * const currentCerts = tls.getCACertificates('default');
1138
+ * const additionalCerts = ['-----BEGIN CERTIFICATE-----\n...'];
1139
+ * tls.setDefaultCACertificates([...currentCerts, ...additionalCerts]);
1140
+ * ```
1141
+ * @since v24.5.0
1142
+ * @param certs An array of CA certificates in PEM format.
1143
+ */
1144
+ function setDefaultCACertificates(certs: ReadonlyArray<string | NodeJS.ArrayBufferView>): void;
1145
+ /**
1146
+ * The default curve name to use for ECDH key agreement in a tls server.
1147
+ * The default value is `'auto'`. See `{@link createSecureContext()}` for further
1148
+ * information.
1149
+ * @since v0.11.13
1150
+ */
1151
+ let DEFAULT_ECDH_CURVE: string;
1152
+ /**
1153
+ * The default value of the `maxVersion` option of `{@link createSecureContext()}`.
1154
+ * It can be assigned any of the supported TLS protocol versions,
1155
+ * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless
1156
+ * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using
1157
+ * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1158
+ * are provided, the highest maximum is used.
1159
+ * @since v11.4.0
1160
+ */
1161
+ let DEFAULT_MAX_VERSION: SecureVersion;
1162
+ /**
1163
+ * The default value of the `minVersion` option of `{@link createSecureContext()}`.
1164
+ * It can be assigned any of the supported TLS protocol versions,
1165
+ * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless
1166
+ * changed using CLI options. Using `--tls-min-v1.0` sets the default to
1167
+ * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using
1168
+ * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1169
+ * are provided, the lowest minimum is used.
1170
+ * @since v11.4.0
1171
+ */
1172
+ let DEFAULT_MIN_VERSION: SecureVersion;
1173
+ /**
1174
+ * The default value of the `ciphers` option of `{@link createSecureContext()}`.
1175
+ * It can be assigned any of the supported OpenSSL ciphers.
1176
+ * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless
1177
+ * changed using CLI options using `--tls-default-ciphers`.
1178
+ * @since v19.8.0
1179
+ */
1180
+ let DEFAULT_CIPHERS: string;
1181
+ /**
1182
+ * An immutable array of strings representing the root certificates (in PEM format)
1183
+ * from the bundled Mozilla CA store as supplied by the current Node.js version.
1184
+ *
1185
+ * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
1186
+ * that is fixed at release time. It is identical on all supported platforms.
1187
+ * @since v12.3.0
1188
+ */
1189
+ const rootCertificates: readonly string[];
1190
+ }
1191
+ declare module "tls" {
1192
+ export * from "node:tls";
1193
+ }