cloudstructs 0.9.11 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/assets/slack-textract/detect.lambda/index.js +16654 -15879
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect.lambda.d.ts +0 -17
- package/lib/slack-textract/detect.lambda.js +11 -3
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +36 -24
- package/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
- package/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
- package/node_modules/@babel/runtime/helpers/usingCtx.js +36 -24
- package/node_modules/@babel/runtime/package.json +19 -1
- package/node_modules/@slack/logger/README.md +33 -0
- package/node_modules/@slack/logger/dist/index.d.ts +0 -6
- package/node_modules/@slack/logger/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/logger/dist/index.js +6 -3
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +12 -82
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +18 -17
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +19 -0
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +75 -2
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +99 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +45 -9
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +143 -19
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +378 -101
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +5 -2
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +19 -2
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +8 -2
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +12 -3
- package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@slack/logger/node_modules/undici-types/README.md +6 -0
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@slack/logger/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@slack/logger/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/@slack/logger/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +55 -0
- package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/@slack/logger/package.json +27 -16
- package/node_modules/@slack/web-api/LICENSE +23 -0
- package/node_modules/@slack/web-api/README.md +6 -15
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +23 -15
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +312 -281
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +2 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +6 -3
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -8
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +138 -97
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +3 -2
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +2 -1
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +1077 -1451
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +1075 -140
- 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/helpers.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
- package/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +78 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +155 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +120 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +23 -0
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
- package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +32 -0
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
- package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +200 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/common.d.ts +115 -0
- package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
- package/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +137 -0
- package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +177 -0
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +257 -0
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +28 -0
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
- package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +51 -0
- package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts +86 -0
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts +49 -0
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +67 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +70 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +36 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1210 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +670 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +38 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +689 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1223 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +61 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +71 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +641 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +38 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1192 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +88 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +508 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +502 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +499 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +495 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
- package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +502 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +663 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +38 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1208 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2200 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +78 -0
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1381 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +83 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1303 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +64 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1242 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +68 -0
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +77 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +88 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +99 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +260 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +260 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +260 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +260 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +303 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -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/assert.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +12 -82
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +18 -17
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +19 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +75 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +99 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +45 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +143 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +378 -101
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +5 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +19 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +8 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +12 -3
- package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/README.md +6 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +55 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/@slack/web-api/package.json +46 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -81
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -81
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -81
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/axios/CHANGELOG.md +28 -0
- package/node_modules/axios/dist/axios.js +169 -79
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +154 -78
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +153 -77
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +276 -238
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +31 -29
- package/node_modules/axios/lib/adapters/http.js +26 -16
- package/node_modules/axios/lib/adapters/xhr.js +22 -15
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +3 -52
- package/node_modules/axios/lib/helpers/progressEventReducer.js +16 -4
- package/node_modules/axios/lib/helpers/throttle.js +29 -20
- package/node_modules/axios/lib/helpers/trackStream.js +25 -13
- package/node_modules/axios/lib/utils.js +33 -1
- package/node_modules/axios/package.json +1 -1
- package/node_modules/eventemitter3/README.md +4 -2
- package/node_modules/eventemitter3/dist/eventemitter3.esm.js +347 -0
- package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +1 -0
- package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +1 -0
- package/node_modules/eventemitter3/dist/eventemitter3.umd.js +355 -0
- package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +1 -0
- package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +1 -0
- package/node_modules/eventemitter3/index.d.ts +86 -15
- package/node_modules/eventemitter3/index.mjs +4 -0
- package/node_modules/eventemitter3/package.json +26 -15
- package/node_modules/form-data/README.md.bak +16 -8
- package/node_modules/form-data/index.d.ts +13 -2
- package/node_modules/form-data/lib/form_data.js +25 -7
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/is-stream/index.d.ts +79 -0
- package/node_modules/is-stream/index.js +22 -15
- package/node_modules/is-stream/license +5 -17
- package/node_modules/is-stream/package.json +40 -36
- package/node_modules/is-stream/readme.md +25 -7
- package/package.json +16 -16
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +0 -77
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +0 -63
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +0 -58
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +0 -22
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +0 -67
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +0 -58
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +0 -25
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +0 -21
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +0 -21
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -17
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +0 -69
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +0 -35
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -27
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -40
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +0 -19
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +0 -24
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +0 -54
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +0 -27
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +0 -65
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +0 -27
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +0 -112
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +0 -19
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +0 -28
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +0 -19
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +0 -31
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +0 -31
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +0 -31
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +0 -23
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +0 -29
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +0 -27
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +0 -38
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +0 -324
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +0 -250
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +0 -42
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +0 -1001
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +0 -482
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +0 -721
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +0 -38
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +0 -10
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +0 -48
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +0 -1016
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +0 -56
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +0 -51
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +0 -61
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +0 -100
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +0 -71
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +0 -457
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +0 -985
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +0 -43
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +0 -43
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +0 -11
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +0 -12
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +0 -16
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +0 -17
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +0 -77
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +0 -382
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +0 -611
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +0 -41
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +0 -533
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +0 -41
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +0 -390
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +0 -38
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +0 -24
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +0 -45
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +0 -46
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +0 -37
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +0 -16
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +0 -122
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +0 -49
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +0 -36
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +0 -64
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +0 -44
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +0 -39
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +0 -43
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +0 -14
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +0 -397
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +0 -480
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +0 -31
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +0 -999
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +0 -22
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +0 -24
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +0 -1966
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +0 -1167
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +0 -68
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +0 -1089
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +0 -49
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +0 -1035
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +0 -68
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +0 -689
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +0 -32
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +0 -13
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +0 -44
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +0 -18
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +0 -34
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +0 -9
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +0 -33
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +0 -73
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +0 -15
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +0 -26
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +0 -88
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +0 -98
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +0 -76
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +0 -54
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +0 -54
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +0 -20
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +0 -251
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +0 -32
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +0 -251
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +0 -32
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +0 -251
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +0 -32
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +0 -251
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +0 -32
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +0 -8
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +0 -1
- package/node_modules/@slack/web-api/dist/response/index.d.ts +0 -292
- package/node_modules/@slack/web-api/dist/response/index.d.ts.map +0 -1
- package/node_modules/@slack/web-api/dist/response/index.js.map +0 -1
- package/node_modules/@types/is-stream/LICENSE +0 -21
- package/node_modules/@types/is-stream/README.md +0 -16
- package/node_modules/@types/is-stream/index.d.ts +0 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +0 -1040
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +0 -541
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +0 -2363
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +0 -1544
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +0 -578
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +0 -452
- package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +0 -19
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +0 -4524
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +0 -596
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +0 -476
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +0 -864
- package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +0 -124
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +0 -170
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +0 -931
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +0 -1245
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +0 -4317
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +0 -412
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +0 -1908
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +0 -2418
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +0 -550
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -89
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +0 -2746
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +0 -315
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +0 -999
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +0 -495
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +0 -217
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +0 -191
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +0 -905
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +0 -1754
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +0 -117
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +0 -153
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +0 -150
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +0 -540
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +0 -430
- package/node_modules/@types/is-stream/node_modules/@types/node/sea.d.ts +0 -153
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +0 -83
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +0 -367
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +0 -1707
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +0 -1729
- package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +0 -97
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +0 -240
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +0 -1217
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +0 -197
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +0 -208
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +0 -952
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +0 -2292
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +0 -808
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +0 -924
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +0 -181
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +0 -694
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +0 -530
- package/node_modules/@types/is-stream/package.json +0 -24
- package/node_modules/axios/node_modules/form-data/License +0 -19
- package/node_modules/axios/node_modules/form-data/README.md.bak +0 -358
- package/node_modules/axios/node_modules/form-data/index.d.ts +0 -62
- package/node_modules/axios/node_modules/form-data/lib/browser.js +0 -2
- package/node_modules/axios/node_modules/form-data/lib/form_data.js +0 -501
- package/node_modules/axios/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/axios/node_modules/form-data/package.json +0 -68
- package/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
- package/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
- package/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
- package/node_modules/form-data/README.md +0 -350
- /package/node_modules/@slack/web-api/dist/{response → types/request}/index.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsActivitiesListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApproveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApprovedListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsClearResolutionResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigLookupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigSetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsCancelResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictedListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsUninstallResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyAssignEntitiesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyGetEntitiesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyRemoveEntitiesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersUpdateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsArchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkArchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkMoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPrivateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPublicResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDisconnectSharedResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetConversationPrefsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetCustomRetentionResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetTeamsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsLookupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRemoveCustomRetentionResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRenameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessAddGroupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessListGroupsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSearchResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetConversationPrefsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetCustomRetentionResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetTeamsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsUnarchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddAliasResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRenameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsLookupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsSetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApproveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApprovedListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDeniedListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDenyResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesAddAssignmentsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesListAssignmentsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesRemoveAssignmentsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsAdminsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsOwnersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDescriptionResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetIconResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetNameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddChannelsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddTeamsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsListChannelsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsRemoveChannelsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersAssignResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionClearSettingsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionGetSettingsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionInvalidateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetBulkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionSetSettingsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetAdminResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetExpirationResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetOwnerResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetRegularResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersUnsupportedVersionsExportResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsPermissionsLookupResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsSearchResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsUnpublishResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ApiTestResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsConnectionsOpenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsEventAuthorizationsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestExportResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestUpdateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestValidateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsRequestResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsResourcesListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsScopesListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersRequestResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsUninstallResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthRevokeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTeamsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTestResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksEditResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/BotsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsEndResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsUpdateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsArchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsHistoryResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsJoinResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsKickResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsLeaveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsMarkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRenameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRepliesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetPurposeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetTopicResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsUnarchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteScheduledMessageResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatGetPermalinkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatMeMessageResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatPostEphemeralResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatScheduledMessagesListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatUnfurlResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsAcceptSharedInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsApproveSharedInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsArchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCloseResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsDeclineSharedInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteSharedResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsJoinResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsKickResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsLeaveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListConnectInvitesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMarkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMembersResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsRenameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetPurposeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetTopicResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsUnarchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DialogOpenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndDndResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndSnoozeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DndInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DndSetSnoozeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/DndTeamInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/EmojiListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsEditResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCompleteUploadExternalResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesGetUploadURLExternalResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesRemoteRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteErrorResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteSuccessResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsArchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCloseResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateChildResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsHistoryResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInviteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsKickResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsLeaveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsMarkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsOpenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRenameResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRepliesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetPurposeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetTopicResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsUnarchiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImCloseResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImHistoryResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImMarkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImOpenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ImRepliesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MigrationExchangeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimCloseResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimHistoryResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimMarkResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimOpenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimRepliesResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthAccessResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthTokenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2AccessResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2ExchangeResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectTokenResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectUserInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersCompleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersDeleteResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/RtmConnectResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsAddResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsRemoveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamAccessLogsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillableInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillingInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamIntegrationLogsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamPreferencesListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamProfileGetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/ToolingTokensRotateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsCreateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsDisableResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsEnableResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUpdateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersUpdateResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersConversationsResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersDeletePhotoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersGetPresenceResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersIdentityResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersInfoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersListResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersLookupByEmailResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileGetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileSetResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetActiveResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPhotoResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPresenceResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepCompletedResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepFailedResponse.js +0 -0
- /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsUpdateStepResponse.js +0 -0
- /package/node_modules/{axios/node_modules/form-data → form-data}/Readme.md +0 -0
|
@@ -1,808 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using:
|
|
3
|
-
*
|
|
4
|
-
* ```js
|
|
5
|
-
* const v8 = require('node:v8');
|
|
6
|
-
* ```
|
|
7
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/v8.js)
|
|
8
|
-
*/
|
|
9
|
-
declare module "v8" {
|
|
10
|
-
import { Readable } from "node:stream";
|
|
11
|
-
interface HeapSpaceInfo {
|
|
12
|
-
space_name: string;
|
|
13
|
-
space_size: number;
|
|
14
|
-
space_used_size: number;
|
|
15
|
-
space_available_size: number;
|
|
16
|
-
physical_space_size: number;
|
|
17
|
-
}
|
|
18
|
-
// ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */
|
|
19
|
-
type DoesZapCodeSpaceFlag = 0 | 1;
|
|
20
|
-
interface HeapInfo {
|
|
21
|
-
total_heap_size: number;
|
|
22
|
-
total_heap_size_executable: number;
|
|
23
|
-
total_physical_size: number;
|
|
24
|
-
total_available_size: number;
|
|
25
|
-
used_heap_size: number;
|
|
26
|
-
heap_size_limit: number;
|
|
27
|
-
malloced_memory: number;
|
|
28
|
-
peak_malloced_memory: number;
|
|
29
|
-
does_zap_garbage: DoesZapCodeSpaceFlag;
|
|
30
|
-
number_of_native_contexts: number;
|
|
31
|
-
number_of_detached_contexts: number;
|
|
32
|
-
total_global_handles_size: number;
|
|
33
|
-
used_global_handles_size: number;
|
|
34
|
-
external_memory: number;
|
|
35
|
-
}
|
|
36
|
-
interface HeapCodeStatistics {
|
|
37
|
-
code_and_metadata_size: number;
|
|
38
|
-
bytecode_and_metadata_size: number;
|
|
39
|
-
external_script_source_size: number;
|
|
40
|
-
}
|
|
41
|
-
interface HeapSnapshotOptions {
|
|
42
|
-
/**
|
|
43
|
-
* If true, expose internals in the heap snapshot.
|
|
44
|
-
* @default false
|
|
45
|
-
*/
|
|
46
|
-
exposeInternals?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* If true, expose numeric values in artificial fields.
|
|
49
|
-
* @default false
|
|
50
|
-
*/
|
|
51
|
-
exposeNumericValues?: boolean;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* Returns an integer representing a version tag derived from the V8 version,
|
|
55
|
-
* command-line flags, and detected CPU features. This is useful for determining
|
|
56
|
-
* whether a `vm.Script` `cachedData` buffer is compatible with this instance
|
|
57
|
-
* of V8.
|
|
58
|
-
*
|
|
59
|
-
* ```js
|
|
60
|
-
* console.log(v8.cachedDataVersionTag()); // 3947234607
|
|
61
|
-
* // The value returned by v8.cachedDataVersionTag() is derived from the V8
|
|
62
|
-
* // version, command-line flags, and detected CPU features. Test that the value
|
|
63
|
-
* // does indeed update when flags are toggled.
|
|
64
|
-
* v8.setFlagsFromString('--allow_natives_syntax');
|
|
65
|
-
* console.log(v8.cachedDataVersionTag()); // 183726201
|
|
66
|
-
* ```
|
|
67
|
-
* @since v8.0.0
|
|
68
|
-
*/
|
|
69
|
-
function cachedDataVersionTag(): number;
|
|
70
|
-
/**
|
|
71
|
-
* Returns an object with the following properties:
|
|
72
|
-
*
|
|
73
|
-
* `does_zap_garbage` is a 0/1 boolean, which signifies whether the `--zap_code_space` option is enabled or not. This makes V8 overwrite heap
|
|
74
|
-
* garbage with a bit pattern. The RSS footprint (resident set size) gets bigger
|
|
75
|
-
* because it continuously touches all heap pages and that makes them less likely
|
|
76
|
-
* to get swapped out by the operating system.
|
|
77
|
-
*
|
|
78
|
-
* `number_of_native_contexts` The value of native\_context is the number of the
|
|
79
|
-
* top-level contexts currently active. Increase of this number over time indicates
|
|
80
|
-
* a memory leak.
|
|
81
|
-
*
|
|
82
|
-
* `number_of_detached_contexts` The value of detached\_context is the number
|
|
83
|
-
* of contexts that were detached and not yet garbage collected. This number
|
|
84
|
-
* being non-zero indicates a potential memory leak.
|
|
85
|
-
*
|
|
86
|
-
* `total_global_handles_size` The value of total\_global\_handles\_size is the
|
|
87
|
-
* total memory size of V8 global handles.
|
|
88
|
-
*
|
|
89
|
-
* `used_global_handles_size` The value of used\_global\_handles\_size is the
|
|
90
|
-
* used memory size of V8 global handles.
|
|
91
|
-
*
|
|
92
|
-
* `external_memory` The value of external\_memory is the memory size of array
|
|
93
|
-
* buffers and external strings.
|
|
94
|
-
*
|
|
95
|
-
* ```js
|
|
96
|
-
* {
|
|
97
|
-
* total_heap_size: 7326976,
|
|
98
|
-
* total_heap_size_executable: 4194304,
|
|
99
|
-
* total_physical_size: 7326976,
|
|
100
|
-
* total_available_size: 1152656,
|
|
101
|
-
* used_heap_size: 3476208,
|
|
102
|
-
* heap_size_limit: 1535115264,
|
|
103
|
-
* malloced_memory: 16384,
|
|
104
|
-
* peak_malloced_memory: 1127496,
|
|
105
|
-
* does_zap_garbage: 0,
|
|
106
|
-
* number_of_native_contexts: 1,
|
|
107
|
-
* number_of_detached_contexts: 0,
|
|
108
|
-
* total_global_handles_size: 8192,
|
|
109
|
-
* used_global_handles_size: 3296,
|
|
110
|
-
* external_memory: 318824
|
|
111
|
-
* }
|
|
112
|
-
* ```
|
|
113
|
-
* @since v1.0.0
|
|
114
|
-
*/
|
|
115
|
-
function getHeapStatistics(): HeapInfo;
|
|
116
|
-
/**
|
|
117
|
-
* Returns statistics about the V8 heap spaces, i.e. the segments which make up
|
|
118
|
-
* the V8 heap. Neither the ordering of heap spaces, nor the availability of a
|
|
119
|
-
* heap space can be guaranteed as the statistics are provided via the
|
|
120
|
-
* V8 [`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the
|
|
121
|
-
* next.
|
|
122
|
-
*
|
|
123
|
-
* The value returned is an array of objects containing the following properties:
|
|
124
|
-
*
|
|
125
|
-
* ```json
|
|
126
|
-
* [
|
|
127
|
-
* {
|
|
128
|
-
* "space_name": "new_space",
|
|
129
|
-
* "space_size": 2063872,
|
|
130
|
-
* "space_used_size": 951112,
|
|
131
|
-
* "space_available_size": 80824,
|
|
132
|
-
* "physical_space_size": 2063872
|
|
133
|
-
* },
|
|
134
|
-
* {
|
|
135
|
-
* "space_name": "old_space",
|
|
136
|
-
* "space_size": 3090560,
|
|
137
|
-
* "space_used_size": 2493792,
|
|
138
|
-
* "space_available_size": 0,
|
|
139
|
-
* "physical_space_size": 3090560
|
|
140
|
-
* },
|
|
141
|
-
* {
|
|
142
|
-
* "space_name": "code_space",
|
|
143
|
-
* "space_size": 1260160,
|
|
144
|
-
* "space_used_size": 644256,
|
|
145
|
-
* "space_available_size": 960,
|
|
146
|
-
* "physical_space_size": 1260160
|
|
147
|
-
* },
|
|
148
|
-
* {
|
|
149
|
-
* "space_name": "map_space",
|
|
150
|
-
* "space_size": 1094160,
|
|
151
|
-
* "space_used_size": 201608,
|
|
152
|
-
* "space_available_size": 0,
|
|
153
|
-
* "physical_space_size": 1094160
|
|
154
|
-
* },
|
|
155
|
-
* {
|
|
156
|
-
* "space_name": "large_object_space",
|
|
157
|
-
* "space_size": 0,
|
|
158
|
-
* "space_used_size": 0,
|
|
159
|
-
* "space_available_size": 1490980608,
|
|
160
|
-
* "physical_space_size": 0
|
|
161
|
-
* }
|
|
162
|
-
* ]
|
|
163
|
-
* ```
|
|
164
|
-
* @since v6.0.0
|
|
165
|
-
*/
|
|
166
|
-
function getHeapSpaceStatistics(): HeapSpaceInfo[];
|
|
167
|
-
/**
|
|
168
|
-
* The `v8.setFlagsFromString()` method can be used to programmatically set
|
|
169
|
-
* V8 command-line flags. This method should be used with care. Changing settings
|
|
170
|
-
* after the VM has started may result in unpredictable behavior, including
|
|
171
|
-
* crashes and data loss; or it may simply do nothing.
|
|
172
|
-
*
|
|
173
|
-
* The V8 options available for a version of Node.js may be determined by running `node --v8-options`.
|
|
174
|
-
*
|
|
175
|
-
* Usage:
|
|
176
|
-
*
|
|
177
|
-
* ```js
|
|
178
|
-
* // Print GC events to stdout for one minute.
|
|
179
|
-
* const v8 = require('node:v8');
|
|
180
|
-
* v8.setFlagsFromString('--trace_gc');
|
|
181
|
-
* setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
|
|
182
|
-
* ```
|
|
183
|
-
* @since v1.0.0
|
|
184
|
-
*/
|
|
185
|
-
function setFlagsFromString(flags: string): void;
|
|
186
|
-
/**
|
|
187
|
-
* This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function)
|
|
188
|
-
* provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain
|
|
189
|
-
* in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should
|
|
190
|
-
* avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the
|
|
191
|
-
* application.
|
|
192
|
-
*
|
|
193
|
-
* To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects
|
|
194
|
-
* found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided
|
|
195
|
-
* in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the
|
|
196
|
-
* target objects during the search.
|
|
197
|
-
*
|
|
198
|
-
* Only objects created in the current execution context are included in the results.
|
|
199
|
-
*
|
|
200
|
-
* ```js
|
|
201
|
-
* import { queryObjects } from 'node:v8';
|
|
202
|
-
* class A { foo = 'bar'; }
|
|
203
|
-
* console.log(queryObjects(A)); // 0
|
|
204
|
-
* const a = new A();
|
|
205
|
-
* console.log(queryObjects(A)); // 1
|
|
206
|
-
* // [ "A { foo: 'bar' }" ]
|
|
207
|
-
* console.log(queryObjects(A, { format: 'summary' }));
|
|
208
|
-
*
|
|
209
|
-
* class B extends A { bar = 'qux'; }
|
|
210
|
-
* const b = new B();
|
|
211
|
-
* console.log(queryObjects(B)); // 1
|
|
212
|
-
* // [ "B { foo: 'bar', bar: 'qux' }" ]
|
|
213
|
-
* console.log(queryObjects(B, { format: 'summary' }));
|
|
214
|
-
*
|
|
215
|
-
* // Note that, when there are child classes inheriting from a constructor,
|
|
216
|
-
* // the constructor also shows up in the prototype chain of the child
|
|
217
|
-
* // classes's prototoype, so the child classes's prototoype would also be
|
|
218
|
-
* // included in the result.
|
|
219
|
-
* console.log(queryObjects(A)); // 3
|
|
220
|
-
* // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ]
|
|
221
|
-
* console.log(queryObjects(A, { format: 'summary' }));
|
|
222
|
-
* ```
|
|
223
|
-
* @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap.
|
|
224
|
-
* @since v20.13.0
|
|
225
|
-
* @experimental
|
|
226
|
-
*/
|
|
227
|
-
function queryObjects(ctor: Function): number | string[];
|
|
228
|
-
function queryObjects(ctor: Function, options: { format: "count" }): number;
|
|
229
|
-
function queryObjects(ctor: Function, options: { format: "summary" }): string[];
|
|
230
|
-
/**
|
|
231
|
-
* Generates a snapshot of the current V8 heap and returns a Readable
|
|
232
|
-
* Stream that may be used to read the JSON serialized representation.
|
|
233
|
-
* This JSON stream format is intended to be used with tools such as
|
|
234
|
-
* Chrome DevTools. The JSON schema is undocumented and specific to the
|
|
235
|
-
* V8 engine. Therefore, the schema may change from one version of V8 to the next.
|
|
236
|
-
*
|
|
237
|
-
* Creating a heap snapshot requires memory about twice the size of the heap at
|
|
238
|
-
* the time the snapshot is created. This results in the risk of OOM killers
|
|
239
|
-
* terminating the process.
|
|
240
|
-
*
|
|
241
|
-
* Generating a snapshot is a synchronous operation which blocks the event loop
|
|
242
|
-
* for a duration depending on the heap size.
|
|
243
|
-
*
|
|
244
|
-
* ```js
|
|
245
|
-
* // Print heap snapshot to the console
|
|
246
|
-
* const v8 = require('node:v8');
|
|
247
|
-
* const stream = v8.getHeapSnapshot();
|
|
248
|
-
* stream.pipe(process.stdout);
|
|
249
|
-
* ```
|
|
250
|
-
* @since v11.13.0
|
|
251
|
-
* @return A Readable containing the V8 heap snapshot.
|
|
252
|
-
*/
|
|
253
|
-
function getHeapSnapshot(options?: HeapSnapshotOptions): Readable;
|
|
254
|
-
/**
|
|
255
|
-
* Generates a snapshot of the current V8 heap and writes it to a JSON
|
|
256
|
-
* file. This file is intended to be used with tools such as Chrome
|
|
257
|
-
* DevTools. The JSON schema is undocumented and specific to the V8
|
|
258
|
-
* engine, and may change from one version of V8 to the next.
|
|
259
|
-
*
|
|
260
|
-
* A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will
|
|
261
|
-
* not contain any information about the workers, and vice versa.
|
|
262
|
-
*
|
|
263
|
-
* Creating a heap snapshot requires memory about twice the size of the heap at
|
|
264
|
-
* the time the snapshot is created. This results in the risk of OOM killers
|
|
265
|
-
* terminating the process.
|
|
266
|
-
*
|
|
267
|
-
* Generating a snapshot is a synchronous operation which blocks the event loop
|
|
268
|
-
* for a duration depending on the heap size.
|
|
269
|
-
*
|
|
270
|
-
* ```js
|
|
271
|
-
* const { writeHeapSnapshot } = require('node:v8');
|
|
272
|
-
* const {
|
|
273
|
-
* Worker,
|
|
274
|
-
* isMainThread,
|
|
275
|
-
* parentPort,
|
|
276
|
-
* } = require('node:worker_threads');
|
|
277
|
-
*
|
|
278
|
-
* if (isMainThread) {
|
|
279
|
-
* const worker = new Worker(__filename);
|
|
280
|
-
*
|
|
281
|
-
* worker.once('message', (filename) => {
|
|
282
|
-
* console.log(`worker heapdump: ${filename}`);
|
|
283
|
-
* // Now get a heapdump for the main thread.
|
|
284
|
-
* console.log(`main thread heapdump: ${writeHeapSnapshot()}`);
|
|
285
|
-
* });
|
|
286
|
-
*
|
|
287
|
-
* // Tell the worker to create a heapdump.
|
|
288
|
-
* worker.postMessage('heapdump');
|
|
289
|
-
* } else {
|
|
290
|
-
* parentPort.once('message', (message) => {
|
|
291
|
-
* if (message === 'heapdump') {
|
|
292
|
-
* // Generate a heapdump for the worker
|
|
293
|
-
* // and return the filename to the parent.
|
|
294
|
-
* parentPort.postMessage(writeHeapSnapshot());
|
|
295
|
-
* }
|
|
296
|
-
* });
|
|
297
|
-
* }
|
|
298
|
-
* ```
|
|
299
|
-
* @since v11.13.0
|
|
300
|
-
* @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be
|
|
301
|
-
* generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a
|
|
302
|
-
* worker thread.
|
|
303
|
-
* @return The filename where the snapshot was saved.
|
|
304
|
-
*/
|
|
305
|
-
function writeHeapSnapshot(filename?: string, options?: HeapSnapshotOptions): string;
|
|
306
|
-
/**
|
|
307
|
-
* Get statistics about code and its metadata in the heap, see
|
|
308
|
-
* V8 [`GetHeapCodeAndMetadataStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#a6079122af17612ef54ef3348ce170866) API. Returns an object with the
|
|
309
|
-
* following properties:
|
|
310
|
-
*
|
|
311
|
-
* ```js
|
|
312
|
-
* {
|
|
313
|
-
* code_and_metadata_size: 212208,
|
|
314
|
-
* bytecode_and_metadata_size: 161368,
|
|
315
|
-
* external_script_source_size: 1410794,
|
|
316
|
-
* cpu_profiler_metadata_size: 0,
|
|
317
|
-
* }
|
|
318
|
-
* ```
|
|
319
|
-
* @since v12.8.0
|
|
320
|
-
*/
|
|
321
|
-
function getHeapCodeStatistics(): HeapCodeStatistics;
|
|
322
|
-
/**
|
|
323
|
-
* @since v8.0.0
|
|
324
|
-
*/
|
|
325
|
-
class Serializer {
|
|
326
|
-
/**
|
|
327
|
-
* Writes out a header, which includes the serialization format version.
|
|
328
|
-
*/
|
|
329
|
-
writeHeader(): void;
|
|
330
|
-
/**
|
|
331
|
-
* Serializes a JavaScript value and adds the serialized representation to the
|
|
332
|
-
* internal buffer.
|
|
333
|
-
*
|
|
334
|
-
* This throws an error if `value` cannot be serialized.
|
|
335
|
-
*/
|
|
336
|
-
writeValue(val: any): boolean;
|
|
337
|
-
/**
|
|
338
|
-
* Returns the stored internal buffer. This serializer should not be used once
|
|
339
|
-
* the buffer is released. Calling this method results in undefined behavior
|
|
340
|
-
* if a previous write has failed.
|
|
341
|
-
*/
|
|
342
|
-
releaseBuffer(): Buffer;
|
|
343
|
-
/**
|
|
344
|
-
* Marks an `ArrayBuffer` as having its contents transferred out of band.
|
|
345
|
-
* Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`.
|
|
346
|
-
* @param id A 32-bit unsigned integer.
|
|
347
|
-
* @param arrayBuffer An `ArrayBuffer` instance.
|
|
348
|
-
*/
|
|
349
|
-
transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void;
|
|
350
|
-
/**
|
|
351
|
-
* Write a raw 32-bit unsigned integer.
|
|
352
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
353
|
-
*/
|
|
354
|
-
writeUint32(value: number): void;
|
|
355
|
-
/**
|
|
356
|
-
* Write a raw 64-bit unsigned integer, split into high and low 32-bit parts.
|
|
357
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
358
|
-
*/
|
|
359
|
-
writeUint64(hi: number, lo: number): void;
|
|
360
|
-
/**
|
|
361
|
-
* Write a JS `number` value.
|
|
362
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
363
|
-
*/
|
|
364
|
-
writeDouble(value: number): void;
|
|
365
|
-
/**
|
|
366
|
-
* Write raw bytes into the serializer's internal buffer. The deserializer
|
|
367
|
-
* will require a way to compute the length of the buffer.
|
|
368
|
-
* For use inside of a custom `serializer._writeHostObject()`.
|
|
369
|
-
*/
|
|
370
|
-
writeRawBytes(buffer: NodeJS.TypedArray): void;
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
* A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only
|
|
374
|
-
* stores the part of their underlying `ArrayBuffer`s that they are referring to.
|
|
375
|
-
* @since v8.0.0
|
|
376
|
-
*/
|
|
377
|
-
class DefaultSerializer extends Serializer {}
|
|
378
|
-
/**
|
|
379
|
-
* @since v8.0.0
|
|
380
|
-
*/
|
|
381
|
-
class Deserializer {
|
|
382
|
-
constructor(data: NodeJS.TypedArray);
|
|
383
|
-
/**
|
|
384
|
-
* Reads and validates a header (including the format version).
|
|
385
|
-
* May, for example, reject an invalid or unsupported wire format. In that case,
|
|
386
|
-
* an `Error` is thrown.
|
|
387
|
-
*/
|
|
388
|
-
readHeader(): boolean;
|
|
389
|
-
/**
|
|
390
|
-
* Deserializes a JavaScript value from the buffer and returns it.
|
|
391
|
-
*/
|
|
392
|
-
readValue(): any;
|
|
393
|
-
/**
|
|
394
|
-
* Marks an `ArrayBuffer` as having its contents transferred out of band.
|
|
395
|
-
* Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of
|
|
396
|
-
* `SharedArrayBuffer`s).
|
|
397
|
-
* @param id A 32-bit unsigned integer.
|
|
398
|
-
* @param arrayBuffer An `ArrayBuffer` instance.
|
|
399
|
-
*/
|
|
400
|
-
transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void;
|
|
401
|
-
/**
|
|
402
|
-
* Reads the underlying wire format version. Likely mostly to be useful to
|
|
403
|
-
* legacy code reading old wire format versions. May not be called before `.readHeader()`.
|
|
404
|
-
*/
|
|
405
|
-
getWireFormatVersion(): number;
|
|
406
|
-
/**
|
|
407
|
-
* Read a raw 32-bit unsigned integer and return it.
|
|
408
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
409
|
-
*/
|
|
410
|
-
readUint32(): number;
|
|
411
|
-
/**
|
|
412
|
-
* Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]` with two 32-bit unsigned integer entries.
|
|
413
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
414
|
-
*/
|
|
415
|
-
readUint64(): [number, number];
|
|
416
|
-
/**
|
|
417
|
-
* Read a JS `number` value.
|
|
418
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
419
|
-
*/
|
|
420
|
-
readDouble(): number;
|
|
421
|
-
/**
|
|
422
|
-
* Read raw bytes from the deserializer's internal buffer. The `length` parameter
|
|
423
|
-
* must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`.
|
|
424
|
-
* For use inside of a custom `deserializer._readHostObject()`.
|
|
425
|
-
*/
|
|
426
|
-
readRawBytes(length: number): Buffer;
|
|
427
|
-
}
|
|
428
|
-
/**
|
|
429
|
-
* A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`.
|
|
430
|
-
* @since v8.0.0
|
|
431
|
-
*/
|
|
432
|
-
class DefaultDeserializer extends Deserializer {}
|
|
433
|
-
/**
|
|
434
|
-
* Uses a `DefaultSerializer` to serialize `value` into a buffer.
|
|
435
|
-
*
|
|
436
|
-
* `ERR_BUFFER_TOO_LARGE` will be thrown when trying to
|
|
437
|
-
* serialize a huge object which requires buffer
|
|
438
|
-
* larger than `buffer.constants.MAX_LENGTH`.
|
|
439
|
-
* @since v8.0.0
|
|
440
|
-
*/
|
|
441
|
-
function serialize(value: any): Buffer;
|
|
442
|
-
/**
|
|
443
|
-
* Uses a `DefaultDeserializer` with default options to read a JS value
|
|
444
|
-
* from a buffer.
|
|
445
|
-
* @since v8.0.0
|
|
446
|
-
* @param buffer A buffer returned by {@link serialize}.
|
|
447
|
-
*/
|
|
448
|
-
function deserialize(buffer: NodeJS.TypedArray): any;
|
|
449
|
-
/**
|
|
450
|
-
* The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple
|
|
451
|
-
* times during the lifetime of the process. Each time the execution counter will
|
|
452
|
-
* be reset and a new coverage report will be written to the directory specified
|
|
453
|
-
* by `NODE_V8_COVERAGE`.
|
|
454
|
-
*
|
|
455
|
-
* When the process is about to exit, one last coverage will still be written to
|
|
456
|
-
* disk unless {@link stopCoverage} is invoked before the process exits.
|
|
457
|
-
* @since v15.1.0, v14.18.0, v12.22.0
|
|
458
|
-
*/
|
|
459
|
-
function takeCoverage(): void;
|
|
460
|
-
/**
|
|
461
|
-
* The `v8.stopCoverage()` method allows the user to stop the coverage collection
|
|
462
|
-
* started by `NODE_V8_COVERAGE`, so that V8 can release the execution count
|
|
463
|
-
* records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand.
|
|
464
|
-
* @since v15.1.0, v14.18.0, v12.22.0
|
|
465
|
-
*/
|
|
466
|
-
function stopCoverage(): void;
|
|
467
|
-
/**
|
|
468
|
-
* The API is a no-op if `--heapsnapshot-near-heap-limit` is already set from the command line or the API is called more than once.
|
|
469
|
-
* `limit` must be a positive integer. See [`--heapsnapshot-near-heap-limit`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--heapsnapshot-near-heap-limitmax_count) for more information.
|
|
470
|
-
* @experimental
|
|
471
|
-
* @since v18.10.0, v16.18.0
|
|
472
|
-
*/
|
|
473
|
-
function setHeapSnapshotNearHeapLimit(limit: number): void;
|
|
474
|
-
/**
|
|
475
|
-
* This API collects GC data in current thread.
|
|
476
|
-
* @since v19.6.0, v18.15.0
|
|
477
|
-
*/
|
|
478
|
-
class GCProfiler {
|
|
479
|
-
/**
|
|
480
|
-
* Start collecting GC data.
|
|
481
|
-
* @since v19.6.0, v18.15.0
|
|
482
|
-
*/
|
|
483
|
-
start(): void;
|
|
484
|
-
/**
|
|
485
|
-
* Stop collecting GC data and return an object. The content of object
|
|
486
|
-
* is as follows.
|
|
487
|
-
*
|
|
488
|
-
* ```json
|
|
489
|
-
* {
|
|
490
|
-
* "version": 1,
|
|
491
|
-
* "startTime": 1674059033862,
|
|
492
|
-
* "statistics": [
|
|
493
|
-
* {
|
|
494
|
-
* "gcType": "Scavenge",
|
|
495
|
-
* "beforeGC": {
|
|
496
|
-
* "heapStatistics": {
|
|
497
|
-
* "totalHeapSize": 5005312,
|
|
498
|
-
* "totalHeapSizeExecutable": 524288,
|
|
499
|
-
* "totalPhysicalSize": 5226496,
|
|
500
|
-
* "totalAvailableSize": 4341325216,
|
|
501
|
-
* "totalGlobalHandlesSize": 8192,
|
|
502
|
-
* "usedGlobalHandlesSize": 2112,
|
|
503
|
-
* "usedHeapSize": 4883840,
|
|
504
|
-
* "heapSizeLimit": 4345298944,
|
|
505
|
-
* "mallocedMemory": 254128,
|
|
506
|
-
* "externalMemory": 225138,
|
|
507
|
-
* "peakMallocedMemory": 181760
|
|
508
|
-
* },
|
|
509
|
-
* "heapSpaceStatistics": [
|
|
510
|
-
* {
|
|
511
|
-
* "spaceName": "read_only_space",
|
|
512
|
-
* "spaceSize": 0,
|
|
513
|
-
* "spaceUsedSize": 0,
|
|
514
|
-
* "spaceAvailableSize": 0,
|
|
515
|
-
* "physicalSpaceSize": 0
|
|
516
|
-
* }
|
|
517
|
-
* ]
|
|
518
|
-
* },
|
|
519
|
-
* "cost": 1574.14,
|
|
520
|
-
* "afterGC": {
|
|
521
|
-
* "heapStatistics": {
|
|
522
|
-
* "totalHeapSize": 6053888,
|
|
523
|
-
* "totalHeapSizeExecutable": 524288,
|
|
524
|
-
* "totalPhysicalSize": 5500928,
|
|
525
|
-
* "totalAvailableSize": 4341101384,
|
|
526
|
-
* "totalGlobalHandlesSize": 8192,
|
|
527
|
-
* "usedGlobalHandlesSize": 2112,
|
|
528
|
-
* "usedHeapSize": 4059096,
|
|
529
|
-
* "heapSizeLimit": 4345298944,
|
|
530
|
-
* "mallocedMemory": 254128,
|
|
531
|
-
* "externalMemory": 225138,
|
|
532
|
-
* "peakMallocedMemory": 181760
|
|
533
|
-
* },
|
|
534
|
-
* "heapSpaceStatistics": [
|
|
535
|
-
* {
|
|
536
|
-
* "spaceName": "read_only_space",
|
|
537
|
-
* "spaceSize": 0,
|
|
538
|
-
* "spaceUsedSize": 0,
|
|
539
|
-
* "spaceAvailableSize": 0,
|
|
540
|
-
* "physicalSpaceSize": 0
|
|
541
|
-
* }
|
|
542
|
-
* ]
|
|
543
|
-
* }
|
|
544
|
-
* }
|
|
545
|
-
* ],
|
|
546
|
-
* "endTime": 1674059036865
|
|
547
|
-
* }
|
|
548
|
-
* ```
|
|
549
|
-
*
|
|
550
|
-
* Here's an example.
|
|
551
|
-
*
|
|
552
|
-
* ```js
|
|
553
|
-
* const { GCProfiler } = require('v8');
|
|
554
|
-
* const profiler = new GCProfiler();
|
|
555
|
-
* profiler.start();
|
|
556
|
-
* setTimeout(() => {
|
|
557
|
-
* console.log(profiler.stop());
|
|
558
|
-
* }, 1000);
|
|
559
|
-
* ```
|
|
560
|
-
* @since v19.6.0, v18.15.0
|
|
561
|
-
*/
|
|
562
|
-
stop(): GCProfilerResult;
|
|
563
|
-
}
|
|
564
|
-
interface GCProfilerResult {
|
|
565
|
-
version: number;
|
|
566
|
-
startTime: number;
|
|
567
|
-
endTime: number;
|
|
568
|
-
statistics: Array<{
|
|
569
|
-
gcType: string;
|
|
570
|
-
cost: number;
|
|
571
|
-
beforeGC: {
|
|
572
|
-
heapStatistics: HeapStatistics;
|
|
573
|
-
heapSpaceStatistics: HeapSpaceStatistics[];
|
|
574
|
-
};
|
|
575
|
-
afterGC: {
|
|
576
|
-
heapStatistics: HeapStatistics;
|
|
577
|
-
heapSpaceStatistics: HeapSpaceStatistics[];
|
|
578
|
-
};
|
|
579
|
-
}>;
|
|
580
|
-
}
|
|
581
|
-
interface HeapStatistics {
|
|
582
|
-
totalHeapSize: number;
|
|
583
|
-
totalHeapSizeExecutable: number;
|
|
584
|
-
totalPhysicalSize: number;
|
|
585
|
-
totalAvailableSize: number;
|
|
586
|
-
totalGlobalHandlesSize: number;
|
|
587
|
-
usedGlobalHandlesSize: number;
|
|
588
|
-
usedHeapSize: number;
|
|
589
|
-
heapSizeLimit: number;
|
|
590
|
-
mallocedMemory: number;
|
|
591
|
-
externalMemory: number;
|
|
592
|
-
peakMallocedMemory: number;
|
|
593
|
-
}
|
|
594
|
-
interface HeapSpaceStatistics {
|
|
595
|
-
spaceName: string;
|
|
596
|
-
spaceSize: number;
|
|
597
|
-
spaceUsedSize: number;
|
|
598
|
-
spaceAvailableSize: number;
|
|
599
|
-
physicalSpaceSize: number;
|
|
600
|
-
}
|
|
601
|
-
/**
|
|
602
|
-
* Called when a promise is constructed. This does not mean that corresponding before/after events will occur, only that the possibility exists. This will
|
|
603
|
-
* happen if a promise is created without ever getting a continuation.
|
|
604
|
-
* @since v17.1.0, v16.14.0
|
|
605
|
-
* @param promise The promise being created.
|
|
606
|
-
* @param parent The promise continued from, if applicable.
|
|
607
|
-
*/
|
|
608
|
-
interface Init {
|
|
609
|
-
(promise: Promise<unknown>, parent: Promise<unknown>): void;
|
|
610
|
-
}
|
|
611
|
-
/**
|
|
612
|
-
* Called before a promise continuation executes. This can be in the form of `then()`, `catch()`, or `finally()` handlers or an await resuming.
|
|
613
|
-
*
|
|
614
|
-
* The before callback will be called 0 to N times. The before callback will typically be called 0 times if no continuation was ever made for the promise.
|
|
615
|
-
* The before callback may be called many times in the case where many continuations have been made from the same promise.
|
|
616
|
-
* @since v17.1.0, v16.14.0
|
|
617
|
-
*/
|
|
618
|
-
interface Before {
|
|
619
|
-
(promise: Promise<unknown>): void;
|
|
620
|
-
}
|
|
621
|
-
/**
|
|
622
|
-
* Called immediately after a promise continuation executes. This may be after a `then()`, `catch()`, or `finally()` handler or before an await after another await.
|
|
623
|
-
* @since v17.1.0, v16.14.0
|
|
624
|
-
*/
|
|
625
|
-
interface After {
|
|
626
|
-
(promise: Promise<unknown>): void;
|
|
627
|
-
}
|
|
628
|
-
/**
|
|
629
|
-
* Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or
|
|
630
|
-
* {@link Promise.reject()}.
|
|
631
|
-
* @since v17.1.0, v16.14.0
|
|
632
|
-
*/
|
|
633
|
-
interface Settled {
|
|
634
|
-
(promise: Promise<unknown>): void;
|
|
635
|
-
}
|
|
636
|
-
/**
|
|
637
|
-
* Key events in the lifetime of a promise have been categorized into four areas: creation of a promise, before/after a continuation handler is called or
|
|
638
|
-
* around an await, and when the promise resolves or rejects.
|
|
639
|
-
*
|
|
640
|
-
* Because promises are asynchronous resources whose lifecycle is tracked via the promise hooks mechanism, the `init()`, `before()`, `after()`, and
|
|
641
|
-
* `settled()` callbacks must not be async functions as they create more promises which would produce an infinite loop.
|
|
642
|
-
* @since v17.1.0, v16.14.0
|
|
643
|
-
*/
|
|
644
|
-
interface HookCallbacks {
|
|
645
|
-
init?: Init;
|
|
646
|
-
before?: Before;
|
|
647
|
-
after?: After;
|
|
648
|
-
settled?: Settled;
|
|
649
|
-
}
|
|
650
|
-
interface PromiseHooks {
|
|
651
|
-
/**
|
|
652
|
-
* The `init` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
653
|
-
* @since v17.1.0, v16.14.0
|
|
654
|
-
* @param init The {@link Init | `init` callback} to call when a promise is created.
|
|
655
|
-
* @return Call to stop the hook.
|
|
656
|
-
*/
|
|
657
|
-
onInit: (init: Init) => Function;
|
|
658
|
-
/**
|
|
659
|
-
* The `settled` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
660
|
-
* @since v17.1.0, v16.14.0
|
|
661
|
-
* @param settled The {@link Settled | `settled` callback} to call when a promise is created.
|
|
662
|
-
* @return Call to stop the hook.
|
|
663
|
-
*/
|
|
664
|
-
onSettled: (settled: Settled) => Function;
|
|
665
|
-
/**
|
|
666
|
-
* The `before` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
667
|
-
* @since v17.1.0, v16.14.0
|
|
668
|
-
* @param before The {@link Before | `before` callback} to call before a promise continuation executes.
|
|
669
|
-
* @return Call to stop the hook.
|
|
670
|
-
*/
|
|
671
|
-
onBefore: (before: Before) => Function;
|
|
672
|
-
/**
|
|
673
|
-
* The `after` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop.
|
|
674
|
-
* @since v17.1.0, v16.14.0
|
|
675
|
-
* @param after The {@link After | `after` callback} to call after a promise continuation executes.
|
|
676
|
-
* @return Call to stop the hook.
|
|
677
|
-
*/
|
|
678
|
-
onAfter: (after: After) => Function;
|
|
679
|
-
/**
|
|
680
|
-
* Registers functions to be called for different lifetime events of each promise.
|
|
681
|
-
* The callbacks `init()`/`before()`/`after()`/`settled()` are called for the respective events during a promise's lifetime.
|
|
682
|
-
* All callbacks are optional. For example, if only promise creation needs to be tracked, then only the init callback needs to be passed.
|
|
683
|
-
* The hook callbacks must be plain functions. Providing async functions will throw as it would produce an infinite microtask loop.
|
|
684
|
-
* @since v17.1.0, v16.14.0
|
|
685
|
-
* @param callbacks The {@link HookCallbacks | Hook Callbacks} to register
|
|
686
|
-
* @return Used for disabling hooks
|
|
687
|
-
*/
|
|
688
|
-
createHook: (callbacks: HookCallbacks) => Function;
|
|
689
|
-
}
|
|
690
|
-
/**
|
|
691
|
-
* The `promiseHooks` interface can be used to track promise lifecycle events.
|
|
692
|
-
* @since v17.1.0, v16.14.0
|
|
693
|
-
*/
|
|
694
|
-
const promiseHooks: PromiseHooks;
|
|
695
|
-
type StartupSnapshotCallbackFn = (args: any) => any;
|
|
696
|
-
interface StartupSnapshot {
|
|
697
|
-
/**
|
|
698
|
-
* Add a callback that will be called when the Node.js instance is about to get serialized into a snapshot and exit.
|
|
699
|
-
* This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization.
|
|
700
|
-
* @since v18.6.0, v16.17.0
|
|
701
|
-
*/
|
|
702
|
-
addSerializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
703
|
-
/**
|
|
704
|
-
* Add a callback that will be called when the Node.js instance is deserialized from a snapshot.
|
|
705
|
-
* The `callback` and the `data` (if provided) will be serialized into the snapshot, they can be used to re-initialize the state of the application or
|
|
706
|
-
* to re-acquire resources that the application needs when the application is restarted from the snapshot.
|
|
707
|
-
* @since v18.6.0, v16.17.0
|
|
708
|
-
*/
|
|
709
|
-
addDeserializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
710
|
-
/**
|
|
711
|
-
* This sets the entry point of the Node.js application when it is deserialized from a snapshot. This can be called only once in the snapshot building script.
|
|
712
|
-
* If called, the deserialized application no longer needs an additional entry point script to start up and will simply invoke the callback along with the deserialized
|
|
713
|
-
* data (if provided), otherwise an entry point script still needs to be provided to the deserialized application.
|
|
714
|
-
* @since v18.6.0, v16.17.0
|
|
715
|
-
*/
|
|
716
|
-
setDeserializeMainFunction(callback: StartupSnapshotCallbackFn, data?: any): void;
|
|
717
|
-
/**
|
|
718
|
-
* Returns true if the Node.js instance is run to build a snapshot.
|
|
719
|
-
* @since v18.6.0, v16.17.0
|
|
720
|
-
*/
|
|
721
|
-
isBuildingSnapshot(): boolean;
|
|
722
|
-
}
|
|
723
|
-
/**
|
|
724
|
-
* The `v8.startupSnapshot` interface can be used to add serialization and deserialization hooks for custom startup snapshots.
|
|
725
|
-
*
|
|
726
|
-
* ```bash
|
|
727
|
-
* $ node --snapshot-blob snapshot.blob --build-snapshot entry.js
|
|
728
|
-
* # This launches a process with the snapshot
|
|
729
|
-
* $ node --snapshot-blob snapshot.blob
|
|
730
|
-
* ```
|
|
731
|
-
*
|
|
732
|
-
* In the example above, `entry.js` can use methods from the `v8.startupSnapshot` interface to specify how to save information for custom objects
|
|
733
|
-
* in the snapshot during serialization and how the information can be used to synchronize these objects during deserialization of the snapshot.
|
|
734
|
-
* For example, if the `entry.js` contains the following script:
|
|
735
|
-
*
|
|
736
|
-
* ```js
|
|
737
|
-
* 'use strict';
|
|
738
|
-
*
|
|
739
|
-
* const fs = require('node:fs');
|
|
740
|
-
* const zlib = require('node:zlib');
|
|
741
|
-
* const path = require('node:path');
|
|
742
|
-
* const assert = require('node:assert');
|
|
743
|
-
*
|
|
744
|
-
* const v8 = require('node:v8');
|
|
745
|
-
*
|
|
746
|
-
* class BookShelf {
|
|
747
|
-
* storage = new Map();
|
|
748
|
-
*
|
|
749
|
-
* // Reading a series of files from directory and store them into storage.
|
|
750
|
-
* constructor(directory, books) {
|
|
751
|
-
* for (const book of books) {
|
|
752
|
-
* this.storage.set(book, fs.readFileSync(path.join(directory, book)));
|
|
753
|
-
* }
|
|
754
|
-
* }
|
|
755
|
-
*
|
|
756
|
-
* static compressAll(shelf) {
|
|
757
|
-
* for (const [ book, content ] of shelf.storage) {
|
|
758
|
-
* shelf.storage.set(book, zlib.gzipSync(content));
|
|
759
|
-
* }
|
|
760
|
-
* }
|
|
761
|
-
*
|
|
762
|
-
* static decompressAll(shelf) {
|
|
763
|
-
* for (const [ book, content ] of shelf.storage) {
|
|
764
|
-
* shelf.storage.set(book, zlib.gunzipSync(content));
|
|
765
|
-
* }
|
|
766
|
-
* }
|
|
767
|
-
* }
|
|
768
|
-
*
|
|
769
|
-
* // __dirname here is where the snapshot script is placed
|
|
770
|
-
* // during snapshot building time.
|
|
771
|
-
* const shelf = new BookShelf(__dirname, [
|
|
772
|
-
* 'book1.en_US.txt',
|
|
773
|
-
* 'book1.es_ES.txt',
|
|
774
|
-
* 'book2.zh_CN.txt',
|
|
775
|
-
* ]);
|
|
776
|
-
*
|
|
777
|
-
* assert(v8.startupSnapshot.isBuildingSnapshot());
|
|
778
|
-
* // On snapshot serialization, compress the books to reduce size.
|
|
779
|
-
* v8.startupSnapshot.addSerializeCallback(BookShelf.compressAll, shelf);
|
|
780
|
-
* // On snapshot deserialization, decompress the books.
|
|
781
|
-
* v8.startupSnapshot.addDeserializeCallback(BookShelf.decompressAll, shelf);
|
|
782
|
-
* v8.startupSnapshot.setDeserializeMainFunction((shelf) => {
|
|
783
|
-
* // process.env and process.argv are refreshed during snapshot
|
|
784
|
-
* // deserialization.
|
|
785
|
-
* const lang = process.env.BOOK_LANG || 'en_US';
|
|
786
|
-
* const book = process.argv[1];
|
|
787
|
-
* const name = `${book}.${lang}.txt`;
|
|
788
|
-
* console.log(shelf.storage.get(name));
|
|
789
|
-
* }, shelf);
|
|
790
|
-
* ```
|
|
791
|
-
*
|
|
792
|
-
* The resulted binary will get print the data deserialized from the snapshot during start up, using the refreshed `process.env` and `process.argv` of the launched process:
|
|
793
|
-
*
|
|
794
|
-
* ```bash
|
|
795
|
-
* $ BOOK_LANG=es_ES node --snapshot-blob snapshot.blob book1
|
|
796
|
-
* # Prints content of book1.es_ES.txt deserialized from the snapshot.
|
|
797
|
-
* ```
|
|
798
|
-
*
|
|
799
|
-
* Currently the application deserialized from a user-land snapshot cannot be snapshotted again, so these APIs are only available to applications that are not deserialized from a user-land snapshot.
|
|
800
|
-
*
|
|
801
|
-
* @experimental
|
|
802
|
-
* @since v18.6.0, v16.17.0
|
|
803
|
-
*/
|
|
804
|
-
const startupSnapshot: StartupSnapshot;
|
|
805
|
-
}
|
|
806
|
-
declare module "node:v8" {
|
|
807
|
-
export * from "v8";
|
|
808
|
-
}
|