@openclaw/slack 2026.9.2 → 2026.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{action-runtime-DftQWpI4.js → action-runtime-B9OuFiGA.js} +4 -4
- package/dist/action-runtime.runtime-Ck8jcJV1.js +2 -0
- package/dist/{actions-CFkvEv1d.js → actions-mLOa06lO.js} +38 -43
- package/dist/api.js +9 -9
- package/dist/{approval-handler.runtime-BeILKdw4.js → approval-handler.runtime-Dg3MWNVV.js} +7 -9
- package/dist/{channel-CmOuxbOD.js → channel-DFRIGeyd.js} +61 -19
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-type-BWt2CRaI.js → channel-type-COtzGBSC.js} +2 -2
- package/dist/{channel.setup-D5z1ReaT.js → channel.setup-DZZFSOoo.js} +17 -26
- package/dist/{config-schema-JDx_f9Zb.js → config-schema-DrY3S7Ee.js} +10 -39
- package/dist/{directory-live-BuBPHmju.js → directory-live-lgrHdjAZ.js} +1 -2
- package/dist/{monitor-DI07pfJl.js → monitor-f00RCEB4.js} +3 -3
- package/dist/{outbound-adapter-B5QyTRpJ.js → outbound-adapter-BpbypQqC.js} +3 -3
- package/dist/{pipeline.runtime-BdIwZgm4.js → pipeline.runtime-BakleNSy.js} +82 -130
- package/dist/{policy-Bh5TOqII.js → policy-BRmkJFsS.js} +2 -2
- package/dist/{probe-Biy--yhL.js → probe-DpWLeifT.js} +26 -2
- package/dist/{provider-DoaUvAM4.js → provider-vY0lRzNo.js} +51 -32
- package/dist/{relay-source-D4uecp68.js → relay-source-Bsx8Gbmu.js} +1 -1
- package/dist/{replies-DENuTcPO.js → replies-DUe6ydtU.js} +19 -31
- package/dist/{reply-blocks-PRkhyAN7.js → reply-blocks-B4hOhLRu.js} +67 -32
- package/dist/{resolve-channels-DQGV2VrE.js → resolve-channels-DrAfYhDi.js} +1 -2
- package/dist/{resolve-users-DRGt_Q4I.js → resolve-users-BHQ-q15T.js} +1 -2
- package/dist/runtime-api.js +10 -10
- package/dist/{scopes-CZzeGdWV.js → scopes-DhzG6IDV.js} +1 -1
- package/dist/{send-DElUcgIs.js → send-BQ2bNPlQ.js} +8 -11
- package/dist/{send.runtime-C8D6cKGm.js → send.runtime-dE3mWx2v.js} +1 -1
- package/dist/{session-status-BynwcZSO.js → session-status-B59iRt0l.js} +9 -19
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-B1_gpGBl.js → setup-surface-BjCh94HU.js} +4 -4
- package/dist/{shared-CNQsWJT7.js → shared-DmHcvFcF.js} +2 -2
- package/dist/{slash-dispatch.runtime-DhsXavSY.js → slash-dispatch.runtime-Dr9LEs9d.js} +1 -1
- package/node_modules/@slack/socket-mode/README.md +44 -8
- package/node_modules/@slack/socket-mode/dist/package.json +4 -4
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +16 -1
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +39 -3
- package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +4 -0
- package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +32 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +953 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +474 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +237 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +88 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +6 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +52 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +232 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +6 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +60 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +4 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +33 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +55 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +60 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +43 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +308 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +99 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +313 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +28 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +171 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +281 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +71 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +390 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +255 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +750 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +92 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +193 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +58 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +355 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +87 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +1572 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +1610 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +5 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +74 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +144 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +116 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +52 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +28 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +291 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +127 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +168 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +200 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +322 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +50 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +84 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +42 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +59 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +98 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +38 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +30 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1284 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +67 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +729 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +738 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1298 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +67 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +68 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +117 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +78 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +692 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1266 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +67 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +80 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +548 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +542 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +539 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +535 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +542 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +37 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +722 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +48 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1282 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +67 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2254 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +77 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1437 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +82 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1359 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +63 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1296 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +67 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +35 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +35 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +34 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +84 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +89 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +98 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +266 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +266 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +266 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +266 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +31 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +11 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +330 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +71 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +5 -5
- package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +2 -2
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +10 -2
- package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +52 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +210 -28
- package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +6 -2
- package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +36 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +21 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +16 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +151 -0
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +28 -0
- package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +15 -0
- package/node_modules/@slack/socket-mode/node_modules/p-finally/license +21 -0
- package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +42 -0
- package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +47 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +101 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +279 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +1 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +21 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +64 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +2 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +12 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +32 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +7 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +2 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/license +9 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +21 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +94 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +134 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +336 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +56 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +92 -0
- package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +400 -0
- package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +106 -0
- package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +85 -0
- package/node_modules/@slack/socket-mode/node_modules/p-retry/license +9 -0
- package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +51 -0
- package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +148 -0
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +72 -0
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +57 -0
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +9 -0
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +45 -0
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +87 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/License +21 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/README.md +227 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +31 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +40 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/index.js +1 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +100 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +162 -0
- package/node_modules/@slack/socket-mode/node_modules/retry/package.json +36 -0
- package/node_modules/@slack/socket-mode/package.json +4 -4
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +9 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/agent.d.ts +19 -0
- package/node_modules/@slack/types/dist/events/agent.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/agent.js +3 -0
- package/node_modules/@slack/types/dist/events/agent.js.map +1 -0
- package/node_modules/@slack/types/dist/events/index.d.ts +3 -1
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/index.js +1 -0
- package/node_modules/@slack/types/dist/events/index.js.map +1 -1
- package/node_modules/@slack/types/package.json +1 -1
- package/node_modules/@slack/web-api/README.md +19 -27
- package/node_modules/@slack/web-api/dist/methods.d.ts +31 -5
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +26 -0
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/retry-policies.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/agents.d.ts +52 -0
- package/node_modules/@slack/web-api/dist/types/request/agents.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/agents.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/agents.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/blocks.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/blocks.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts +25 -0
- package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +60 -2
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +34 -2
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +733 -8
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +45 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +39 -2
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +68 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +60 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +37 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +33 -2
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +862 -80
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +38 -8
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +34 -2
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +59 -2
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +88 -25
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +1 -11
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +81 -24
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +1 -16
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +66 -7
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +56 -6
- package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +6 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +6 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +37 -2
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +186 -4
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +38 -5
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +15 -7
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +2 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +4 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +16 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +10 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +52 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +210 -28
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +6 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/@types/retry/LICENSE +21 -21
- package/node_modules/@slack/web-api/node_modules/@types/retry/README.md +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/retry/index.d.ts +13 -20
- package/node_modules/@slack/web-api/node_modules/@types/retry/package.json +11 -9
- package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/README.md +16 -0
- package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/index.d.ts +151 -0
- package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/package.json +28 -0
- package/node_modules/@slack/web-api/package.json +8 -8
- package/openclaw.plugin.json +3 -0
- package/package.json +7 -7
- package/dist/action-runtime.runtime-rHI3UAh4.js +0 -2
- package/dist/cursor-pages-ByFwo-Py.js +0 -25
|
@@ -0,0 +1,669 @@
|
|
|
1
|
+
declare module "node:worker_threads" {
|
|
2
|
+
import {
|
|
3
|
+
EventEmitter,
|
|
4
|
+
InternalEventEmitter,
|
|
5
|
+
InternalEventTargetEventProperties,
|
|
6
|
+
NodeEventTarget,
|
|
7
|
+
} from "node:events";
|
|
8
|
+
import { FileHandle } from "node:fs/promises";
|
|
9
|
+
import { Performance } from "node:perf_hooks";
|
|
10
|
+
import { Readable, Writable } from "node:stream";
|
|
11
|
+
import { ReadableStream, TransformStream, WritableStream } from "node:stream/web";
|
|
12
|
+
import { URL } from "node:url";
|
|
13
|
+
import { CPUProfileHandle, CPUProfileOptions, HeapInfo, HeapProfileHandle, HeapProfileOptions } from "node:v8";
|
|
14
|
+
import { Context } from "node:vm";
|
|
15
|
+
import { MessageEvent } from "undici-types";
|
|
16
|
+
const isInternalThread: boolean;
|
|
17
|
+
const isMainThread: boolean;
|
|
18
|
+
const parentPort: null | MessagePort;
|
|
19
|
+
const resourceLimits: ResourceLimits;
|
|
20
|
+
const SHARE_ENV: unique symbol;
|
|
21
|
+
const threadId: number;
|
|
22
|
+
const threadName: string | null;
|
|
23
|
+
const workerData: any;
|
|
24
|
+
interface WorkerPerformance extends Pick<Performance, "eventLoopUtilization"> {}
|
|
25
|
+
interface WorkerOptions {
|
|
26
|
+
/**
|
|
27
|
+
* List of arguments which would be stringified and appended to
|
|
28
|
+
* `process.argv` in the worker. This is mostly similar to the `workerData`
|
|
29
|
+
* but the values will be available on the global `process.argv` as if they
|
|
30
|
+
* were passed as CLI options to the script.
|
|
31
|
+
*/
|
|
32
|
+
argv?: any[] | undefined;
|
|
33
|
+
env?: NodeJS.Dict<string> | typeof SHARE_ENV | undefined;
|
|
34
|
+
eval?: boolean | undefined;
|
|
35
|
+
workerData?: any;
|
|
36
|
+
stdin?: boolean | undefined;
|
|
37
|
+
stdout?: boolean | undefined;
|
|
38
|
+
stderr?: boolean | undefined;
|
|
39
|
+
execArgv?: string[] | undefined;
|
|
40
|
+
resourceLimits?: ResourceLimits | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Additional data to send in the first worker message.
|
|
43
|
+
*/
|
|
44
|
+
transferList?: Transferable[] | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @default true
|
|
47
|
+
*/
|
|
48
|
+
trackUnmanagedFds?: boolean | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* An optional `name` to be appended to the worker title
|
|
51
|
+
* for debugging/identification purposes, making the final title as
|
|
52
|
+
* `[worker ${id}] ${name}`.
|
|
53
|
+
*/
|
|
54
|
+
name?: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
interface ResourceLimits {
|
|
57
|
+
/**
|
|
58
|
+
* The maximum size of a heap space for recently created objects.
|
|
59
|
+
*/
|
|
60
|
+
maxYoungGenerationSizeMb?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The maximum size of the main heap in MB.
|
|
63
|
+
*/
|
|
64
|
+
maxOldGenerationSizeMb?: number | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* The size of a pre-allocated memory range used for generated code.
|
|
67
|
+
*/
|
|
68
|
+
codeRangeSizeMb?: number | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* The default maximum stack size for the thread. Small values may lead to unusable Worker instances.
|
|
71
|
+
* @default 4
|
|
72
|
+
*/
|
|
73
|
+
stackSizeMb?: number | undefined;
|
|
74
|
+
}
|
|
75
|
+
interface WorkerEventMap {
|
|
76
|
+
"error": [err: unknown];
|
|
77
|
+
"exit": [exitCode: number];
|
|
78
|
+
"message": [value: any];
|
|
79
|
+
"messageerror": [error: Error];
|
|
80
|
+
"online": [];
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* The `Worker` class represents an independent JavaScript execution thread.
|
|
84
|
+
* Most Node.js APIs are available inside of it.
|
|
85
|
+
*
|
|
86
|
+
* Notable differences inside a Worker environment are:
|
|
87
|
+
*
|
|
88
|
+
* * The `process.stdin`, `process.stdout`, and `process.stderr` streams may be redirected by the parent thread.
|
|
89
|
+
* * The `import { isMainThread } from 'node:worker_threads'` variable is set to `false`.
|
|
90
|
+
* * The `import { parentPort } from 'node:worker_threads'` message port is available.
|
|
91
|
+
* * `process.exit()` does not stop the whole program, just the single thread,
|
|
92
|
+
* and `process.abort()` is not available.
|
|
93
|
+
* * `process.chdir()` and `process` methods that set group or user ids
|
|
94
|
+
* are not available.
|
|
95
|
+
* * `process.env` is a copy of the parent thread's environment variables,
|
|
96
|
+
* unless otherwise specified. Changes to one copy are not visible in other
|
|
97
|
+
* threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor). On Windows, unlike the main thread, a copy of the
|
|
98
|
+
* environment variables operates in a case-sensitive manner.
|
|
99
|
+
* * `process.title` cannot be modified.
|
|
100
|
+
* * Signals are not delivered through `process.on('...')`.
|
|
101
|
+
* * Execution may stop at any point as a result of `worker.terminate()` being invoked.
|
|
102
|
+
* * IPC channels from parent processes are not accessible.
|
|
103
|
+
* * The `trace_events` module is not supported.
|
|
104
|
+
* * Native add-ons can only be loaded from multiple threads if they fulfill `certain conditions`.
|
|
105
|
+
*
|
|
106
|
+
* Creating `Worker` instances inside of other `Worker`s is possible.
|
|
107
|
+
*
|
|
108
|
+
* Like [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) and the `node:cluster module`, two-way communication
|
|
109
|
+
* can be achieved through inter-thread message passing. Internally, a `Worker` has
|
|
110
|
+
* a built-in pair of `MessagePort` s that are already associated with each
|
|
111
|
+
* other when the `Worker` is created. While the `MessagePort` object on the parent
|
|
112
|
+
* side is not directly exposed, its functionalities are exposed through `worker.postMessage()` and the `worker.on('message')` event
|
|
113
|
+
* on the `Worker` object for the parent thread.
|
|
114
|
+
*
|
|
115
|
+
* To create custom messaging channels (which is encouraged over using the default
|
|
116
|
+
* global channel because it facilitates separation of concerns), users can create
|
|
117
|
+
* a `MessageChannel` object on either thread and pass one of the`MessagePort`s on that `MessageChannel` to the other thread through a
|
|
118
|
+
* pre-existing channel, such as the global one.
|
|
119
|
+
*
|
|
120
|
+
* See `port.postMessage()` for more information on how messages are passed,
|
|
121
|
+
* and what kind of JavaScript values can be successfully transported through
|
|
122
|
+
* the thread barrier.
|
|
123
|
+
*
|
|
124
|
+
* ```js
|
|
125
|
+
* import assert from 'node:assert';
|
|
126
|
+
* import {
|
|
127
|
+
* Worker, MessageChannel, MessagePort, isMainThread, parentPort,
|
|
128
|
+
* } from 'node:worker_threads';
|
|
129
|
+
* if (isMainThread) {
|
|
130
|
+
* const worker = new Worker(__filename);
|
|
131
|
+
* const subChannel = new MessageChannel();
|
|
132
|
+
* worker.postMessage({ hereIsYourPort: subChannel.port1 }, [subChannel.port1]);
|
|
133
|
+
* subChannel.port2.on('message', (value) => {
|
|
134
|
+
* console.log('received:', value);
|
|
135
|
+
* });
|
|
136
|
+
* } else {
|
|
137
|
+
* parentPort.once('message', (value) => {
|
|
138
|
+
* assert(value.hereIsYourPort instanceof MessagePort);
|
|
139
|
+
* value.hereIsYourPort.postMessage('the worker is sending this');
|
|
140
|
+
* value.hereIsYourPort.close();
|
|
141
|
+
* });
|
|
142
|
+
* }
|
|
143
|
+
* ```
|
|
144
|
+
* @since v10.5.0
|
|
145
|
+
*/
|
|
146
|
+
class Worker implements EventEmitter {
|
|
147
|
+
/**
|
|
148
|
+
* If `stdin: true` was passed to the `Worker` constructor, this is a
|
|
149
|
+
* writable stream. The data written to this stream will be made available in
|
|
150
|
+
* the worker thread as `process.stdin`.
|
|
151
|
+
* @since v10.5.0
|
|
152
|
+
*/
|
|
153
|
+
readonly stdin: Writable | null;
|
|
154
|
+
/**
|
|
155
|
+
* This is a readable stream which contains data written to `process.stdout` inside the worker thread. If `stdout: true` was not passed to the `Worker` constructor, then data is piped to the
|
|
156
|
+
* parent thread's `process.stdout` stream.
|
|
157
|
+
* @since v10.5.0
|
|
158
|
+
*/
|
|
159
|
+
readonly stdout: Readable;
|
|
160
|
+
/**
|
|
161
|
+
* This is a readable stream which contains data written to `process.stderr` inside the worker thread. If `stderr: true` was not passed to the `Worker` constructor, then data is piped to the
|
|
162
|
+
* parent thread's `process.stderr` stream.
|
|
163
|
+
* @since v10.5.0
|
|
164
|
+
*/
|
|
165
|
+
readonly stderr: Readable;
|
|
166
|
+
/**
|
|
167
|
+
* An integer identifier for the referenced thread. Inside the worker thread,
|
|
168
|
+
* it is available as `import { threadId } from 'node:worker_threads'`.
|
|
169
|
+
* This value is unique for each `Worker` instance inside a single process.
|
|
170
|
+
* @since v10.5.0
|
|
171
|
+
*/
|
|
172
|
+
readonly threadId: number;
|
|
173
|
+
/**
|
|
174
|
+
* A string identifier for the referenced thread or null if the thread is not running.
|
|
175
|
+
* Inside the worker thread, it is available as `require('node:worker_threads').threadName`.
|
|
176
|
+
* @since v24.6.0
|
|
177
|
+
*/
|
|
178
|
+
readonly threadName: string | null;
|
|
179
|
+
/**
|
|
180
|
+
* Provides the set of JS engine resource constraints for this Worker thread.
|
|
181
|
+
* If the `resourceLimits` option was passed to the `Worker` constructor,
|
|
182
|
+
* this matches its values.
|
|
183
|
+
*
|
|
184
|
+
* If the worker has stopped, the return value is an empty object.
|
|
185
|
+
* @since v13.2.0, v12.16.0
|
|
186
|
+
*/
|
|
187
|
+
readonly resourceLimits?: ResourceLimits | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* An object that can be used to query performance information from a worker
|
|
190
|
+
* instance. Similar to `perf_hooks.performance`.
|
|
191
|
+
* @since v15.1.0, v14.17.0, v12.22.0
|
|
192
|
+
*/
|
|
193
|
+
readonly performance: WorkerPerformance;
|
|
194
|
+
/**
|
|
195
|
+
* @param filename The path to the Worker’s main script or module.
|
|
196
|
+
* Must be either an absolute path or a relative path (i.e. relative to the current working directory) starting with ./ or ../,
|
|
197
|
+
* or a WHATWG URL object using file: protocol. If options.eval is true, this is a string containing JavaScript code rather than a path.
|
|
198
|
+
*/
|
|
199
|
+
constructor(filename: string | URL, options?: WorkerOptions);
|
|
200
|
+
/**
|
|
201
|
+
* Send a message to the worker that is received via `require('node:worker_threads').parentPort.on('message')`.
|
|
202
|
+
* See `port.postMessage()` for more details.
|
|
203
|
+
* @since v10.5.0
|
|
204
|
+
*/
|
|
205
|
+
postMessage(value: any, transferList?: readonly Transferable[]): void;
|
|
206
|
+
/**
|
|
207
|
+
* Opposite of `unref()`, calling `ref()` on a previously `unref()`ed worker does _not_ let the program exit if it's the only active handle left (the default
|
|
208
|
+
* behavior). If the worker is `ref()`ed, calling `ref()` again has
|
|
209
|
+
* no effect.
|
|
210
|
+
* @since v10.5.0
|
|
211
|
+
*/
|
|
212
|
+
ref(): void;
|
|
213
|
+
/**
|
|
214
|
+
* Calling `unref()` on a worker allows the thread to exit if this is the only
|
|
215
|
+
* active handle in the event system. If the worker is already `unref()`ed calling `unref()` again has no effect.
|
|
216
|
+
* @since v10.5.0
|
|
217
|
+
*/
|
|
218
|
+
unref(): void;
|
|
219
|
+
/**
|
|
220
|
+
* Stop all JavaScript execution in the worker thread as soon as possible.
|
|
221
|
+
* Returns a Promise for the exit code that is fulfilled when the `'exit' event` is emitted.
|
|
222
|
+
* @since v10.5.0
|
|
223
|
+
*/
|
|
224
|
+
terminate(): Promise<number>;
|
|
225
|
+
/**
|
|
226
|
+
* This method returns a `Promise` that will resolve to an object identical to `process.threadCpuUsage()`,
|
|
227
|
+
* or reject with an `ERR_WORKER_NOT_RUNNING` error if the worker is no longer running.
|
|
228
|
+
* This methods allows the statistics to be observed from outside the actual thread.
|
|
229
|
+
* @since v24.6.0
|
|
230
|
+
*/
|
|
231
|
+
cpuUsage(prev?: NodeJS.CpuUsage): Promise<NodeJS.CpuUsage>;
|
|
232
|
+
/**
|
|
233
|
+
* Returns a readable stream for a V8 snapshot of the current state of the Worker.
|
|
234
|
+
* See `v8.getHeapSnapshot()` for more details.
|
|
235
|
+
*
|
|
236
|
+
* If the Worker thread is no longer running, which may occur before the `'exit' event` is emitted, the returned `Promise` is rejected
|
|
237
|
+
* immediately with an `ERR_WORKER_NOT_RUNNING` error.
|
|
238
|
+
* @since v13.9.0, v12.17.0
|
|
239
|
+
* @return A promise for a Readable Stream containing a V8 heap snapshot
|
|
240
|
+
*/
|
|
241
|
+
getHeapSnapshot(): Promise<Readable>;
|
|
242
|
+
/**
|
|
243
|
+
* This method returns a `Promise` that will resolve to an object identical to `v8.getHeapStatistics()`,
|
|
244
|
+
* or reject with an `ERR_WORKER_NOT_RUNNING` error if the worker is no longer running.
|
|
245
|
+
* This methods allows the statistics to be observed from outside the actual thread.
|
|
246
|
+
* @since v24.0.0
|
|
247
|
+
*/
|
|
248
|
+
getHeapStatistics(): Promise<HeapInfo>;
|
|
249
|
+
/**
|
|
250
|
+
* Starting a CPU profile then return a Promise that fulfills with an error
|
|
251
|
+
* or an `CPUProfileHandle` object. This API supports `await using` syntax.
|
|
252
|
+
*
|
|
253
|
+
* ```js
|
|
254
|
+
* const { Worker } = require('node:worker_threads');
|
|
255
|
+
*
|
|
256
|
+
* const worker = new Worker(`
|
|
257
|
+
* const { parentPort } = require('worker_threads');
|
|
258
|
+
* parentPort.on('message', () => {});
|
|
259
|
+
* `, { eval: true });
|
|
260
|
+
*
|
|
261
|
+
* worker.on('online', async () => {
|
|
262
|
+
* const handle = await worker.startCpuProfile({ sampleInterval: 1 });
|
|
263
|
+
* const profile = await handle.stop();
|
|
264
|
+
* console.log(profile);
|
|
265
|
+
* worker.terminate();
|
|
266
|
+
* });
|
|
267
|
+
* ```
|
|
268
|
+
*
|
|
269
|
+
* `await using` example.
|
|
270
|
+
*
|
|
271
|
+
* ```js
|
|
272
|
+
* const { Worker } = require('node:worker_threads');
|
|
273
|
+
*
|
|
274
|
+
* const w = new Worker(`
|
|
275
|
+
* const { parentPort } = require('node:worker_threads');
|
|
276
|
+
* parentPort.on('message', () => {});
|
|
277
|
+
* `, { eval: true });
|
|
278
|
+
*
|
|
279
|
+
* w.on('online', async () => {
|
|
280
|
+
* // Stop profile automatically when return and profile will be discarded
|
|
281
|
+
* await using handle = await w.startCpuProfile();
|
|
282
|
+
* });
|
|
283
|
+
* ```
|
|
284
|
+
* @since v24.8.0
|
|
285
|
+
*/
|
|
286
|
+
startCpuProfile(options?: CPUProfileOptions): Promise<CPUProfileHandle>;
|
|
287
|
+
/**
|
|
288
|
+
* Starting a Heap profile then return a Promise that fulfills with an error
|
|
289
|
+
* or an `HeapProfileHandle` object. This API supports `await using` syntax.
|
|
290
|
+
*
|
|
291
|
+
* ```js
|
|
292
|
+
* import { Worker } from 'node:worker_threads';
|
|
293
|
+
*
|
|
294
|
+
* const worker = new Worker(`
|
|
295
|
+
* const { parentPort } = require('node:worker_threads');
|
|
296
|
+
* parentPort.on('message', () => {});
|
|
297
|
+
* `, { eval: true });
|
|
298
|
+
*
|
|
299
|
+
* worker.on('online', async () => {
|
|
300
|
+
* const handle = await worker.startHeapProfile();
|
|
301
|
+
* const profile = await handle.stop();
|
|
302
|
+
* console.log(profile);
|
|
303
|
+
* worker.terminate();
|
|
304
|
+
* });
|
|
305
|
+
* ```
|
|
306
|
+
*
|
|
307
|
+
* `await using` example.
|
|
308
|
+
*
|
|
309
|
+
* ```js
|
|
310
|
+
* import { Worker } from 'node:worker_threads';
|
|
311
|
+
*
|
|
312
|
+
* const w = new Worker(`
|
|
313
|
+
* const { parentPort } = require('node:worker_threads');
|
|
314
|
+
* parentPort.on('message', () => {});
|
|
315
|
+
* `, { eval: true });
|
|
316
|
+
*
|
|
317
|
+
* w.on('online', async () => {
|
|
318
|
+
* // Stop profile automatically when return and profile will be discarded
|
|
319
|
+
* await using handle = await w.startHeapProfile();
|
|
320
|
+
* });
|
|
321
|
+
* ```
|
|
322
|
+
* @since v24.9.0
|
|
323
|
+
*/
|
|
324
|
+
startHeapProfile(options?: HeapProfileOptions): Promise<HeapProfileHandle>;
|
|
325
|
+
/**
|
|
326
|
+
* Calls `worker.terminate()` when the dispose scope is exited.
|
|
327
|
+
*
|
|
328
|
+
* ```js
|
|
329
|
+
* async function example() {
|
|
330
|
+
* await using worker = new Worker('for (;;) {}', { eval: true });
|
|
331
|
+
* // Worker is automatically terminate when the scope is exited.
|
|
332
|
+
* }
|
|
333
|
+
* ```
|
|
334
|
+
* @since v24.2.0
|
|
335
|
+
*/
|
|
336
|
+
[Symbol.asyncDispose](): Promise<void>;
|
|
337
|
+
}
|
|
338
|
+
interface Worker extends InternalEventEmitter<WorkerEventMap> {}
|
|
339
|
+
/**
|
|
340
|
+
* Mark an object as not transferable. If `object` occurs in the transfer list of
|
|
341
|
+
* a [`port.postMessage()`](https://nodejs.org/docs/latest-v26.x/api/worker_threads.html#portpostmessagevalue-transferlist) call, an error is thrown. This is a no-op if
|
|
342
|
+
* `object` is a primitive value.
|
|
343
|
+
*
|
|
344
|
+
* In particular, this makes sense for objects that can be cloned, rather than
|
|
345
|
+
* transferred, and which are used by other objects on the sending side.
|
|
346
|
+
* For example, Node.js marks the `ArrayBuffer`s it uses for its
|
|
347
|
+
* [`Buffer` pool](https://nodejs.org/docs/latest-v26.x/api/buffer.html#static-method-bufferallocunsafesize) with this.
|
|
348
|
+
* `ArrayBuffer.prototype.transfer()` is disallowed on such array buffer
|
|
349
|
+
* instances.
|
|
350
|
+
*
|
|
351
|
+
* This operation cannot be undone.
|
|
352
|
+
*
|
|
353
|
+
* ```js
|
|
354
|
+
* import { MessageChannel, markAsUntransferable } from 'node:worker_threads';
|
|
355
|
+
*
|
|
356
|
+
* const pooledBuffer = new ArrayBuffer(8);
|
|
357
|
+
* const typedArray1 = new Uint8Array(pooledBuffer);
|
|
358
|
+
* const typedArray2 = new Float64Array(pooledBuffer);
|
|
359
|
+
*
|
|
360
|
+
* markAsUntransferable(pooledBuffer);
|
|
361
|
+
*
|
|
362
|
+
* const { port1 } = new MessageChannel();
|
|
363
|
+
* try {
|
|
364
|
+
* // This will throw an error, because pooledBuffer is not transferable.
|
|
365
|
+
* port1.postMessage(typedArray1, [ typedArray1.buffer ]);
|
|
366
|
+
* } catch (error) {
|
|
367
|
+
* // error.name === 'DataCloneError'
|
|
368
|
+
* }
|
|
369
|
+
*
|
|
370
|
+
* // The following line prints the contents of typedArray1 -- it still owns
|
|
371
|
+
* // its memory and has not been transferred. Without
|
|
372
|
+
* // `markAsUntransferable()`, this would print an empty Uint8Array and the
|
|
373
|
+
* // postMessage call would have succeeded.
|
|
374
|
+
* // typedArray2 is intact as well.
|
|
375
|
+
* console.log(typedArray1);
|
|
376
|
+
* console.log(typedArray2);
|
|
377
|
+
* ```
|
|
378
|
+
*
|
|
379
|
+
* There is no equivalent to this API in browsers.
|
|
380
|
+
* @since v14.5.0, v12.19.0
|
|
381
|
+
*/
|
|
382
|
+
function markAsUntransferable(object: object): void;
|
|
383
|
+
/**
|
|
384
|
+
* Check if an object is marked as not transferable with
|
|
385
|
+
* {@link markAsUntransferable}.
|
|
386
|
+
* @since v21.0.0
|
|
387
|
+
*/
|
|
388
|
+
function isMarkedAsUntransferable(object: object): boolean;
|
|
389
|
+
/**
|
|
390
|
+
* Mark an object as not cloneable. If `object` is used as `message` in
|
|
391
|
+
* a `port.postMessage()` call, an error is thrown. This is a no-op if `object` is a
|
|
392
|
+
* primitive value.
|
|
393
|
+
*
|
|
394
|
+
* This has no effect on `ArrayBuffer`, or any `Buffer` like objects.
|
|
395
|
+
*
|
|
396
|
+
* This operation cannot be undone.
|
|
397
|
+
*
|
|
398
|
+
* ```js
|
|
399
|
+
* const { markAsUncloneable } = require('node:worker_threads');
|
|
400
|
+
*
|
|
401
|
+
* const anyObject = { foo: 'bar' };
|
|
402
|
+
* markAsUncloneable(anyObject);
|
|
403
|
+
* const { port1 } = new MessageChannel();
|
|
404
|
+
* try {
|
|
405
|
+
* // This will throw an error, because anyObject is not cloneable.
|
|
406
|
+
* port1.postMessage(anyObject)
|
|
407
|
+
* } catch (error) {
|
|
408
|
+
* // error.name === 'DataCloneError'
|
|
409
|
+
* }
|
|
410
|
+
* ```
|
|
411
|
+
*
|
|
412
|
+
* There is no equivalent to this API in browsers.
|
|
413
|
+
* @since v22.10.0
|
|
414
|
+
*/
|
|
415
|
+
function markAsUncloneable(object: object): void;
|
|
416
|
+
/**
|
|
417
|
+
* Transfer a `MessagePort` to a different `vm` Context. The original `port` object is rendered unusable, and the returned `MessagePort` instance
|
|
418
|
+
* takes its place.
|
|
419
|
+
*
|
|
420
|
+
* The returned `MessagePort` is an object in the target context and
|
|
421
|
+
* inherits from its global `Object` class. Objects passed to the [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) listener are also created in the
|
|
422
|
+
* target context
|
|
423
|
+
* and inherit from its global `Object` class.
|
|
424
|
+
*
|
|
425
|
+
* However, the created `MessagePort` no longer inherits from [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget), and only
|
|
426
|
+
* [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) can be used to receive
|
|
427
|
+
* events using it.
|
|
428
|
+
* @since v11.13.0
|
|
429
|
+
* @param port The message port to transfer.
|
|
430
|
+
* @param contextifiedSandbox A `contextified` object as returned by the `vm.createContext()` method.
|
|
431
|
+
*/
|
|
432
|
+
function moveMessagePortToContext(port: MessagePort, contextifiedSandbox: Context): MessagePort;
|
|
433
|
+
/**
|
|
434
|
+
* Receive a single message from a given `MessagePort`. If no message is available,`undefined` is returned, otherwise an object with a single `message` property
|
|
435
|
+
* that contains the message payload, corresponding to the oldest message in the `MessagePort`'s queue.
|
|
436
|
+
*
|
|
437
|
+
* ```js
|
|
438
|
+
* import { MessageChannel, receiveMessageOnPort } from 'node:worker_threads';
|
|
439
|
+
* const { port1, port2 } = new MessageChannel();
|
|
440
|
+
* port1.postMessage({ hello: 'world' });
|
|
441
|
+
*
|
|
442
|
+
* console.log(receiveMessageOnPort(port2));
|
|
443
|
+
* // Prints: { message: { hello: 'world' } }
|
|
444
|
+
* console.log(receiveMessageOnPort(port2));
|
|
445
|
+
* // Prints: undefined
|
|
446
|
+
* ```
|
|
447
|
+
*
|
|
448
|
+
* When this function is used, no `'message'` event is emitted and the `onmessage` listener is not invoked.
|
|
449
|
+
* @since v12.3.0
|
|
450
|
+
*/
|
|
451
|
+
function receiveMessageOnPort(port: MessagePort):
|
|
452
|
+
| {
|
|
453
|
+
message: any;
|
|
454
|
+
}
|
|
455
|
+
| undefined;
|
|
456
|
+
type Serializable = string | object | number | boolean | bigint;
|
|
457
|
+
/**
|
|
458
|
+
* Within a worker thread, `worker.getEnvironmentData()` returns a clone
|
|
459
|
+
* of data passed to the spawning thread's `worker.setEnvironmentData()`.
|
|
460
|
+
* Every new `Worker` receives its own copy of the environment data
|
|
461
|
+
* automatically.
|
|
462
|
+
*
|
|
463
|
+
* ```js
|
|
464
|
+
* import {
|
|
465
|
+
* Worker,
|
|
466
|
+
* isMainThread,
|
|
467
|
+
* setEnvironmentData,
|
|
468
|
+
* getEnvironmentData,
|
|
469
|
+
* } from 'node:worker_threads';
|
|
470
|
+
*
|
|
471
|
+
* if (isMainThread) {
|
|
472
|
+
* setEnvironmentData('Hello', 'World!');
|
|
473
|
+
* const worker = new Worker(__filename);
|
|
474
|
+
* } else {
|
|
475
|
+
* console.log(getEnvironmentData('Hello')); // Prints 'World!'.
|
|
476
|
+
* }
|
|
477
|
+
* ```
|
|
478
|
+
* @since v15.12.0, v14.18.0
|
|
479
|
+
* @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key.
|
|
480
|
+
*/
|
|
481
|
+
function getEnvironmentData(key: Serializable): Serializable;
|
|
482
|
+
/**
|
|
483
|
+
* The `worker.setEnvironmentData()` API sets the content of `worker.getEnvironmentData()` in the current thread and all new `Worker` instances spawned from the current context.
|
|
484
|
+
* @since v15.12.0, v14.18.0
|
|
485
|
+
* @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key.
|
|
486
|
+
* @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value
|
|
487
|
+
* for the `key` will be deleted.
|
|
488
|
+
*/
|
|
489
|
+
function setEnvironmentData(key: Serializable, value?: Serializable): void;
|
|
490
|
+
/**
|
|
491
|
+
* Sends a value to another worker, identified by its thread ID.
|
|
492
|
+
* @param threadId The target thread ID. If the thread ID is invalid, a `ERR_WORKER_MESSAGING_FAILED` error will be thrown.
|
|
493
|
+
* If the target thread ID is the current thread ID, a `ERR_WORKER_MESSAGING_SAME_THREAD` error will be thrown.
|
|
494
|
+
* @param value The value to send.
|
|
495
|
+
* @param transferList If one or more `MessagePort`-like objects are passed in value, a `transferList` is required for those items
|
|
496
|
+
* or `ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST` is thrown. See `port.postMessage()` for more information.
|
|
497
|
+
* @param timeout Time to wait for the message to be delivered in milliseconds. By default it's `undefined`, which means wait forever.
|
|
498
|
+
* If the operation times out, a `ERR_WORKER_MESSAGING_TIMEOUT` error is thrown.
|
|
499
|
+
* @since v22.5.0
|
|
500
|
+
*/
|
|
501
|
+
function postMessageToThread(threadId: number, value: any, timeout?: number): Promise<void>;
|
|
502
|
+
function postMessageToThread(
|
|
503
|
+
threadId: number,
|
|
504
|
+
value: any,
|
|
505
|
+
transferList: readonly Transferable[],
|
|
506
|
+
timeout?: number,
|
|
507
|
+
): Promise<void>;
|
|
508
|
+
// #region web types
|
|
509
|
+
type LockMode = "exclusive" | "shared";
|
|
510
|
+
type Transferable =
|
|
511
|
+
| ArrayBuffer
|
|
512
|
+
| MessagePort
|
|
513
|
+
| AbortSignal
|
|
514
|
+
| FileHandle
|
|
515
|
+
| ReadableStream
|
|
516
|
+
| WritableStream
|
|
517
|
+
| TransformStream;
|
|
518
|
+
interface LockGrantedCallback<T> {
|
|
519
|
+
(lock: Lock | null): T;
|
|
520
|
+
}
|
|
521
|
+
interface LockInfo {
|
|
522
|
+
clientId: string;
|
|
523
|
+
mode: LockMode;
|
|
524
|
+
name: string;
|
|
525
|
+
}
|
|
526
|
+
interface LockManagerSnapshot {
|
|
527
|
+
held: LockInfo[];
|
|
528
|
+
pending: LockInfo[];
|
|
529
|
+
}
|
|
530
|
+
interface LockOptions {
|
|
531
|
+
ifAvailable?: boolean;
|
|
532
|
+
mode?: LockMode;
|
|
533
|
+
signal?: AbortSignal;
|
|
534
|
+
steal?: boolean;
|
|
535
|
+
}
|
|
536
|
+
interface StructuredSerializeOptions {
|
|
537
|
+
transfer?: Transferable[];
|
|
538
|
+
}
|
|
539
|
+
interface BroadcastChannelEventMap {
|
|
540
|
+
"message": MessageEvent;
|
|
541
|
+
"messageerror": MessageEvent;
|
|
542
|
+
}
|
|
543
|
+
interface BroadcastChannel
|
|
544
|
+
extends EventTarget, InternalEventTargetEventProperties<BroadcastChannelEventMap>, NodeJS.RefCounted
|
|
545
|
+
{
|
|
546
|
+
readonly name: string;
|
|
547
|
+
close(): void;
|
|
548
|
+
postMessage(message: any): void;
|
|
549
|
+
addEventListener<K extends keyof BroadcastChannelEventMap>(
|
|
550
|
+
type: K,
|
|
551
|
+
listener: (ev: BroadcastChannelEventMap[K]) => void,
|
|
552
|
+
options?: AddEventListenerOptions | boolean,
|
|
553
|
+
): void;
|
|
554
|
+
addEventListener(
|
|
555
|
+
type: string,
|
|
556
|
+
listener: EventListener | EventListenerObject,
|
|
557
|
+
options?: AddEventListenerOptions | boolean,
|
|
558
|
+
): void;
|
|
559
|
+
removeEventListener<K extends keyof BroadcastChannelEventMap>(
|
|
560
|
+
type: K,
|
|
561
|
+
listener: (ev: BroadcastChannelEventMap[K]) => void,
|
|
562
|
+
options?: EventListenerOptions | boolean,
|
|
563
|
+
): void;
|
|
564
|
+
removeEventListener(
|
|
565
|
+
type: string,
|
|
566
|
+
listener: EventListener | EventListenerObject,
|
|
567
|
+
options?: EventListenerOptions | boolean,
|
|
568
|
+
): void;
|
|
569
|
+
}
|
|
570
|
+
var BroadcastChannel: {
|
|
571
|
+
prototype: BroadcastChannel;
|
|
572
|
+
new(name: string): BroadcastChannel;
|
|
573
|
+
};
|
|
574
|
+
interface Lock {
|
|
575
|
+
readonly mode: LockMode;
|
|
576
|
+
readonly name: string;
|
|
577
|
+
}
|
|
578
|
+
// var Lock: {
|
|
579
|
+
// prototype: Lock;
|
|
580
|
+
// new(): Lock;
|
|
581
|
+
// };
|
|
582
|
+
interface LockManager {
|
|
583
|
+
query(): Promise<LockManagerSnapshot>;
|
|
584
|
+
request<T>(name: string, callback: LockGrantedCallback<T>): Promise<Awaited<T>>;
|
|
585
|
+
request<T>(name: string, options: LockOptions, callback: LockGrantedCallback<T>): Promise<Awaited<T>>;
|
|
586
|
+
}
|
|
587
|
+
// var LockManager: {
|
|
588
|
+
// prototype: LockManager;
|
|
589
|
+
// new(): LockManager;
|
|
590
|
+
// };
|
|
591
|
+
interface MessageChannel {
|
|
592
|
+
readonly port1: MessagePort;
|
|
593
|
+
readonly port2: MessagePort;
|
|
594
|
+
}
|
|
595
|
+
var MessageChannel: {
|
|
596
|
+
prototype: MessageChannel;
|
|
597
|
+
new(): MessageChannel;
|
|
598
|
+
};
|
|
599
|
+
interface MessagePortEventMap {
|
|
600
|
+
"close": Event;
|
|
601
|
+
"message": MessageEvent;
|
|
602
|
+
"messageerror": MessageEvent;
|
|
603
|
+
}
|
|
604
|
+
interface MessagePort extends NodeEventTarget, InternalEventTargetEventProperties<MessagePortEventMap> {
|
|
605
|
+
close(): void;
|
|
606
|
+
postMessage(message: any, transfer: Transferable[]): void;
|
|
607
|
+
postMessage(message: any, options?: StructuredSerializeOptions): void;
|
|
608
|
+
start(): void;
|
|
609
|
+
hasRef(): boolean;
|
|
610
|
+
ref(): void;
|
|
611
|
+
unref(): void;
|
|
612
|
+
addEventListener<K extends keyof MessagePortEventMap>(
|
|
613
|
+
type: K,
|
|
614
|
+
listener: (ev: MessagePortEventMap[K]) => void,
|
|
615
|
+
options?: AddEventListenerOptions | boolean,
|
|
616
|
+
): void;
|
|
617
|
+
addEventListener(
|
|
618
|
+
type: string,
|
|
619
|
+
listener: EventListener | EventListenerObject,
|
|
620
|
+
options?: AddEventListenerOptions | boolean,
|
|
621
|
+
): void;
|
|
622
|
+
removeEventListener<K extends keyof MessagePortEventMap>(
|
|
623
|
+
type: K,
|
|
624
|
+
listener: (ev: MessagePortEventMap[K]) => void,
|
|
625
|
+
options?: EventListenerOptions | boolean,
|
|
626
|
+
): void;
|
|
627
|
+
removeEventListener(
|
|
628
|
+
type: string,
|
|
629
|
+
listener: EventListener | EventListenerObject,
|
|
630
|
+
options?: EventListenerOptions | boolean,
|
|
631
|
+
): void;
|
|
632
|
+
// #region NodeEventTarget
|
|
633
|
+
addListener(event: "close", listener: (ev: Event) => void): this;
|
|
634
|
+
addListener(event: "message", listener: (value: any) => void): this;
|
|
635
|
+
addListener(event: "messageerror", listener: (error: Error) => void): this;
|
|
636
|
+
addListener(event: string, listener: (arg: any) => void): this;
|
|
637
|
+
emit(event: "close", ev: Event): boolean;
|
|
638
|
+
emit(event: "message", value: any): boolean;
|
|
639
|
+
emit(event: "messageerror", error: Error): boolean;
|
|
640
|
+
emit(event: string, arg: any): boolean;
|
|
641
|
+
off(event: "close", listener: (ev: Event) => void, options?: EventListenerOptions): this;
|
|
642
|
+
off(event: "message", listener: (value: any) => void, options?: EventListenerOptions): this;
|
|
643
|
+
off(event: "messageerror", listener: (error: Error) => void, options?: EventListenerOptions): this;
|
|
644
|
+
off(event: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
|
|
645
|
+
on(event: "close", listener: (ev: Event) => void): this;
|
|
646
|
+
on(event: "message", listener: (value: any) => void): this;
|
|
647
|
+
on(event: "messageerror", listener: (error: Error) => void): this;
|
|
648
|
+
on(event: string, listener: (arg: any) => void): this;
|
|
649
|
+
once(event: "close", listener: (ev: Event) => void): this;
|
|
650
|
+
once(event: "message", listener: (value: any) => void): this;
|
|
651
|
+
once(event: "messageerror", listener: (error: Error) => void): this;
|
|
652
|
+
once(event: string, listener: (arg: any) => void): this;
|
|
653
|
+
removeListener(event: "close", listener: (ev: Event) => void, options?: EventListenerOptions): this;
|
|
654
|
+
removeListener(event: "message", listener: (value: any) => void, options?: EventListenerOptions): this;
|
|
655
|
+
removeListener(event: "messageerror", listener: (error: Error) => void, options?: EventListenerOptions): this;
|
|
656
|
+
removeListener(event: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
|
|
657
|
+
// #endregion
|
|
658
|
+
}
|
|
659
|
+
var MessagePort: {
|
|
660
|
+
prototype: MessagePort;
|
|
661
|
+
new(): MessagePort;
|
|
662
|
+
};
|
|
663
|
+
var locks: LockManager;
|
|
664
|
+
export import structuredClone = globalThis.structuredClone;
|
|
665
|
+
// #endregion
|
|
666
|
+
}
|
|
667
|
+
declare module "worker_threads" {
|
|
668
|
+
export * from "node:worker_threads";
|
|
669
|
+
}
|