cloudstructs 0.9.12 → 0.9.14
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 +4 -4
- package/assets/slack-textract/detect.lambda/index.js +16621 -15842
- 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/email-receiver/whitelist.lambda.js +2 -3
- 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/provider.lambda.js +2 -3
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/events.lambda.js +2 -3
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-events/signature.js +2 -3
- package/lib/slack-textract/detect.lambda.d.ts +0 -17
- package/lib/slack-textract/detect.lambda.js +12 -5
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/analyze.lambda.js +2 -3
- package/lib/ssl-server-test/extract-grade.lambda.js +2 -3
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/state-machine-cr-provider/runtime/http.js +3 -3
- package/lib/state-machine-cr-provider/runtime/index.js +5 -5
- package/lib/static-website/index.js +1 -1
- package/lib/static-website/origin-request.edge-lambda.js +2 -3
- package/lib/toolkit-cleaner/clean-images.lambda.js +2 -3
- package/lib/toolkit-cleaner/clean-objects.lambda.js +2 -3
- package/lib/toolkit-cleaner/extract-template-hashes.lambda.js +2 -3
- package/lib/toolkit-cleaner/get-stack-names.lambda.js +2 -3
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/lib/url-shortener/redirect.edge-lambda.js +2 -3
- package/lib/url-shortener/shortener.lambda.js +2 -3
- package/node_modules/@babel/runtime/helpers/extends.js +2 -2
- package/node_modules/@babel/runtime/helpers/get.js +2 -2
- package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +2 -2
- package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +2 -2
- package/node_modules/@babel/runtime/helpers/typeof.js +2 -2
- package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +2 -2
- package/node_modules/@babel/runtime/package.json +1 -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 -1
- 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 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +15 -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/index.d.ts +1 -0
- 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 +10 -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 +178 -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/sqlite.d.ts +213 -0
- 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 +19 -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/balanced-pool.d.ts +29 -0
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +108 -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/formdata.d.ts +108 -0
- package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +15 -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-interceptor.d.ts +93 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +55 -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 -1
- 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 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +15 -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/index.d.ts +1 -0
- 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 +10 -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 +178 -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/sqlite.d.ts +213 -0
- 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 +19 -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/assert.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +12 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +18 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +19 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +75 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +99 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +15 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +10 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +45 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +178 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +213 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +378 -101
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +5 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +19 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +8 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +19 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +12 -3
- package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +12 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +18 -17
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +19 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +75 -2
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +99 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +15 -2
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +10 -1
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +45 -9
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +178 -19
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +213 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +378 -101
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +5 -2
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +19 -2
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +8 -2
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +19 -1
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +12 -3
- package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/keyv/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +12 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +18 -17
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +19 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +75 -2
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +99 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +15 -2
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +10 -1
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +45 -9
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +178 -19
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +213 -0
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +378 -101
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +5 -2
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +19 -2
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +8 -2
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +19 -1
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +12 -3
- package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/responselike/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +149 -0
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +63 -0
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +71 -0
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +222 -0
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/axios/CHANGELOG.md +44 -0
- package/node_modules/axios/README.md +6 -57
- package/node_modules/axios/dist/axios.js +194 -97
- 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 +168 -85
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +167 -84
- 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 +290 -245
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +34 -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/core/AxiosError.js +5 -2
- 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/isURLSameOrigin.js +1 -1
- 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/platform/common/utils.js +5 -4
- 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/foreground-child/dist/commonjs/index.d.ts +4 -2
- package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/commonjs/index.js +4 -2
- package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -1
- package/node_modules/foreground-child/dist/esm/index.d.ts +4 -2
- package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -1
- package/node_modules/foreground-child/dist/esm/index.js +4 -2
- package/node_modules/foreground-child/dist/esm/index.js.map +1 -1
- package/node_modules/foreground-child/package.json +1 -1
- 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/node_modules/juice/package.json +3 -3
- package/node_modules/uglify-js/bin/uglifyjs +6 -3
- package/node_modules/uglify-js/lib/compress.js +117 -75
- package/node_modules/uglify-js/lib/minify.js +4 -3
- package/node_modules/uglify-js/lib/output.js +16 -5
- package/node_modules/uglify-js/package.json +1 -1
- package/node_modules/uglify-js/tools/node.js +6 -1
- package/package.json +19 -19
- 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 -2282
- 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/undici-types/balanced-pool.d.ts +0 -18
- package/node_modules/undici-types/client.d.ts +0 -97
- package/node_modules/undici-types/diagnostics-channel.d.ts +0 -67
- package/node_modules/undici-types/dispatcher.d.ts +0 -241
- package/node_modules/undici-types/errors.d.ts +0 -128
- package/node_modules/undici-types/fetch.d.ts +0 -209
- package/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/undici-types/handlers.d.ts +0 -9
- package/node_modules/undici-types/index.d.ts +0 -63
- package/node_modules/undici-types/interceptors.d.ts +0 -5
- package/node_modules/undici-types/mock-interceptor.d.ts +0 -93
- package/node_modules/undici-types/package.json +0 -55
- package/node_modules/undici-types/pool.d.ts +0 -28
- package/node_modules/undici-types/proxy-agent.d.ts +0 -30
- package/node_modules/undici-types/readable.d.ts +0 -61
- package/node_modules/undici-types/webidl.d.ts +0 -220
- package/node_modules/undici-types/websocket.d.ts +0 -131
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/README.md +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/api.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/cache.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/connector.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/content-type.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/cookies.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/file.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/filereader.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/global-origin.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/header.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-client.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-errors.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-pool.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/patch.d.ts +0 -0
- /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/pool-stats.d.ts +0 -0
- /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,2282 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
|
|
3
|
-
* Node.js APIs support `Buffer`s.
|
|
4
|
-
*
|
|
5
|
-
* The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and
|
|
6
|
-
* extends it with methods that cover additional use cases. Node.js APIs accept
|
|
7
|
-
* plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well.
|
|
8
|
-
*
|
|
9
|
-
* While the `Buffer` class is available within the global scope, it is still
|
|
10
|
-
* recommended to explicitly reference it via an import or require statement.
|
|
11
|
-
*
|
|
12
|
-
* ```js
|
|
13
|
-
* import { Buffer } from 'node:buffer';
|
|
14
|
-
*
|
|
15
|
-
* // Creates a zero-filled Buffer of length 10.
|
|
16
|
-
* const buf1 = Buffer.alloc(10);
|
|
17
|
-
*
|
|
18
|
-
* // Creates a Buffer of length 10,
|
|
19
|
-
* // filled with bytes which all have the value `1`.
|
|
20
|
-
* const buf2 = Buffer.alloc(10, 1);
|
|
21
|
-
*
|
|
22
|
-
* // Creates an uninitialized buffer of length 10.
|
|
23
|
-
* // This is faster than calling Buffer.alloc() but the returned
|
|
24
|
-
* // Buffer instance might contain old data that needs to be
|
|
25
|
-
* // overwritten using fill(), write(), or other functions that fill the Buffer's
|
|
26
|
-
* // contents.
|
|
27
|
-
* const buf3 = Buffer.allocUnsafe(10);
|
|
28
|
-
*
|
|
29
|
-
* // Creates a Buffer containing the bytes [1, 2, 3].
|
|
30
|
-
* const buf4 = Buffer.from([1, 2, 3]);
|
|
31
|
-
*
|
|
32
|
-
* // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries
|
|
33
|
-
* // are all truncated using `(value & 255)` to fit into the range 0–255.
|
|
34
|
-
* const buf5 = Buffer.from([257, 257.5, -255, '1']);
|
|
35
|
-
*
|
|
36
|
-
* // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést':
|
|
37
|
-
* // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation)
|
|
38
|
-
* // [116, 195, 169, 115, 116] (in decimal notation)
|
|
39
|
-
* const buf6 = Buffer.from('tést');
|
|
40
|
-
*
|
|
41
|
-
* // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
|
|
42
|
-
* const buf7 = Buffer.from('tést', 'latin1');
|
|
43
|
-
* ```
|
|
44
|
-
* @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/buffer.js)
|
|
45
|
-
*/
|
|
46
|
-
declare module "buffer" {
|
|
47
|
-
import { BinaryLike } from "node:crypto";
|
|
48
|
-
import { ReadableStream as WebReadableStream } from "node:stream/web";
|
|
49
|
-
/**
|
|
50
|
-
* This function returns `true` if `input` contains only valid UTF-8-encoded data,
|
|
51
|
-
* including the case in which `input` is empty.
|
|
52
|
-
*
|
|
53
|
-
* Throws if the `input` is a detached array buffer.
|
|
54
|
-
* @since v19.4.0, v18.14.0
|
|
55
|
-
* @param input The input to validate.
|
|
56
|
-
*/
|
|
57
|
-
export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
|
|
58
|
-
/**
|
|
59
|
-
* This function returns `true` if `input` contains only valid ASCII-encoded data,
|
|
60
|
-
* including the case in which `input` is empty.
|
|
61
|
-
*
|
|
62
|
-
* Throws if the `input` is a detached array buffer.
|
|
63
|
-
* @since v19.6.0, v18.15.0
|
|
64
|
-
* @param input The input to validate.
|
|
65
|
-
*/
|
|
66
|
-
export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
|
|
67
|
-
export const INSPECT_MAX_BYTES: number;
|
|
68
|
-
export const kMaxLength: number;
|
|
69
|
-
export const kStringMaxLength: number;
|
|
70
|
-
export const constants: {
|
|
71
|
-
MAX_LENGTH: number;
|
|
72
|
-
MAX_STRING_LENGTH: number;
|
|
73
|
-
};
|
|
74
|
-
export type TranscodeEncoding =
|
|
75
|
-
| "ascii"
|
|
76
|
-
| "utf8"
|
|
77
|
-
| "utf-8"
|
|
78
|
-
| "utf16le"
|
|
79
|
-
| "utf-16le"
|
|
80
|
-
| "ucs2"
|
|
81
|
-
| "ucs-2"
|
|
82
|
-
| "latin1"
|
|
83
|
-
| "binary";
|
|
84
|
-
/**
|
|
85
|
-
* Re-encodes the given `Buffer` or `Uint8Array` instance from one character
|
|
86
|
-
* encoding to another. Returns a new `Buffer` instance.
|
|
87
|
-
*
|
|
88
|
-
* Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if
|
|
89
|
-
* conversion from `fromEnc` to `toEnc` is not permitted.
|
|
90
|
-
*
|
|
91
|
-
* Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
|
|
92
|
-
*
|
|
93
|
-
* The transcoding process will use substitution characters if a given byte
|
|
94
|
-
* sequence cannot be adequately represented in the target encoding. For instance:
|
|
95
|
-
*
|
|
96
|
-
* ```js
|
|
97
|
-
* import { Buffer, transcode } from 'node:buffer';
|
|
98
|
-
*
|
|
99
|
-
* const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii');
|
|
100
|
-
* console.log(newBuf.toString('ascii'));
|
|
101
|
-
* // Prints: '?'
|
|
102
|
-
* ```
|
|
103
|
-
*
|
|
104
|
-
* Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced
|
|
105
|
-
* with `?` in the transcoded `Buffer`.
|
|
106
|
-
* @since v7.1.0
|
|
107
|
-
* @param source A `Buffer` or `Uint8Array` instance.
|
|
108
|
-
* @param fromEnc The current encoding.
|
|
109
|
-
* @param toEnc To target encoding.
|
|
110
|
-
*/
|
|
111
|
-
export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer;
|
|
112
|
-
export const SlowBuffer: {
|
|
113
|
-
/** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */
|
|
114
|
-
new(size: number): Buffer;
|
|
115
|
-
prototype: Buffer;
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
|
|
119
|
-
* a prior call to `URL.createObjectURL()`.
|
|
120
|
-
* @since v16.7.0
|
|
121
|
-
* @experimental
|
|
122
|
-
* @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
|
|
123
|
-
*/
|
|
124
|
-
export function resolveObjectURL(id: string): Blob | undefined;
|
|
125
|
-
export { Buffer };
|
|
126
|
-
/**
|
|
127
|
-
* @experimental
|
|
128
|
-
*/
|
|
129
|
-
export interface BlobOptions {
|
|
130
|
-
/**
|
|
131
|
-
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts
|
|
132
|
-
* will be converted to the platform native line-ending as specified by `require('node:os').EOL`.
|
|
133
|
-
*/
|
|
134
|
-
endings?: "transparent" | "native";
|
|
135
|
-
/**
|
|
136
|
-
* The Blob content-type. The intent is for `type` to convey
|
|
137
|
-
* the MIME media type of the data, however no validation of the type format
|
|
138
|
-
* is performed.
|
|
139
|
-
*/
|
|
140
|
-
type?: string | undefined;
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
* A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
|
|
144
|
-
* multiple worker threads.
|
|
145
|
-
* @since v15.7.0, v14.18.0
|
|
146
|
-
*/
|
|
147
|
-
export class Blob {
|
|
148
|
-
/**
|
|
149
|
-
* The total size of the `Blob` in bytes.
|
|
150
|
-
* @since v15.7.0, v14.18.0
|
|
151
|
-
*/
|
|
152
|
-
readonly size: number;
|
|
153
|
-
/**
|
|
154
|
-
* The content-type of the `Blob`.
|
|
155
|
-
* @since v15.7.0, v14.18.0
|
|
156
|
-
*/
|
|
157
|
-
readonly type: string;
|
|
158
|
-
/**
|
|
159
|
-
* Creates a new `Blob` object containing a concatenation of the given sources.
|
|
160
|
-
*
|
|
161
|
-
* {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
|
|
162
|
-
* the 'Blob' and can therefore be safely modified after the 'Blob' is created.
|
|
163
|
-
*
|
|
164
|
-
* String sources are also copied into the `Blob`.
|
|
165
|
-
*/
|
|
166
|
-
constructor(sources: Array<ArrayBuffer | BinaryLike | Blob>, options?: BlobOptions);
|
|
167
|
-
/**
|
|
168
|
-
* Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of
|
|
169
|
-
* the `Blob` data.
|
|
170
|
-
* @since v15.7.0, v14.18.0
|
|
171
|
-
*/
|
|
172
|
-
arrayBuffer(): Promise<ArrayBuffer>;
|
|
173
|
-
/**
|
|
174
|
-
* Creates and returns a new `Blob` containing a subset of this `Blob` objects
|
|
175
|
-
* data. The original `Blob` is not altered.
|
|
176
|
-
* @since v15.7.0, v14.18.0
|
|
177
|
-
* @param start The starting index.
|
|
178
|
-
* @param end The ending index.
|
|
179
|
-
* @param type The content-type for the new `Blob`
|
|
180
|
-
*/
|
|
181
|
-
slice(start?: number, end?: number, type?: string): Blob;
|
|
182
|
-
/**
|
|
183
|
-
* Returns a promise that fulfills with the contents of the `Blob` decoded as a
|
|
184
|
-
* UTF-8 string.
|
|
185
|
-
* @since v15.7.0, v14.18.0
|
|
186
|
-
*/
|
|
187
|
-
text(): Promise<string>;
|
|
188
|
-
/**
|
|
189
|
-
* Returns a new `ReadableStream` that allows the content of the `Blob` to be read.
|
|
190
|
-
* @since v16.7.0
|
|
191
|
-
*/
|
|
192
|
-
stream(): WebReadableStream;
|
|
193
|
-
}
|
|
194
|
-
export interface FileOptions {
|
|
195
|
-
/**
|
|
196
|
-
* One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be
|
|
197
|
-
* converted to the platform native line-ending as specified by `require('node:os').EOL`.
|
|
198
|
-
*/
|
|
199
|
-
endings?: "native" | "transparent";
|
|
200
|
-
/** The File content-type. */
|
|
201
|
-
type?: string;
|
|
202
|
-
/** The last modified date of the file. `Default`: Date.now(). */
|
|
203
|
-
lastModified?: number;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files.
|
|
207
|
-
* @since v19.2.0, v18.13.0
|
|
208
|
-
*/
|
|
209
|
-
export class File extends Blob {
|
|
210
|
-
constructor(sources: Array<BinaryLike | Blob>, fileName: string, options?: FileOptions);
|
|
211
|
-
/**
|
|
212
|
-
* The name of the `File`.
|
|
213
|
-
* @since v19.2.0, v18.13.0
|
|
214
|
-
*/
|
|
215
|
-
readonly name: string;
|
|
216
|
-
/**
|
|
217
|
-
* The last modified date of the `File`.
|
|
218
|
-
* @since v19.2.0, v18.13.0
|
|
219
|
-
*/
|
|
220
|
-
readonly lastModified: number;
|
|
221
|
-
}
|
|
222
|
-
export import atob = globalThis.atob;
|
|
223
|
-
export import btoa = globalThis.btoa;
|
|
224
|
-
import { Blob as NodeBlob } from "buffer";
|
|
225
|
-
// This conditional type will be the existing global Blob in a browser, or
|
|
226
|
-
// the copy below in a Node environment.
|
|
227
|
-
type __Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : NodeBlob;
|
|
228
|
-
global {
|
|
229
|
-
namespace NodeJS {
|
|
230
|
-
export { BufferEncoding };
|
|
231
|
-
}
|
|
232
|
-
// Buffer class
|
|
233
|
-
type BufferEncoding =
|
|
234
|
-
| "ascii"
|
|
235
|
-
| "utf8"
|
|
236
|
-
| "utf-8"
|
|
237
|
-
| "utf16le"
|
|
238
|
-
| "utf-16le"
|
|
239
|
-
| "ucs2"
|
|
240
|
-
| "ucs-2"
|
|
241
|
-
| "base64"
|
|
242
|
-
| "base64url"
|
|
243
|
-
| "latin1"
|
|
244
|
-
| "binary"
|
|
245
|
-
| "hex";
|
|
246
|
-
type WithImplicitCoercion<T> =
|
|
247
|
-
| T
|
|
248
|
-
| {
|
|
249
|
-
valueOf(): T;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* Raw data is stored in instances of the Buffer class.
|
|
253
|
-
* A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized.
|
|
254
|
-
* Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex'
|
|
255
|
-
*/
|
|
256
|
-
interface BufferConstructor {
|
|
257
|
-
/**
|
|
258
|
-
* Allocates a new buffer containing the given {str}.
|
|
259
|
-
*
|
|
260
|
-
* @param str String to store in buffer.
|
|
261
|
-
* @param encoding encoding to use, optional. Default is 'utf8'
|
|
262
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead.
|
|
263
|
-
*/
|
|
264
|
-
new(str: string, encoding?: BufferEncoding): Buffer;
|
|
265
|
-
/**
|
|
266
|
-
* Allocates a new buffer of {size} octets.
|
|
267
|
-
*
|
|
268
|
-
* @param size count of octets to allocate.
|
|
269
|
-
* @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`).
|
|
270
|
-
*/
|
|
271
|
-
new(size: number): Buffer;
|
|
272
|
-
/**
|
|
273
|
-
* Allocates a new buffer containing the given {array} of octets.
|
|
274
|
-
*
|
|
275
|
-
* @param array The octets to store.
|
|
276
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
277
|
-
*/
|
|
278
|
-
new(array: Uint8Array): Buffer;
|
|
279
|
-
/**
|
|
280
|
-
* Produces a Buffer backed by the same allocated memory as
|
|
281
|
-
* the given {ArrayBuffer}/{SharedArrayBuffer}.
|
|
282
|
-
*
|
|
283
|
-
* @param arrayBuffer The ArrayBuffer with which to share memory.
|
|
284
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead.
|
|
285
|
-
*/
|
|
286
|
-
new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer;
|
|
287
|
-
/**
|
|
288
|
-
* Allocates a new buffer containing the given {array} of octets.
|
|
289
|
-
*
|
|
290
|
-
* @param array The octets to store.
|
|
291
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
292
|
-
*/
|
|
293
|
-
new(array: readonly any[]): Buffer;
|
|
294
|
-
/**
|
|
295
|
-
* Copies the passed {buffer} data onto a new {Buffer} instance.
|
|
296
|
-
*
|
|
297
|
-
* @param buffer The buffer to copy.
|
|
298
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead.
|
|
299
|
-
*/
|
|
300
|
-
new(buffer: Buffer): Buffer;
|
|
301
|
-
/**
|
|
302
|
-
* Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
|
|
303
|
-
* Array entries outside that range will be truncated to fit into it.
|
|
304
|
-
*
|
|
305
|
-
* ```js
|
|
306
|
-
* import { Buffer } from 'node:buffer';
|
|
307
|
-
*
|
|
308
|
-
* // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'.
|
|
309
|
-
* const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);
|
|
310
|
-
* ```
|
|
311
|
-
*
|
|
312
|
-
* If `array` is an `Array`\-like object (that is, one with a `length` property of
|
|
313
|
-
* type `number`), it is treated as if it is an array, unless it is a `Buffer` or
|
|
314
|
-
* a `Uint8Array`. This means all other `TypedArray` variants get treated as an `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use `Buffer.copyBytesFrom()`.
|
|
315
|
-
*
|
|
316
|
-
* A `TypeError` will be thrown if `array` is not an `Array` or another type
|
|
317
|
-
* appropriate for `Buffer.from()` variants.
|
|
318
|
-
*
|
|
319
|
-
* `Buffer.from(array)` and `Buffer.from(string)` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
|
|
320
|
-
* @since v5.10.0
|
|
321
|
-
*/
|
|
322
|
-
from(
|
|
323
|
-
arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
|
|
324
|
-
byteOffset?: number,
|
|
325
|
-
length?: number,
|
|
326
|
-
): Buffer;
|
|
327
|
-
/**
|
|
328
|
-
* Creates a new Buffer using the passed {data}
|
|
329
|
-
* @param data data to create a new Buffer
|
|
330
|
-
*/
|
|
331
|
-
from(data: Uint8Array | readonly number[]): Buffer;
|
|
332
|
-
from(data: WithImplicitCoercion<Uint8Array | readonly number[] | string>): Buffer;
|
|
333
|
-
/**
|
|
334
|
-
* Creates a new Buffer containing the given JavaScript string {str}.
|
|
335
|
-
* If provided, the {encoding} parameter identifies the character encoding.
|
|
336
|
-
* If not provided, {encoding} defaults to 'utf8'.
|
|
337
|
-
*/
|
|
338
|
-
from(
|
|
339
|
-
str:
|
|
340
|
-
| WithImplicitCoercion<string>
|
|
341
|
-
| {
|
|
342
|
-
[Symbol.toPrimitive](hint: "string"): string;
|
|
343
|
-
},
|
|
344
|
-
encoding?: BufferEncoding,
|
|
345
|
-
): Buffer;
|
|
346
|
-
/**
|
|
347
|
-
* Creates a new Buffer using the passed {data}
|
|
348
|
-
* @param values to create a new Buffer
|
|
349
|
-
*/
|
|
350
|
-
of(...items: number[]): Buffer;
|
|
351
|
-
/**
|
|
352
|
-
* Returns `true` if `obj` is a `Buffer`, `false` otherwise.
|
|
353
|
-
*
|
|
354
|
-
* ```js
|
|
355
|
-
* import { Buffer } from 'node:buffer';
|
|
356
|
-
*
|
|
357
|
-
* Buffer.isBuffer(Buffer.alloc(10)); // true
|
|
358
|
-
* Buffer.isBuffer(Buffer.from('foo')); // true
|
|
359
|
-
* Buffer.isBuffer('a string'); // false
|
|
360
|
-
* Buffer.isBuffer([]); // false
|
|
361
|
-
* Buffer.isBuffer(new Uint8Array(1024)); // false
|
|
362
|
-
* ```
|
|
363
|
-
* @since v0.1.101
|
|
364
|
-
*/
|
|
365
|
-
isBuffer(obj: any): obj is Buffer;
|
|
366
|
-
/**
|
|
367
|
-
* Returns `true` if `encoding` is the name of a supported character encoding,
|
|
368
|
-
* or `false` otherwise.
|
|
369
|
-
*
|
|
370
|
-
* ```js
|
|
371
|
-
* import { Buffer } from 'node:buffer';
|
|
372
|
-
*
|
|
373
|
-
* console.log(Buffer.isEncoding('utf8'));
|
|
374
|
-
* // Prints: true
|
|
375
|
-
*
|
|
376
|
-
* console.log(Buffer.isEncoding('hex'));
|
|
377
|
-
* // Prints: true
|
|
378
|
-
*
|
|
379
|
-
* console.log(Buffer.isEncoding('utf/8'));
|
|
380
|
-
* // Prints: false
|
|
381
|
-
*
|
|
382
|
-
* console.log(Buffer.isEncoding(''));
|
|
383
|
-
* // Prints: false
|
|
384
|
-
* ```
|
|
385
|
-
* @since v0.9.1
|
|
386
|
-
* @param encoding A character encoding name to check.
|
|
387
|
-
*/
|
|
388
|
-
isEncoding(encoding: string): encoding is BufferEncoding;
|
|
389
|
-
/**
|
|
390
|
-
* Returns the byte length of a string when encoded using `encoding`.
|
|
391
|
-
* This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account
|
|
392
|
-
* for the encoding that is used to convert the string into bytes.
|
|
393
|
-
*
|
|
394
|
-
* For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input.
|
|
395
|
-
* For strings that contain non-base64/hex-encoded data (e.g. whitespace), the
|
|
396
|
-
* return value might be greater than the length of a `Buffer` created from the
|
|
397
|
-
* string.
|
|
398
|
-
*
|
|
399
|
-
* ```js
|
|
400
|
-
* import { Buffer } from 'node:buffer';
|
|
401
|
-
*
|
|
402
|
-
* const str = '\u00bd + \u00bc = \u00be';
|
|
403
|
-
*
|
|
404
|
-
* console.log(`${str}: ${str.length} characters, ` +
|
|
405
|
-
* `${Buffer.byteLength(str, 'utf8')} bytes`);
|
|
406
|
-
* // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes
|
|
407
|
-
* ```
|
|
408
|
-
*
|
|
409
|
-
* When `string` is a
|
|
410
|
-
* `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/-
|
|
411
|
-
* Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop-
|
|
412
|
-
* er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned.
|
|
413
|
-
* @since v0.1.90
|
|
414
|
-
* @param string A value to calculate the length of.
|
|
415
|
-
* @param [encoding='utf8'] If `string` is a string, this is its encoding.
|
|
416
|
-
* @return The number of bytes contained within `string`.
|
|
417
|
-
*/
|
|
418
|
-
byteLength(
|
|
419
|
-
string: string | Buffer | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer,
|
|
420
|
-
encoding?: BufferEncoding,
|
|
421
|
-
): number;
|
|
422
|
-
/**
|
|
423
|
-
* Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together.
|
|
424
|
-
*
|
|
425
|
-
* If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned.
|
|
426
|
-
*
|
|
427
|
-
* If `totalLength` is not provided, it is calculated from the `Buffer` instances
|
|
428
|
-
* in `list` by adding their lengths.
|
|
429
|
-
*
|
|
430
|
-
* If `totalLength` is provided, it is coerced to an unsigned integer. If the
|
|
431
|
-
* combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
|
|
432
|
-
* truncated to `totalLength`.
|
|
433
|
-
*
|
|
434
|
-
* ```js
|
|
435
|
-
* import { Buffer } from 'node:buffer';
|
|
436
|
-
*
|
|
437
|
-
* // Create a single `Buffer` from a list of three `Buffer` instances.
|
|
438
|
-
*
|
|
439
|
-
* const buf1 = Buffer.alloc(10);
|
|
440
|
-
* const buf2 = Buffer.alloc(14);
|
|
441
|
-
* const buf3 = Buffer.alloc(18);
|
|
442
|
-
* const totalLength = buf1.length + buf2.length + buf3.length;
|
|
443
|
-
*
|
|
444
|
-
* console.log(totalLength);
|
|
445
|
-
* // Prints: 42
|
|
446
|
-
*
|
|
447
|
-
* const bufA = Buffer.concat([buf1, buf2, buf3], totalLength);
|
|
448
|
-
*
|
|
449
|
-
* console.log(bufA);
|
|
450
|
-
* // Prints: <Buffer 00 00 00 00 ...>
|
|
451
|
-
* console.log(bufA.length);
|
|
452
|
-
* // Prints: 42
|
|
453
|
-
* ```
|
|
454
|
-
*
|
|
455
|
-
* `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does.
|
|
456
|
-
* @since v0.7.11
|
|
457
|
-
* @param list List of `Buffer` or {@link Uint8Array} instances to concatenate.
|
|
458
|
-
* @param totalLength Total length of the `Buffer` instances in `list` when concatenated.
|
|
459
|
-
*/
|
|
460
|
-
concat(list: readonly Uint8Array[], totalLength?: number): Buffer;
|
|
461
|
-
/**
|
|
462
|
-
* Copies the underlying memory of `view` into a new `Buffer`.
|
|
463
|
-
*
|
|
464
|
-
* ```js
|
|
465
|
-
* const u16 = new Uint16Array([0, 0xffff]);
|
|
466
|
-
* const buf = Buffer.copyBytesFrom(u16, 1, 1);
|
|
467
|
-
* u16[1] = 0;
|
|
468
|
-
* console.log(buf.length); // 2
|
|
469
|
-
* console.log(buf[0]); // 255
|
|
470
|
-
* console.log(buf[1]); // 255
|
|
471
|
-
* ```
|
|
472
|
-
* @since v19.8.0
|
|
473
|
-
* @param view The {TypedArray} to copy.
|
|
474
|
-
* @param [offset=0] The starting offset within `view`.
|
|
475
|
-
* @param [length=view.length - offset] The number of elements from `view` to copy.
|
|
476
|
-
*/
|
|
477
|
-
copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer;
|
|
478
|
-
/**
|
|
479
|
-
* Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`.
|
|
480
|
-
*
|
|
481
|
-
* ```js
|
|
482
|
-
* import { Buffer } from 'node:buffer';
|
|
483
|
-
*
|
|
484
|
-
* const buf1 = Buffer.from('1234');
|
|
485
|
-
* const buf2 = Buffer.from('0123');
|
|
486
|
-
* const arr = [buf1, buf2];
|
|
487
|
-
*
|
|
488
|
-
* console.log(arr.sort(Buffer.compare));
|
|
489
|
-
* // Prints: [ <Buffer 30 31 32 33>, <Buffer 31 32 33 34> ]
|
|
490
|
-
* // (This result is equal to: [buf2, buf1].)
|
|
491
|
-
* ```
|
|
492
|
-
* @since v0.11.13
|
|
493
|
-
* @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details.
|
|
494
|
-
*/
|
|
495
|
-
compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1;
|
|
496
|
-
/**
|
|
497
|
-
* Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled.
|
|
498
|
-
*
|
|
499
|
-
* ```js
|
|
500
|
-
* import { Buffer } from 'node:buffer';
|
|
501
|
-
*
|
|
502
|
-
* const buf = Buffer.alloc(5);
|
|
503
|
-
*
|
|
504
|
-
* console.log(buf);
|
|
505
|
-
* // Prints: <Buffer 00 00 00 00 00>
|
|
506
|
-
* ```
|
|
507
|
-
*
|
|
508
|
-
* If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
|
|
509
|
-
*
|
|
510
|
-
* If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`.
|
|
511
|
-
*
|
|
512
|
-
* ```js
|
|
513
|
-
* import { Buffer } from 'node:buffer';
|
|
514
|
-
*
|
|
515
|
-
* const buf = Buffer.alloc(5, 'a');
|
|
516
|
-
*
|
|
517
|
-
* console.log(buf);
|
|
518
|
-
* // Prints: <Buffer 61 61 61 61 61>
|
|
519
|
-
* ```
|
|
520
|
-
*
|
|
521
|
-
* If both `fill` and `encoding` are specified, the allocated `Buffer` will be
|
|
522
|
-
* initialized by calling `buf.fill(fill, encoding)`.
|
|
523
|
-
*
|
|
524
|
-
* ```js
|
|
525
|
-
* import { Buffer } from 'node:buffer';
|
|
526
|
-
*
|
|
527
|
-
* const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');
|
|
528
|
-
*
|
|
529
|
-
* console.log(buf);
|
|
530
|
-
* // Prints: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64>
|
|
531
|
-
* ```
|
|
532
|
-
*
|
|
533
|
-
* Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance
|
|
534
|
-
* contents will never contain sensitive data from previous allocations, including
|
|
535
|
-
* data that might not have been allocated for `Buffer`s.
|
|
536
|
-
*
|
|
537
|
-
* A `TypeError` will be thrown if `size` is not a number.
|
|
538
|
-
* @since v5.10.0
|
|
539
|
-
* @param size The desired length of the new `Buffer`.
|
|
540
|
-
* @param [fill=0] A value to pre-fill the new `Buffer` with.
|
|
541
|
-
* @param [encoding='utf8'] If `fill` is a string, this is its encoding.
|
|
542
|
-
*/
|
|
543
|
-
alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer;
|
|
544
|
-
/**
|
|
545
|
-
* Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown.
|
|
546
|
-
*
|
|
547
|
-
* The underlying memory for `Buffer` instances created in this way is _not_
|
|
548
|
-
* _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes.
|
|
549
|
-
*
|
|
550
|
-
* ```js
|
|
551
|
-
* import { Buffer } from 'node:buffer';
|
|
552
|
-
*
|
|
553
|
-
* const buf = Buffer.allocUnsafe(10);
|
|
554
|
-
*
|
|
555
|
-
* console.log(buf);
|
|
556
|
-
* // Prints (contents may vary): <Buffer a0 8b 28 3f 01 00 00 00 50 32>
|
|
557
|
-
*
|
|
558
|
-
* buf.fill(0);
|
|
559
|
-
*
|
|
560
|
-
* console.log(buf);
|
|
561
|
-
* // Prints: <Buffer 00 00 00 00 00 00 00 00 00 00>
|
|
562
|
-
* ```
|
|
563
|
-
*
|
|
564
|
-
* A `TypeError` will be thrown if `size` is not a number.
|
|
565
|
-
*
|
|
566
|
-
* The `Buffer` module pre-allocates an internal `Buffer` instance of
|
|
567
|
-
* size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`,
|
|
568
|
-
* and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two).
|
|
569
|
-
*
|
|
570
|
-
* Use of this pre-allocated internal memory pool is a key difference between
|
|
571
|
-
* calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`.
|
|
572
|
-
* Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less
|
|
573
|
-
* than or equal to half `Buffer.poolSize`. The
|
|
574
|
-
* difference is subtle but can be important when an application requires the
|
|
575
|
-
* additional performance that `Buffer.allocUnsafe()` provides.
|
|
576
|
-
* @since v5.10.0
|
|
577
|
-
* @param size The desired length of the new `Buffer`.
|
|
578
|
-
*/
|
|
579
|
-
allocUnsafe(size: number): Buffer;
|
|
580
|
-
/**
|
|
581
|
-
* Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if
|
|
582
|
-
* `size` is 0.
|
|
583
|
-
*
|
|
584
|
-
* The underlying memory for `Buffer` instances created in this way is _not_
|
|
585
|
-
* _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize
|
|
586
|
-
* such `Buffer` instances with zeroes.
|
|
587
|
-
*
|
|
588
|
-
* When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances,
|
|
589
|
-
* allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This
|
|
590
|
-
* allows applications to avoid the garbage collection overhead of creating many
|
|
591
|
-
* individually allocated `Buffer` instances. This approach improves both
|
|
592
|
-
* performance and memory usage by eliminating the need to track and clean up as
|
|
593
|
-
* many individual `ArrayBuffer` objects.
|
|
594
|
-
*
|
|
595
|
-
* However, in the case where a developer may need to retain a small chunk of
|
|
596
|
-
* memory from a pool for an indeterminate amount of time, it may be appropriate
|
|
597
|
-
* to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and
|
|
598
|
-
* then copying out the relevant bits.
|
|
599
|
-
*
|
|
600
|
-
* ```js
|
|
601
|
-
* import { Buffer } from 'node:buffer';
|
|
602
|
-
*
|
|
603
|
-
* // Need to keep around a few small chunks of memory.
|
|
604
|
-
* const store = [];
|
|
605
|
-
*
|
|
606
|
-
* socket.on('readable', () => {
|
|
607
|
-
* let data;
|
|
608
|
-
* while (null !== (data = readable.read())) {
|
|
609
|
-
* // Allocate for retained data.
|
|
610
|
-
* const sb = Buffer.allocUnsafeSlow(10);
|
|
611
|
-
*
|
|
612
|
-
* // Copy the data into the new allocation.
|
|
613
|
-
* data.copy(sb, 0, 0, 10);
|
|
614
|
-
*
|
|
615
|
-
* store.push(sb);
|
|
616
|
-
* }
|
|
617
|
-
* });
|
|
618
|
-
* ```
|
|
619
|
-
*
|
|
620
|
-
* A `TypeError` will be thrown if `size` is not a number.
|
|
621
|
-
* @since v5.12.0
|
|
622
|
-
* @param size The desired length of the new `Buffer`.
|
|
623
|
-
*/
|
|
624
|
-
allocUnsafeSlow(size: number): Buffer;
|
|
625
|
-
/**
|
|
626
|
-
* This is the size (in bytes) of pre-allocated internal `Buffer` instances used
|
|
627
|
-
* for pooling. This value may be modified.
|
|
628
|
-
* @since v0.11.3
|
|
629
|
-
*/
|
|
630
|
-
poolSize: number;
|
|
631
|
-
}
|
|
632
|
-
interface Buffer extends Uint8Array {
|
|
633
|
-
/**
|
|
634
|
-
* Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did
|
|
635
|
-
* not contain enough space to fit the entire string, only part of `string` will be
|
|
636
|
-
* written. However, partially encoded characters will not be written.
|
|
637
|
-
*
|
|
638
|
-
* ```js
|
|
639
|
-
* import { Buffer } from 'node:buffer';
|
|
640
|
-
*
|
|
641
|
-
* const buf = Buffer.alloc(256);
|
|
642
|
-
*
|
|
643
|
-
* const len = buf.write('\u00bd + \u00bc = \u00be', 0);
|
|
644
|
-
*
|
|
645
|
-
* console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`);
|
|
646
|
-
* // Prints: 12 bytes: ½ + ¼ = ¾
|
|
647
|
-
*
|
|
648
|
-
* const buffer = Buffer.alloc(10);
|
|
649
|
-
*
|
|
650
|
-
* const length = buffer.write('abcd', 8);
|
|
651
|
-
*
|
|
652
|
-
* console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`);
|
|
653
|
-
* // Prints: 2 bytes : ab
|
|
654
|
-
* ```
|
|
655
|
-
* @since v0.1.90
|
|
656
|
-
* @param string String to write to `buf`.
|
|
657
|
-
* @param [offset=0] Number of bytes to skip before starting to write `string`.
|
|
658
|
-
* @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`).
|
|
659
|
-
* @param [encoding='utf8'] The character encoding of `string`.
|
|
660
|
-
* @return Number of bytes written.
|
|
661
|
-
*/
|
|
662
|
-
write(string: string, encoding?: BufferEncoding): number;
|
|
663
|
-
write(string: string, offset: number, encoding?: BufferEncoding): number;
|
|
664
|
-
write(string: string, offset: number, length: number, encoding?: BufferEncoding): number;
|
|
665
|
-
/**
|
|
666
|
-
* Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`.
|
|
667
|
-
*
|
|
668
|
-
* If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8,
|
|
669
|
-
* then each invalid byte is replaced with the replacement character `U+FFFD`.
|
|
670
|
-
*
|
|
671
|
-
* The maximum length of a string instance (in UTF-16 code units) is available
|
|
672
|
-
* as {@link constants.MAX_STRING_LENGTH}.
|
|
673
|
-
*
|
|
674
|
-
* ```js
|
|
675
|
-
* import { Buffer } from 'node:buffer';
|
|
676
|
-
*
|
|
677
|
-
* const buf1 = Buffer.allocUnsafe(26);
|
|
678
|
-
*
|
|
679
|
-
* for (let i = 0; i < 26; i++) {
|
|
680
|
-
* // 97 is the decimal ASCII value for 'a'.
|
|
681
|
-
* buf1[i] = i + 97;
|
|
682
|
-
* }
|
|
683
|
-
*
|
|
684
|
-
* console.log(buf1.toString('utf8'));
|
|
685
|
-
* // Prints: abcdefghijklmnopqrstuvwxyz
|
|
686
|
-
* console.log(buf1.toString('utf8', 0, 5));
|
|
687
|
-
* // Prints: abcde
|
|
688
|
-
*
|
|
689
|
-
* const buf2 = Buffer.from('tést');
|
|
690
|
-
*
|
|
691
|
-
* console.log(buf2.toString('hex'));
|
|
692
|
-
* // Prints: 74c3a97374
|
|
693
|
-
* console.log(buf2.toString('utf8', 0, 3));
|
|
694
|
-
* // Prints: té
|
|
695
|
-
* console.log(buf2.toString(undefined, 0, 3));
|
|
696
|
-
* // Prints: té
|
|
697
|
-
* ```
|
|
698
|
-
* @since v0.1.90
|
|
699
|
-
* @param [encoding='utf8'] The character encoding to use.
|
|
700
|
-
* @param [start=0] The byte offset to start decoding at.
|
|
701
|
-
* @param [end=buf.length] The byte offset to stop decoding at (not inclusive).
|
|
702
|
-
*/
|
|
703
|
-
toString(encoding?: BufferEncoding, start?: number, end?: number): string;
|
|
704
|
-
/**
|
|
705
|
-
* Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls
|
|
706
|
-
* this function when stringifying a `Buffer` instance.
|
|
707
|
-
*
|
|
708
|
-
* `Buffer.from()` accepts objects in the format returned from this method.
|
|
709
|
-
* In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`.
|
|
710
|
-
*
|
|
711
|
-
* ```js
|
|
712
|
-
* import { Buffer } from 'node:buffer';
|
|
713
|
-
*
|
|
714
|
-
* const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]);
|
|
715
|
-
* const json = JSON.stringify(buf);
|
|
716
|
-
*
|
|
717
|
-
* console.log(json);
|
|
718
|
-
* // Prints: {"type":"Buffer","data":[1,2,3,4,5]}
|
|
719
|
-
*
|
|
720
|
-
* const copy = JSON.parse(json, (key, value) => {
|
|
721
|
-
* return value && value.type === 'Buffer' ?
|
|
722
|
-
* Buffer.from(value) :
|
|
723
|
-
* value;
|
|
724
|
-
* });
|
|
725
|
-
*
|
|
726
|
-
* console.log(copy);
|
|
727
|
-
* // Prints: <Buffer 01 02 03 04 05>
|
|
728
|
-
* ```
|
|
729
|
-
* @since v0.9.2
|
|
730
|
-
*/
|
|
731
|
-
toJSON(): {
|
|
732
|
-
type: "Buffer";
|
|
733
|
-
data: number[];
|
|
734
|
-
};
|
|
735
|
-
/**
|
|
736
|
-
* Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`.
|
|
737
|
-
*
|
|
738
|
-
* ```js
|
|
739
|
-
* import { Buffer } from 'node:buffer';
|
|
740
|
-
*
|
|
741
|
-
* const buf1 = Buffer.from('ABC');
|
|
742
|
-
* const buf2 = Buffer.from('414243', 'hex');
|
|
743
|
-
* const buf3 = Buffer.from('ABCD');
|
|
744
|
-
*
|
|
745
|
-
* console.log(buf1.equals(buf2));
|
|
746
|
-
* // Prints: true
|
|
747
|
-
* console.log(buf1.equals(buf3));
|
|
748
|
-
* // Prints: false
|
|
749
|
-
* ```
|
|
750
|
-
* @since v0.11.13
|
|
751
|
-
* @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`.
|
|
752
|
-
*/
|
|
753
|
-
equals(otherBuffer: Uint8Array): boolean;
|
|
754
|
-
/**
|
|
755
|
-
* Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order.
|
|
756
|
-
* Comparison is based on the actual sequence of bytes in each `Buffer`.
|
|
757
|
-
*
|
|
758
|
-
* * `0` is returned if `target` is the same as `buf`
|
|
759
|
-
* * `1` is returned if `target` should come _before_`buf` when sorted.
|
|
760
|
-
* * `-1` is returned if `target` should come _after_`buf` when sorted.
|
|
761
|
-
*
|
|
762
|
-
* ```js
|
|
763
|
-
* import { Buffer } from 'node:buffer';
|
|
764
|
-
*
|
|
765
|
-
* const buf1 = Buffer.from('ABC');
|
|
766
|
-
* const buf2 = Buffer.from('BCD');
|
|
767
|
-
* const buf3 = Buffer.from('ABCD');
|
|
768
|
-
*
|
|
769
|
-
* console.log(buf1.compare(buf1));
|
|
770
|
-
* // Prints: 0
|
|
771
|
-
* console.log(buf1.compare(buf2));
|
|
772
|
-
* // Prints: -1
|
|
773
|
-
* console.log(buf1.compare(buf3));
|
|
774
|
-
* // Prints: -1
|
|
775
|
-
* console.log(buf2.compare(buf1));
|
|
776
|
-
* // Prints: 1
|
|
777
|
-
* console.log(buf2.compare(buf3));
|
|
778
|
-
* // Prints: 1
|
|
779
|
-
* console.log([buf1, buf2, buf3].sort(Buffer.compare));
|
|
780
|
-
* // Prints: [ <Buffer 41 42 43>, <Buffer 41 42 43 44>, <Buffer 42 43 44> ]
|
|
781
|
-
* // (This result is equal to: [buf1, buf3, buf2].)
|
|
782
|
-
* ```
|
|
783
|
-
*
|
|
784
|
-
* The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively.
|
|
785
|
-
*
|
|
786
|
-
* ```js
|
|
787
|
-
* import { Buffer } from 'node:buffer';
|
|
788
|
-
*
|
|
789
|
-
* const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]);
|
|
790
|
-
* const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]);
|
|
791
|
-
*
|
|
792
|
-
* console.log(buf1.compare(buf2, 5, 9, 0, 4));
|
|
793
|
-
* // Prints: 0
|
|
794
|
-
* console.log(buf1.compare(buf2, 0, 6, 4));
|
|
795
|
-
* // Prints: -1
|
|
796
|
-
* console.log(buf1.compare(buf2, 5, 6, 5));
|
|
797
|
-
* // Prints: 1
|
|
798
|
-
* ```
|
|
799
|
-
*
|
|
800
|
-
* `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`.
|
|
801
|
-
* @since v0.11.13
|
|
802
|
-
* @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`.
|
|
803
|
-
* @param [targetStart=0] The offset within `target` at which to begin comparison.
|
|
804
|
-
* @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive).
|
|
805
|
-
* @param [sourceStart=0] The offset within `buf` at which to begin comparison.
|
|
806
|
-
* @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive).
|
|
807
|
-
*/
|
|
808
|
-
compare(
|
|
809
|
-
target: Uint8Array,
|
|
810
|
-
targetStart?: number,
|
|
811
|
-
targetEnd?: number,
|
|
812
|
-
sourceStart?: number,
|
|
813
|
-
sourceEnd?: number,
|
|
814
|
-
): -1 | 0 | 1;
|
|
815
|
-
/**
|
|
816
|
-
* Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`.
|
|
817
|
-
*
|
|
818
|
-
* [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available
|
|
819
|
-
* for all TypedArrays, including Node.js `Buffer`s, although it takes
|
|
820
|
-
* different function arguments.
|
|
821
|
-
*
|
|
822
|
-
* ```js
|
|
823
|
-
* import { Buffer } from 'node:buffer';
|
|
824
|
-
*
|
|
825
|
-
* // Create two `Buffer` instances.
|
|
826
|
-
* const buf1 = Buffer.allocUnsafe(26);
|
|
827
|
-
* const buf2 = Buffer.allocUnsafe(26).fill('!');
|
|
828
|
-
*
|
|
829
|
-
* for (let i = 0; i < 26; i++) {
|
|
830
|
-
* // 97 is the decimal ASCII value for 'a'.
|
|
831
|
-
* buf1[i] = i + 97;
|
|
832
|
-
* }
|
|
833
|
-
*
|
|
834
|
-
* // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`.
|
|
835
|
-
* buf1.copy(buf2, 8, 16, 20);
|
|
836
|
-
* // This is equivalent to:
|
|
837
|
-
* // buf2.set(buf1.subarray(16, 20), 8);
|
|
838
|
-
*
|
|
839
|
-
* console.log(buf2.toString('ascii', 0, 25));
|
|
840
|
-
* // Prints: !!!!!!!!qrst!!!!!!!!!!!!!
|
|
841
|
-
* ```
|
|
842
|
-
*
|
|
843
|
-
* ```js
|
|
844
|
-
* import { Buffer } from 'node:buffer';
|
|
845
|
-
*
|
|
846
|
-
* // Create a `Buffer` and copy data from one region to an overlapping region
|
|
847
|
-
* // within the same `Buffer`.
|
|
848
|
-
*
|
|
849
|
-
* const buf = Buffer.allocUnsafe(26);
|
|
850
|
-
*
|
|
851
|
-
* for (let i = 0; i < 26; i++) {
|
|
852
|
-
* // 97 is the decimal ASCII value for 'a'.
|
|
853
|
-
* buf[i] = i + 97;
|
|
854
|
-
* }
|
|
855
|
-
*
|
|
856
|
-
* buf.copy(buf, 0, 4, 10);
|
|
857
|
-
*
|
|
858
|
-
* console.log(buf.toString());
|
|
859
|
-
* // Prints: efghijghijklmnopqrstuvwxyz
|
|
860
|
-
* ```
|
|
861
|
-
* @since v0.1.90
|
|
862
|
-
* @param target A `Buffer` or {@link Uint8Array} to copy into.
|
|
863
|
-
* @param [targetStart=0] The offset within `target` at which to begin writing.
|
|
864
|
-
* @param [sourceStart=0] The offset within `buf` from which to begin copying.
|
|
865
|
-
* @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive).
|
|
866
|
-
* @return The number of bytes copied.
|
|
867
|
-
*/
|
|
868
|
-
copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
|
|
869
|
-
/**
|
|
870
|
-
* Returns a new `Buffer` that references the same memory as the original, but
|
|
871
|
-
* offset and cropped by the `start` and `end` indices.
|
|
872
|
-
*
|
|
873
|
-
* This method is not compatible with the `Uint8Array.prototype.slice()`,
|
|
874
|
-
* which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`.
|
|
875
|
-
*
|
|
876
|
-
* ```js
|
|
877
|
-
* import { Buffer } from 'node:buffer';
|
|
878
|
-
*
|
|
879
|
-
* const buf = Buffer.from('buffer');
|
|
880
|
-
*
|
|
881
|
-
* const copiedBuf = Uint8Array.prototype.slice.call(buf);
|
|
882
|
-
* copiedBuf[0]++;
|
|
883
|
-
* console.log(copiedBuf.toString());
|
|
884
|
-
* // Prints: cuffer
|
|
885
|
-
*
|
|
886
|
-
* console.log(buf.toString());
|
|
887
|
-
* // Prints: buffer
|
|
888
|
-
*
|
|
889
|
-
* // With buf.slice(), the original buffer is modified.
|
|
890
|
-
* const notReallyCopiedBuf = buf.slice();
|
|
891
|
-
* notReallyCopiedBuf[0]++;
|
|
892
|
-
* console.log(notReallyCopiedBuf.toString());
|
|
893
|
-
* // Prints: cuffer
|
|
894
|
-
* console.log(buf.toString());
|
|
895
|
-
* // Also prints: cuffer (!)
|
|
896
|
-
* ```
|
|
897
|
-
* @since v0.3.0
|
|
898
|
-
* @deprecated Use `subarray` instead.
|
|
899
|
-
* @param [start=0] Where the new `Buffer` will start.
|
|
900
|
-
* @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
|
|
901
|
-
*/
|
|
902
|
-
slice(start?: number, end?: number): Buffer;
|
|
903
|
-
/**
|
|
904
|
-
* Returns a new `Buffer` that references the same memory as the original, but
|
|
905
|
-
* offset and cropped by the `start` and `end` indices.
|
|
906
|
-
*
|
|
907
|
-
* Specifying `end` greater than `buf.length` will return the same result as
|
|
908
|
-
* that of `end` equal to `buf.length`.
|
|
909
|
-
*
|
|
910
|
-
* This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray).
|
|
911
|
-
*
|
|
912
|
-
* Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap.
|
|
913
|
-
*
|
|
914
|
-
* ```js
|
|
915
|
-
* import { Buffer } from 'node:buffer';
|
|
916
|
-
*
|
|
917
|
-
* // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte
|
|
918
|
-
* // from the original `Buffer`.
|
|
919
|
-
*
|
|
920
|
-
* const buf1 = Buffer.allocUnsafe(26);
|
|
921
|
-
*
|
|
922
|
-
* for (let i = 0; i < 26; i++) {
|
|
923
|
-
* // 97 is the decimal ASCII value for 'a'.
|
|
924
|
-
* buf1[i] = i + 97;
|
|
925
|
-
* }
|
|
926
|
-
*
|
|
927
|
-
* const buf2 = buf1.subarray(0, 3);
|
|
928
|
-
*
|
|
929
|
-
* console.log(buf2.toString('ascii', 0, buf2.length));
|
|
930
|
-
* // Prints: abc
|
|
931
|
-
*
|
|
932
|
-
* buf1[0] = 33;
|
|
933
|
-
*
|
|
934
|
-
* console.log(buf2.toString('ascii', 0, buf2.length));
|
|
935
|
-
* // Prints: !bc
|
|
936
|
-
* ```
|
|
937
|
-
*
|
|
938
|
-
* Specifying negative indexes causes the slice to be generated relative to the
|
|
939
|
-
* end of `buf` rather than the beginning.
|
|
940
|
-
*
|
|
941
|
-
* ```js
|
|
942
|
-
* import { Buffer } from 'node:buffer';
|
|
943
|
-
*
|
|
944
|
-
* const buf = Buffer.from('buffer');
|
|
945
|
-
*
|
|
946
|
-
* console.log(buf.subarray(-6, -1).toString());
|
|
947
|
-
* // Prints: buffe
|
|
948
|
-
* // (Equivalent to buf.subarray(0, 5).)
|
|
949
|
-
*
|
|
950
|
-
* console.log(buf.subarray(-6, -2).toString());
|
|
951
|
-
* // Prints: buff
|
|
952
|
-
* // (Equivalent to buf.subarray(0, 4).)
|
|
953
|
-
*
|
|
954
|
-
* console.log(buf.subarray(-5, -2).toString());
|
|
955
|
-
* // Prints: uff
|
|
956
|
-
* // (Equivalent to buf.subarray(1, 4).)
|
|
957
|
-
* ```
|
|
958
|
-
* @since v3.0.0
|
|
959
|
-
* @param [start=0] Where the new `Buffer` will start.
|
|
960
|
-
* @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
|
|
961
|
-
*/
|
|
962
|
-
subarray(start?: number, end?: number): Buffer;
|
|
963
|
-
/**
|
|
964
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian.
|
|
965
|
-
*
|
|
966
|
-
* `value` is interpreted and written as a two's complement signed integer.
|
|
967
|
-
*
|
|
968
|
-
* ```js
|
|
969
|
-
* import { Buffer } from 'node:buffer';
|
|
970
|
-
*
|
|
971
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
972
|
-
*
|
|
973
|
-
* buf.writeBigInt64BE(0x0102030405060708n, 0);
|
|
974
|
-
*
|
|
975
|
-
* console.log(buf);
|
|
976
|
-
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
977
|
-
* ```
|
|
978
|
-
* @since v12.0.0, v10.20.0
|
|
979
|
-
* @param value Number to be written to `buf`.
|
|
980
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
981
|
-
* @return `offset` plus the number of bytes written.
|
|
982
|
-
*/
|
|
983
|
-
writeBigInt64BE(value: bigint, offset?: number): number;
|
|
984
|
-
/**
|
|
985
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian.
|
|
986
|
-
*
|
|
987
|
-
* `value` is interpreted and written as a two's complement signed integer.
|
|
988
|
-
*
|
|
989
|
-
* ```js
|
|
990
|
-
* import { Buffer } from 'node:buffer';
|
|
991
|
-
*
|
|
992
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
993
|
-
*
|
|
994
|
-
* buf.writeBigInt64LE(0x0102030405060708n, 0);
|
|
995
|
-
*
|
|
996
|
-
* console.log(buf);
|
|
997
|
-
* // Prints: <Buffer 08 07 06 05 04 03 02 01>
|
|
998
|
-
* ```
|
|
999
|
-
* @since v12.0.0, v10.20.0
|
|
1000
|
-
* @param value Number to be written to `buf`.
|
|
1001
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1002
|
-
* @return `offset` plus the number of bytes written.
|
|
1003
|
-
*/
|
|
1004
|
-
writeBigInt64LE(value: bigint, offset?: number): number;
|
|
1005
|
-
/**
|
|
1006
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian.
|
|
1007
|
-
*
|
|
1008
|
-
* This function is also available under the `writeBigUint64BE` alias.
|
|
1009
|
-
*
|
|
1010
|
-
* ```js
|
|
1011
|
-
* import { Buffer } from 'node:buffer';
|
|
1012
|
-
*
|
|
1013
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
1014
|
-
*
|
|
1015
|
-
* buf.writeBigUInt64BE(0xdecafafecacefaden, 0);
|
|
1016
|
-
*
|
|
1017
|
-
* console.log(buf);
|
|
1018
|
-
* // Prints: <Buffer de ca fa fe ca ce fa de>
|
|
1019
|
-
* ```
|
|
1020
|
-
* @since v12.0.0, v10.20.0
|
|
1021
|
-
* @param value Number to be written to `buf`.
|
|
1022
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1023
|
-
* @return `offset` plus the number of bytes written.
|
|
1024
|
-
*/
|
|
1025
|
-
writeBigUInt64BE(value: bigint, offset?: number): number;
|
|
1026
|
-
/**
|
|
1027
|
-
* @alias Buffer.writeBigUInt64BE
|
|
1028
|
-
* @since v14.10.0, v12.19.0
|
|
1029
|
-
*/
|
|
1030
|
-
writeBigUint64BE(value: bigint, offset?: number): number;
|
|
1031
|
-
/**
|
|
1032
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian
|
|
1033
|
-
*
|
|
1034
|
-
* ```js
|
|
1035
|
-
* import { Buffer } from 'node:buffer';
|
|
1036
|
-
*
|
|
1037
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
1038
|
-
*
|
|
1039
|
-
* buf.writeBigUInt64LE(0xdecafafecacefaden, 0);
|
|
1040
|
-
*
|
|
1041
|
-
* console.log(buf);
|
|
1042
|
-
* // Prints: <Buffer de fa ce ca fe fa ca de>
|
|
1043
|
-
* ```
|
|
1044
|
-
*
|
|
1045
|
-
* This function is also available under the `writeBigUint64LE` alias.
|
|
1046
|
-
* @since v12.0.0, v10.20.0
|
|
1047
|
-
* @param value Number to be written to `buf`.
|
|
1048
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1049
|
-
* @return `offset` plus the number of bytes written.
|
|
1050
|
-
*/
|
|
1051
|
-
writeBigUInt64LE(value: bigint, offset?: number): number;
|
|
1052
|
-
/**
|
|
1053
|
-
* @alias Buffer.writeBigUInt64LE
|
|
1054
|
-
* @since v14.10.0, v12.19.0
|
|
1055
|
-
*/
|
|
1056
|
-
writeBigUint64LE(value: bigint, offset?: number): number;
|
|
1057
|
-
/**
|
|
1058
|
-
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1059
|
-
* when `value` is anything other than an unsigned integer.
|
|
1060
|
-
*
|
|
1061
|
-
* This function is also available under the `writeUintLE` alias.
|
|
1062
|
-
*
|
|
1063
|
-
* ```js
|
|
1064
|
-
* import { Buffer } from 'node:buffer';
|
|
1065
|
-
*
|
|
1066
|
-
* const buf = Buffer.allocUnsafe(6);
|
|
1067
|
-
*
|
|
1068
|
-
* buf.writeUIntLE(0x1234567890ab, 0, 6);
|
|
1069
|
-
*
|
|
1070
|
-
* console.log(buf);
|
|
1071
|
-
* // Prints: <Buffer ab 90 78 56 34 12>
|
|
1072
|
-
* ```
|
|
1073
|
-
* @since v0.5.5
|
|
1074
|
-
* @param value Number to be written to `buf`.
|
|
1075
|
-
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1076
|
-
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1077
|
-
* @return `offset` plus the number of bytes written.
|
|
1078
|
-
*/
|
|
1079
|
-
writeUIntLE(value: number, offset: number, byteLength: number): number;
|
|
1080
|
-
/**
|
|
1081
|
-
* @alias Buffer.writeUIntLE
|
|
1082
|
-
* @since v14.9.0, v12.19.0
|
|
1083
|
-
*/
|
|
1084
|
-
writeUintLE(value: number, offset: number, byteLength: number): number;
|
|
1085
|
-
/**
|
|
1086
|
-
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1087
|
-
* when `value` is anything other than an unsigned integer.
|
|
1088
|
-
*
|
|
1089
|
-
* This function is also available under the `writeUintBE` alias.
|
|
1090
|
-
*
|
|
1091
|
-
* ```js
|
|
1092
|
-
* import { Buffer } from 'node:buffer';
|
|
1093
|
-
*
|
|
1094
|
-
* const buf = Buffer.allocUnsafe(6);
|
|
1095
|
-
*
|
|
1096
|
-
* buf.writeUIntBE(0x1234567890ab, 0, 6);
|
|
1097
|
-
*
|
|
1098
|
-
* console.log(buf);
|
|
1099
|
-
* // Prints: <Buffer 12 34 56 78 90 ab>
|
|
1100
|
-
* ```
|
|
1101
|
-
* @since v0.5.5
|
|
1102
|
-
* @param value Number to be written to `buf`.
|
|
1103
|
-
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1104
|
-
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1105
|
-
* @return `offset` plus the number of bytes written.
|
|
1106
|
-
*/
|
|
1107
|
-
writeUIntBE(value: number, offset: number, byteLength: number): number;
|
|
1108
|
-
/**
|
|
1109
|
-
* @alias Buffer.writeUIntBE
|
|
1110
|
-
* @since v14.9.0, v12.19.0
|
|
1111
|
-
*/
|
|
1112
|
-
writeUintBE(value: number, offset: number, byteLength: number): number;
|
|
1113
|
-
/**
|
|
1114
|
-
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined
|
|
1115
|
-
* when `value` is anything other than a signed integer.
|
|
1116
|
-
*
|
|
1117
|
-
* ```js
|
|
1118
|
-
* import { Buffer } from 'node:buffer';
|
|
1119
|
-
*
|
|
1120
|
-
* const buf = Buffer.allocUnsafe(6);
|
|
1121
|
-
*
|
|
1122
|
-
* buf.writeIntLE(0x1234567890ab, 0, 6);
|
|
1123
|
-
*
|
|
1124
|
-
* console.log(buf);
|
|
1125
|
-
* // Prints: <Buffer ab 90 78 56 34 12>
|
|
1126
|
-
* ```
|
|
1127
|
-
* @since v0.11.15
|
|
1128
|
-
* @param value Number to be written to `buf`.
|
|
1129
|
-
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1130
|
-
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1131
|
-
* @return `offset` plus the number of bytes written.
|
|
1132
|
-
*/
|
|
1133
|
-
writeIntLE(value: number, offset: number, byteLength: number): number;
|
|
1134
|
-
/**
|
|
1135
|
-
* Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a
|
|
1136
|
-
* signed integer.
|
|
1137
|
-
*
|
|
1138
|
-
* ```js
|
|
1139
|
-
* import { Buffer } from 'node:buffer';
|
|
1140
|
-
*
|
|
1141
|
-
* const buf = Buffer.allocUnsafe(6);
|
|
1142
|
-
*
|
|
1143
|
-
* buf.writeIntBE(0x1234567890ab, 0, 6);
|
|
1144
|
-
*
|
|
1145
|
-
* console.log(buf);
|
|
1146
|
-
* // Prints: <Buffer 12 34 56 78 90 ab>
|
|
1147
|
-
* ```
|
|
1148
|
-
* @since v0.11.15
|
|
1149
|
-
* @param value Number to be written to `buf`.
|
|
1150
|
-
* @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1151
|
-
* @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`.
|
|
1152
|
-
* @return `offset` plus the number of bytes written.
|
|
1153
|
-
*/
|
|
1154
|
-
writeIntBE(value: number, offset: number, byteLength: number): number;
|
|
1155
|
-
/**
|
|
1156
|
-
* Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1157
|
-
*
|
|
1158
|
-
* This function is also available under the `readBigUint64BE` alias.
|
|
1159
|
-
*
|
|
1160
|
-
* ```js
|
|
1161
|
-
* import { Buffer } from 'node:buffer';
|
|
1162
|
-
*
|
|
1163
|
-
* const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
|
|
1164
|
-
*
|
|
1165
|
-
* console.log(buf.readBigUInt64BE(0));
|
|
1166
|
-
* // Prints: 4294967295n
|
|
1167
|
-
* ```
|
|
1168
|
-
* @since v12.0.0, v10.20.0
|
|
1169
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1170
|
-
*/
|
|
1171
|
-
readBigUInt64BE(offset?: number): bigint;
|
|
1172
|
-
/**
|
|
1173
|
-
* @alias Buffer.readBigUInt64BE
|
|
1174
|
-
* @since v14.10.0, v12.19.0
|
|
1175
|
-
*/
|
|
1176
|
-
readBigUint64BE(offset?: number): bigint;
|
|
1177
|
-
/**
|
|
1178
|
-
* Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1179
|
-
*
|
|
1180
|
-
* This function is also available under the `readBigUint64LE` alias.
|
|
1181
|
-
*
|
|
1182
|
-
* ```js
|
|
1183
|
-
* import { Buffer } from 'node:buffer';
|
|
1184
|
-
*
|
|
1185
|
-
* const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]);
|
|
1186
|
-
*
|
|
1187
|
-
* console.log(buf.readBigUInt64LE(0));
|
|
1188
|
-
* // Prints: 18446744069414584320n
|
|
1189
|
-
* ```
|
|
1190
|
-
* @since v12.0.0, v10.20.0
|
|
1191
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1192
|
-
*/
|
|
1193
|
-
readBigUInt64LE(offset?: number): bigint;
|
|
1194
|
-
/**
|
|
1195
|
-
* @alias Buffer.readBigUInt64LE
|
|
1196
|
-
* @since v14.10.0, v12.19.0
|
|
1197
|
-
*/
|
|
1198
|
-
readBigUint64LE(offset?: number): bigint;
|
|
1199
|
-
/**
|
|
1200
|
-
* Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`.
|
|
1201
|
-
*
|
|
1202
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed
|
|
1203
|
-
* values.
|
|
1204
|
-
* @since v12.0.0, v10.20.0
|
|
1205
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1206
|
-
*/
|
|
1207
|
-
readBigInt64BE(offset?: number): bigint;
|
|
1208
|
-
/**
|
|
1209
|
-
* Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`.
|
|
1210
|
-
*
|
|
1211
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed
|
|
1212
|
-
* values.
|
|
1213
|
-
* @since v12.0.0, v10.20.0
|
|
1214
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`.
|
|
1215
|
-
*/
|
|
1216
|
-
readBigInt64LE(offset?: number): bigint;
|
|
1217
|
-
/**
|
|
1218
|
-
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting
|
|
1219
|
-
* up to 48 bits of accuracy.
|
|
1220
|
-
*
|
|
1221
|
-
* This function is also available under the `readUintLE` alias.
|
|
1222
|
-
*
|
|
1223
|
-
* ```js
|
|
1224
|
-
* import { Buffer } from 'node:buffer';
|
|
1225
|
-
*
|
|
1226
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1227
|
-
*
|
|
1228
|
-
* console.log(buf.readUIntLE(0, 6).toString(16));
|
|
1229
|
-
* // Prints: ab9078563412
|
|
1230
|
-
* ```
|
|
1231
|
-
* @since v0.11.15
|
|
1232
|
-
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1233
|
-
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1234
|
-
*/
|
|
1235
|
-
readUIntLE(offset: number, byteLength: number): number;
|
|
1236
|
-
/**
|
|
1237
|
-
* @alias Buffer.readUIntLE
|
|
1238
|
-
* @since v14.9.0, v12.19.0
|
|
1239
|
-
*/
|
|
1240
|
-
readUintLE(offset: number, byteLength: number): number;
|
|
1241
|
-
/**
|
|
1242
|
-
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting
|
|
1243
|
-
* up to 48 bits of accuracy.
|
|
1244
|
-
*
|
|
1245
|
-
* This function is also available under the `readUintBE` alias.
|
|
1246
|
-
*
|
|
1247
|
-
* ```js
|
|
1248
|
-
* import { Buffer } from 'node:buffer';
|
|
1249
|
-
*
|
|
1250
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1251
|
-
*
|
|
1252
|
-
* console.log(buf.readUIntBE(0, 6).toString(16));
|
|
1253
|
-
* // Prints: 1234567890ab
|
|
1254
|
-
* console.log(buf.readUIntBE(1, 6).toString(16));
|
|
1255
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1256
|
-
* ```
|
|
1257
|
-
* @since v0.11.15
|
|
1258
|
-
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1259
|
-
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1260
|
-
*/
|
|
1261
|
-
readUIntBE(offset: number, byteLength: number): number;
|
|
1262
|
-
/**
|
|
1263
|
-
* @alias Buffer.readUIntBE
|
|
1264
|
-
* @since v14.9.0, v12.19.0
|
|
1265
|
-
*/
|
|
1266
|
-
readUintBE(offset: number, byteLength: number): number;
|
|
1267
|
-
/**
|
|
1268
|
-
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value
|
|
1269
|
-
* supporting up to 48 bits of accuracy.
|
|
1270
|
-
*
|
|
1271
|
-
* ```js
|
|
1272
|
-
* import { Buffer } from 'node:buffer';
|
|
1273
|
-
*
|
|
1274
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1275
|
-
*
|
|
1276
|
-
* console.log(buf.readIntLE(0, 6).toString(16));
|
|
1277
|
-
* // Prints: -546f87a9cbee
|
|
1278
|
-
* ```
|
|
1279
|
-
* @since v0.11.15
|
|
1280
|
-
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1281
|
-
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1282
|
-
*/
|
|
1283
|
-
readIntLE(offset: number, byteLength: number): number;
|
|
1284
|
-
/**
|
|
1285
|
-
* Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value
|
|
1286
|
-
* supporting up to 48 bits of accuracy.
|
|
1287
|
-
*
|
|
1288
|
-
* ```js
|
|
1289
|
-
* import { Buffer } from 'node:buffer';
|
|
1290
|
-
*
|
|
1291
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]);
|
|
1292
|
-
*
|
|
1293
|
-
* console.log(buf.readIntBE(0, 6).toString(16));
|
|
1294
|
-
* // Prints: 1234567890ab
|
|
1295
|
-
* console.log(buf.readIntBE(1, 6).toString(16));
|
|
1296
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1297
|
-
* console.log(buf.readIntBE(1, 0).toString(16));
|
|
1298
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1299
|
-
* ```
|
|
1300
|
-
* @since v0.11.15
|
|
1301
|
-
* @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`.
|
|
1302
|
-
* @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`.
|
|
1303
|
-
*/
|
|
1304
|
-
readIntBE(offset: number, byteLength: number): number;
|
|
1305
|
-
/**
|
|
1306
|
-
* Reads an unsigned 8-bit integer from `buf` at the specified `offset`.
|
|
1307
|
-
*
|
|
1308
|
-
* This function is also available under the `readUint8` alias.
|
|
1309
|
-
*
|
|
1310
|
-
* ```js
|
|
1311
|
-
* import { Buffer } from 'node:buffer';
|
|
1312
|
-
*
|
|
1313
|
-
* const buf = Buffer.from([1, -2]);
|
|
1314
|
-
*
|
|
1315
|
-
* console.log(buf.readUInt8(0));
|
|
1316
|
-
* // Prints: 1
|
|
1317
|
-
* console.log(buf.readUInt8(1));
|
|
1318
|
-
* // Prints: 254
|
|
1319
|
-
* console.log(buf.readUInt8(2));
|
|
1320
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1321
|
-
* ```
|
|
1322
|
-
* @since v0.5.0
|
|
1323
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1324
|
-
*/
|
|
1325
|
-
readUInt8(offset?: number): number;
|
|
1326
|
-
/**
|
|
1327
|
-
* @alias Buffer.readUInt8
|
|
1328
|
-
* @since v14.9.0, v12.19.0
|
|
1329
|
-
*/
|
|
1330
|
-
readUint8(offset?: number): number;
|
|
1331
|
-
/**
|
|
1332
|
-
* Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`.
|
|
1333
|
-
*
|
|
1334
|
-
* This function is also available under the `readUint16LE` alias.
|
|
1335
|
-
*
|
|
1336
|
-
* ```js
|
|
1337
|
-
* import { Buffer } from 'node:buffer';
|
|
1338
|
-
*
|
|
1339
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56]);
|
|
1340
|
-
*
|
|
1341
|
-
* console.log(buf.readUInt16LE(0).toString(16));
|
|
1342
|
-
* // Prints: 3412
|
|
1343
|
-
* console.log(buf.readUInt16LE(1).toString(16));
|
|
1344
|
-
* // Prints: 5634
|
|
1345
|
-
* console.log(buf.readUInt16LE(2).toString(16));
|
|
1346
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1347
|
-
* ```
|
|
1348
|
-
* @since v0.5.5
|
|
1349
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1350
|
-
*/
|
|
1351
|
-
readUInt16LE(offset?: number): number;
|
|
1352
|
-
/**
|
|
1353
|
-
* @alias Buffer.readUInt16LE
|
|
1354
|
-
* @since v14.9.0, v12.19.0
|
|
1355
|
-
*/
|
|
1356
|
-
readUint16LE(offset?: number): number;
|
|
1357
|
-
/**
|
|
1358
|
-
* Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`.
|
|
1359
|
-
*
|
|
1360
|
-
* This function is also available under the `readUint16BE` alias.
|
|
1361
|
-
*
|
|
1362
|
-
* ```js
|
|
1363
|
-
* import { Buffer } from 'node:buffer';
|
|
1364
|
-
*
|
|
1365
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56]);
|
|
1366
|
-
*
|
|
1367
|
-
* console.log(buf.readUInt16BE(0).toString(16));
|
|
1368
|
-
* // Prints: 1234
|
|
1369
|
-
* console.log(buf.readUInt16BE(1).toString(16));
|
|
1370
|
-
* // Prints: 3456
|
|
1371
|
-
* ```
|
|
1372
|
-
* @since v0.5.5
|
|
1373
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1374
|
-
*/
|
|
1375
|
-
readUInt16BE(offset?: number): number;
|
|
1376
|
-
/**
|
|
1377
|
-
* @alias Buffer.readUInt16BE
|
|
1378
|
-
* @since v14.9.0, v12.19.0
|
|
1379
|
-
*/
|
|
1380
|
-
readUint16BE(offset?: number): number;
|
|
1381
|
-
/**
|
|
1382
|
-
* Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1383
|
-
*
|
|
1384
|
-
* This function is also available under the `readUint32LE` alias.
|
|
1385
|
-
*
|
|
1386
|
-
* ```js
|
|
1387
|
-
* import { Buffer } from 'node:buffer';
|
|
1388
|
-
*
|
|
1389
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
|
|
1390
|
-
*
|
|
1391
|
-
* console.log(buf.readUInt32LE(0).toString(16));
|
|
1392
|
-
* // Prints: 78563412
|
|
1393
|
-
* console.log(buf.readUInt32LE(1).toString(16));
|
|
1394
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1395
|
-
* ```
|
|
1396
|
-
* @since v0.5.5
|
|
1397
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1398
|
-
*/
|
|
1399
|
-
readUInt32LE(offset?: number): number;
|
|
1400
|
-
/**
|
|
1401
|
-
* @alias Buffer.readUInt32LE
|
|
1402
|
-
* @since v14.9.0, v12.19.0
|
|
1403
|
-
*/
|
|
1404
|
-
readUint32LE(offset?: number): number;
|
|
1405
|
-
/**
|
|
1406
|
-
* Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1407
|
-
*
|
|
1408
|
-
* This function is also available under the `readUint32BE` alias.
|
|
1409
|
-
*
|
|
1410
|
-
* ```js
|
|
1411
|
-
* import { Buffer } from 'node:buffer';
|
|
1412
|
-
*
|
|
1413
|
-
* const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]);
|
|
1414
|
-
*
|
|
1415
|
-
* console.log(buf.readUInt32BE(0).toString(16));
|
|
1416
|
-
* // Prints: 12345678
|
|
1417
|
-
* ```
|
|
1418
|
-
* @since v0.5.5
|
|
1419
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1420
|
-
*/
|
|
1421
|
-
readUInt32BE(offset?: number): number;
|
|
1422
|
-
/**
|
|
1423
|
-
* @alias Buffer.readUInt32BE
|
|
1424
|
-
* @since v14.9.0, v12.19.0
|
|
1425
|
-
*/
|
|
1426
|
-
readUint32BE(offset?: number): number;
|
|
1427
|
-
/**
|
|
1428
|
-
* Reads a signed 8-bit integer from `buf` at the specified `offset`.
|
|
1429
|
-
*
|
|
1430
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1431
|
-
*
|
|
1432
|
-
* ```js
|
|
1433
|
-
* import { Buffer } from 'node:buffer';
|
|
1434
|
-
*
|
|
1435
|
-
* const buf = Buffer.from([-1, 5]);
|
|
1436
|
-
*
|
|
1437
|
-
* console.log(buf.readInt8(0));
|
|
1438
|
-
* // Prints: -1
|
|
1439
|
-
* console.log(buf.readInt8(1));
|
|
1440
|
-
* // Prints: 5
|
|
1441
|
-
* console.log(buf.readInt8(2));
|
|
1442
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1443
|
-
* ```
|
|
1444
|
-
* @since v0.5.0
|
|
1445
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1446
|
-
*/
|
|
1447
|
-
readInt8(offset?: number): number;
|
|
1448
|
-
/**
|
|
1449
|
-
* Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`.
|
|
1450
|
-
*
|
|
1451
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1452
|
-
*
|
|
1453
|
-
* ```js
|
|
1454
|
-
* import { Buffer } from 'node:buffer';
|
|
1455
|
-
*
|
|
1456
|
-
* const buf = Buffer.from([0, 5]);
|
|
1457
|
-
*
|
|
1458
|
-
* console.log(buf.readInt16LE(0));
|
|
1459
|
-
* // Prints: 1280
|
|
1460
|
-
* console.log(buf.readInt16LE(1));
|
|
1461
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1462
|
-
* ```
|
|
1463
|
-
* @since v0.5.5
|
|
1464
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1465
|
-
*/
|
|
1466
|
-
readInt16LE(offset?: number): number;
|
|
1467
|
-
/**
|
|
1468
|
-
* Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`.
|
|
1469
|
-
*
|
|
1470
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1471
|
-
*
|
|
1472
|
-
* ```js
|
|
1473
|
-
* import { Buffer } from 'node:buffer';
|
|
1474
|
-
*
|
|
1475
|
-
* const buf = Buffer.from([0, 5]);
|
|
1476
|
-
*
|
|
1477
|
-
* console.log(buf.readInt16BE(0));
|
|
1478
|
-
* // Prints: 5
|
|
1479
|
-
* ```
|
|
1480
|
-
* @since v0.5.5
|
|
1481
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1482
|
-
*/
|
|
1483
|
-
readInt16BE(offset?: number): number;
|
|
1484
|
-
/**
|
|
1485
|
-
* Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`.
|
|
1486
|
-
*
|
|
1487
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1488
|
-
*
|
|
1489
|
-
* ```js
|
|
1490
|
-
* import { Buffer } from 'node:buffer';
|
|
1491
|
-
*
|
|
1492
|
-
* const buf = Buffer.from([0, 0, 0, 5]);
|
|
1493
|
-
*
|
|
1494
|
-
* console.log(buf.readInt32LE(0));
|
|
1495
|
-
* // Prints: 83886080
|
|
1496
|
-
* console.log(buf.readInt32LE(1));
|
|
1497
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1498
|
-
* ```
|
|
1499
|
-
* @since v0.5.5
|
|
1500
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1501
|
-
*/
|
|
1502
|
-
readInt32LE(offset?: number): number;
|
|
1503
|
-
/**
|
|
1504
|
-
* Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`.
|
|
1505
|
-
*
|
|
1506
|
-
* Integers read from a `Buffer` are interpreted as two's complement signed values.
|
|
1507
|
-
*
|
|
1508
|
-
* ```js
|
|
1509
|
-
* import { Buffer } from 'node:buffer';
|
|
1510
|
-
*
|
|
1511
|
-
* const buf = Buffer.from([0, 0, 0, 5]);
|
|
1512
|
-
*
|
|
1513
|
-
* console.log(buf.readInt32BE(0));
|
|
1514
|
-
* // Prints: 5
|
|
1515
|
-
* ```
|
|
1516
|
-
* @since v0.5.5
|
|
1517
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1518
|
-
*/
|
|
1519
|
-
readInt32BE(offset?: number): number;
|
|
1520
|
-
/**
|
|
1521
|
-
* Reads a 32-bit, little-endian float from `buf` at the specified `offset`.
|
|
1522
|
-
*
|
|
1523
|
-
* ```js
|
|
1524
|
-
* import { Buffer } from 'node:buffer';
|
|
1525
|
-
*
|
|
1526
|
-
* const buf = Buffer.from([1, 2, 3, 4]);
|
|
1527
|
-
*
|
|
1528
|
-
* console.log(buf.readFloatLE(0));
|
|
1529
|
-
* // Prints: 1.539989614439558e-36
|
|
1530
|
-
* console.log(buf.readFloatLE(1));
|
|
1531
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1532
|
-
* ```
|
|
1533
|
-
* @since v0.11.15
|
|
1534
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1535
|
-
*/
|
|
1536
|
-
readFloatLE(offset?: number): number;
|
|
1537
|
-
/**
|
|
1538
|
-
* Reads a 32-bit, big-endian float from `buf` at the specified `offset`.
|
|
1539
|
-
*
|
|
1540
|
-
* ```js
|
|
1541
|
-
* import { Buffer } from 'node:buffer';
|
|
1542
|
-
*
|
|
1543
|
-
* const buf = Buffer.from([1, 2, 3, 4]);
|
|
1544
|
-
*
|
|
1545
|
-
* console.log(buf.readFloatBE(0));
|
|
1546
|
-
* // Prints: 2.387939260590663e-38
|
|
1547
|
-
* ```
|
|
1548
|
-
* @since v0.11.15
|
|
1549
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1550
|
-
*/
|
|
1551
|
-
readFloatBE(offset?: number): number;
|
|
1552
|
-
/**
|
|
1553
|
-
* Reads a 64-bit, little-endian double from `buf` at the specified `offset`.
|
|
1554
|
-
*
|
|
1555
|
-
* ```js
|
|
1556
|
-
* import { Buffer } from 'node:buffer';
|
|
1557
|
-
*
|
|
1558
|
-
* const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
|
|
1559
|
-
*
|
|
1560
|
-
* console.log(buf.readDoubleLE(0));
|
|
1561
|
-
* // Prints: 5.447603722011605e-270
|
|
1562
|
-
* console.log(buf.readDoubleLE(1));
|
|
1563
|
-
* // Throws ERR_OUT_OF_RANGE.
|
|
1564
|
-
* ```
|
|
1565
|
-
* @since v0.11.15
|
|
1566
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1567
|
-
*/
|
|
1568
|
-
readDoubleLE(offset?: number): number;
|
|
1569
|
-
/**
|
|
1570
|
-
* Reads a 64-bit, big-endian double from `buf` at the specified `offset`.
|
|
1571
|
-
*
|
|
1572
|
-
* ```js
|
|
1573
|
-
* import { Buffer } from 'node:buffer';
|
|
1574
|
-
*
|
|
1575
|
-
* const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]);
|
|
1576
|
-
*
|
|
1577
|
-
* console.log(buf.readDoubleBE(0));
|
|
1578
|
-
* // Prints: 8.20788039913184e-304
|
|
1579
|
-
* ```
|
|
1580
|
-
* @since v0.11.15
|
|
1581
|
-
* @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1582
|
-
*/
|
|
1583
|
-
readDoubleBE(offset?: number): number;
|
|
1584
|
-
reverse(): this;
|
|
1585
|
-
/**
|
|
1586
|
-
* Interprets `buf` as an array of unsigned 16-bit integers and swaps the
|
|
1587
|
-
* byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2.
|
|
1588
|
-
*
|
|
1589
|
-
* ```js
|
|
1590
|
-
* import { Buffer } from 'node:buffer';
|
|
1591
|
-
*
|
|
1592
|
-
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1593
|
-
*
|
|
1594
|
-
* console.log(buf1);
|
|
1595
|
-
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1596
|
-
*
|
|
1597
|
-
* buf1.swap16();
|
|
1598
|
-
*
|
|
1599
|
-
* console.log(buf1);
|
|
1600
|
-
* // Prints: <Buffer 02 01 04 03 06 05 08 07>
|
|
1601
|
-
*
|
|
1602
|
-
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1603
|
-
*
|
|
1604
|
-
* buf2.swap16();
|
|
1605
|
-
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1606
|
-
* ```
|
|
1607
|
-
*
|
|
1608
|
-
* One convenient use of `buf.swap16()` is to perform a fast in-place conversion
|
|
1609
|
-
* between UTF-16 little-endian and UTF-16 big-endian:
|
|
1610
|
-
*
|
|
1611
|
-
* ```js
|
|
1612
|
-
* import { Buffer } from 'node:buffer';
|
|
1613
|
-
*
|
|
1614
|
-
* const buf = Buffer.from('This is little-endian UTF-16', 'utf16le');
|
|
1615
|
-
* buf.swap16(); // Convert to big-endian UTF-16 text.
|
|
1616
|
-
* ```
|
|
1617
|
-
* @since v5.10.0
|
|
1618
|
-
* @return A reference to `buf`.
|
|
1619
|
-
*/
|
|
1620
|
-
swap16(): Buffer;
|
|
1621
|
-
/**
|
|
1622
|
-
* Interprets `buf` as an array of unsigned 32-bit integers and swaps the
|
|
1623
|
-
* byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4.
|
|
1624
|
-
*
|
|
1625
|
-
* ```js
|
|
1626
|
-
* import { Buffer } from 'node:buffer';
|
|
1627
|
-
*
|
|
1628
|
-
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1629
|
-
*
|
|
1630
|
-
* console.log(buf1);
|
|
1631
|
-
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1632
|
-
*
|
|
1633
|
-
* buf1.swap32();
|
|
1634
|
-
*
|
|
1635
|
-
* console.log(buf1);
|
|
1636
|
-
* // Prints: <Buffer 04 03 02 01 08 07 06 05>
|
|
1637
|
-
*
|
|
1638
|
-
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1639
|
-
*
|
|
1640
|
-
* buf2.swap32();
|
|
1641
|
-
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1642
|
-
* ```
|
|
1643
|
-
* @since v5.10.0
|
|
1644
|
-
* @return A reference to `buf`.
|
|
1645
|
-
*/
|
|
1646
|
-
swap32(): Buffer;
|
|
1647
|
-
/**
|
|
1648
|
-
* Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_.
|
|
1649
|
-
* Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8.
|
|
1650
|
-
*
|
|
1651
|
-
* ```js
|
|
1652
|
-
* import { Buffer } from 'node:buffer';
|
|
1653
|
-
*
|
|
1654
|
-
* const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]);
|
|
1655
|
-
*
|
|
1656
|
-
* console.log(buf1);
|
|
1657
|
-
* // Prints: <Buffer 01 02 03 04 05 06 07 08>
|
|
1658
|
-
*
|
|
1659
|
-
* buf1.swap64();
|
|
1660
|
-
*
|
|
1661
|
-
* console.log(buf1);
|
|
1662
|
-
* // Prints: <Buffer 08 07 06 05 04 03 02 01>
|
|
1663
|
-
*
|
|
1664
|
-
* const buf2 = Buffer.from([0x1, 0x2, 0x3]);
|
|
1665
|
-
*
|
|
1666
|
-
* buf2.swap64();
|
|
1667
|
-
* // Throws ERR_INVALID_BUFFER_SIZE.
|
|
1668
|
-
* ```
|
|
1669
|
-
* @since v6.3.0
|
|
1670
|
-
* @return A reference to `buf`.
|
|
1671
|
-
*/
|
|
1672
|
-
swap64(): Buffer;
|
|
1673
|
-
/**
|
|
1674
|
-
* Writes `value` to `buf` at the specified `offset`. `value` must be a
|
|
1675
|
-
* valid unsigned 8-bit integer. Behavior is undefined when `value` is anything
|
|
1676
|
-
* other than an unsigned 8-bit integer.
|
|
1677
|
-
*
|
|
1678
|
-
* This function is also available under the `writeUint8` alias.
|
|
1679
|
-
*
|
|
1680
|
-
* ```js
|
|
1681
|
-
* import { Buffer } from 'node:buffer';
|
|
1682
|
-
*
|
|
1683
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1684
|
-
*
|
|
1685
|
-
* buf.writeUInt8(0x3, 0);
|
|
1686
|
-
* buf.writeUInt8(0x4, 1);
|
|
1687
|
-
* buf.writeUInt8(0x23, 2);
|
|
1688
|
-
* buf.writeUInt8(0x42, 3);
|
|
1689
|
-
*
|
|
1690
|
-
* console.log(buf);
|
|
1691
|
-
* // Prints: <Buffer 03 04 23 42>
|
|
1692
|
-
* ```
|
|
1693
|
-
* @since v0.5.0
|
|
1694
|
-
* @param value Number to be written to `buf`.
|
|
1695
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1696
|
-
* @return `offset` plus the number of bytes written.
|
|
1697
|
-
*/
|
|
1698
|
-
writeUInt8(value: number, offset?: number): number;
|
|
1699
|
-
/**
|
|
1700
|
-
* @alias Buffer.writeUInt8
|
|
1701
|
-
* @since v14.9.0, v12.19.0
|
|
1702
|
-
*/
|
|
1703
|
-
writeUint8(value: number, offset?: number): number;
|
|
1704
|
-
/**
|
|
1705
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is
|
|
1706
|
-
* anything other than an unsigned 16-bit integer.
|
|
1707
|
-
*
|
|
1708
|
-
* This function is also available under the `writeUint16LE` alias.
|
|
1709
|
-
*
|
|
1710
|
-
* ```js
|
|
1711
|
-
* import { Buffer } from 'node:buffer';
|
|
1712
|
-
*
|
|
1713
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1714
|
-
*
|
|
1715
|
-
* buf.writeUInt16LE(0xdead, 0);
|
|
1716
|
-
* buf.writeUInt16LE(0xbeef, 2);
|
|
1717
|
-
*
|
|
1718
|
-
* console.log(buf);
|
|
1719
|
-
* // Prints: <Buffer ad de ef be>
|
|
1720
|
-
* ```
|
|
1721
|
-
* @since v0.5.5
|
|
1722
|
-
* @param value Number to be written to `buf`.
|
|
1723
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1724
|
-
* @return `offset` plus the number of bytes written.
|
|
1725
|
-
*/
|
|
1726
|
-
writeUInt16LE(value: number, offset?: number): number;
|
|
1727
|
-
/**
|
|
1728
|
-
* @alias Buffer.writeUInt16LE
|
|
1729
|
-
* @since v14.9.0, v12.19.0
|
|
1730
|
-
*/
|
|
1731
|
-
writeUint16LE(value: number, offset?: number): number;
|
|
1732
|
-
/**
|
|
1733
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an
|
|
1734
|
-
* unsigned 16-bit integer.
|
|
1735
|
-
*
|
|
1736
|
-
* This function is also available under the `writeUint16BE` alias.
|
|
1737
|
-
*
|
|
1738
|
-
* ```js
|
|
1739
|
-
* import { Buffer } from 'node:buffer';
|
|
1740
|
-
*
|
|
1741
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1742
|
-
*
|
|
1743
|
-
* buf.writeUInt16BE(0xdead, 0);
|
|
1744
|
-
* buf.writeUInt16BE(0xbeef, 2);
|
|
1745
|
-
*
|
|
1746
|
-
* console.log(buf);
|
|
1747
|
-
* // Prints: <Buffer de ad be ef>
|
|
1748
|
-
* ```
|
|
1749
|
-
* @since v0.5.5
|
|
1750
|
-
* @param value Number to be written to `buf`.
|
|
1751
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1752
|
-
* @return `offset` plus the number of bytes written.
|
|
1753
|
-
*/
|
|
1754
|
-
writeUInt16BE(value: number, offset?: number): number;
|
|
1755
|
-
/**
|
|
1756
|
-
* @alias Buffer.writeUInt16BE
|
|
1757
|
-
* @since v14.9.0, v12.19.0
|
|
1758
|
-
*/
|
|
1759
|
-
writeUint16BE(value: number, offset?: number): number;
|
|
1760
|
-
/**
|
|
1761
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is
|
|
1762
|
-
* anything other than an unsigned 32-bit integer.
|
|
1763
|
-
*
|
|
1764
|
-
* This function is also available under the `writeUint32LE` alias.
|
|
1765
|
-
*
|
|
1766
|
-
* ```js
|
|
1767
|
-
* import { Buffer } from 'node:buffer';
|
|
1768
|
-
*
|
|
1769
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1770
|
-
*
|
|
1771
|
-
* buf.writeUInt32LE(0xfeedface, 0);
|
|
1772
|
-
*
|
|
1773
|
-
* console.log(buf);
|
|
1774
|
-
* // Prints: <Buffer ce fa ed fe>
|
|
1775
|
-
* ```
|
|
1776
|
-
* @since v0.5.5
|
|
1777
|
-
* @param value Number to be written to `buf`.
|
|
1778
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1779
|
-
* @return `offset` plus the number of bytes written.
|
|
1780
|
-
*/
|
|
1781
|
-
writeUInt32LE(value: number, offset?: number): number;
|
|
1782
|
-
/**
|
|
1783
|
-
* @alias Buffer.writeUInt32LE
|
|
1784
|
-
* @since v14.9.0, v12.19.0
|
|
1785
|
-
*/
|
|
1786
|
-
writeUint32LE(value: number, offset?: number): number;
|
|
1787
|
-
/**
|
|
1788
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an
|
|
1789
|
-
* unsigned 32-bit integer.
|
|
1790
|
-
*
|
|
1791
|
-
* This function is also available under the `writeUint32BE` alias.
|
|
1792
|
-
*
|
|
1793
|
-
* ```js
|
|
1794
|
-
* import { Buffer } from 'node:buffer';
|
|
1795
|
-
*
|
|
1796
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1797
|
-
*
|
|
1798
|
-
* buf.writeUInt32BE(0xfeedface, 0);
|
|
1799
|
-
*
|
|
1800
|
-
* console.log(buf);
|
|
1801
|
-
* // Prints: <Buffer fe ed fa ce>
|
|
1802
|
-
* ```
|
|
1803
|
-
* @since v0.5.5
|
|
1804
|
-
* @param value Number to be written to `buf`.
|
|
1805
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1806
|
-
* @return `offset` plus the number of bytes written.
|
|
1807
|
-
*/
|
|
1808
|
-
writeUInt32BE(value: number, offset?: number): number;
|
|
1809
|
-
/**
|
|
1810
|
-
* @alias Buffer.writeUInt32BE
|
|
1811
|
-
* @since v14.9.0, v12.19.0
|
|
1812
|
-
*/
|
|
1813
|
-
writeUint32BE(value: number, offset?: number): number;
|
|
1814
|
-
/**
|
|
1815
|
-
* Writes `value` to `buf` at the specified `offset`. `value` must be a valid
|
|
1816
|
-
* signed 8-bit integer. Behavior is undefined when `value` is anything other than
|
|
1817
|
-
* a signed 8-bit integer.
|
|
1818
|
-
*
|
|
1819
|
-
* `value` is interpreted and written as a two's complement signed integer.
|
|
1820
|
-
*
|
|
1821
|
-
* ```js
|
|
1822
|
-
* import { Buffer } from 'node:buffer';
|
|
1823
|
-
*
|
|
1824
|
-
* const buf = Buffer.allocUnsafe(2);
|
|
1825
|
-
*
|
|
1826
|
-
* buf.writeInt8(2, 0);
|
|
1827
|
-
* buf.writeInt8(-2, 1);
|
|
1828
|
-
*
|
|
1829
|
-
* console.log(buf);
|
|
1830
|
-
* // Prints: <Buffer 02 fe>
|
|
1831
|
-
* ```
|
|
1832
|
-
* @since v0.5.0
|
|
1833
|
-
* @param value Number to be written to `buf`.
|
|
1834
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`.
|
|
1835
|
-
* @return `offset` plus the number of bytes written.
|
|
1836
|
-
*/
|
|
1837
|
-
writeInt8(value: number, offset?: number): number;
|
|
1838
|
-
/**
|
|
1839
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
|
|
1840
|
-
* anything other than a signed 16-bit integer.
|
|
1841
|
-
*
|
|
1842
|
-
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1843
|
-
*
|
|
1844
|
-
* ```js
|
|
1845
|
-
* import { Buffer } from 'node:buffer';
|
|
1846
|
-
*
|
|
1847
|
-
* const buf = Buffer.allocUnsafe(2);
|
|
1848
|
-
*
|
|
1849
|
-
* buf.writeInt16LE(0x0304, 0);
|
|
1850
|
-
*
|
|
1851
|
-
* console.log(buf);
|
|
1852
|
-
* // Prints: <Buffer 04 03>
|
|
1853
|
-
* ```
|
|
1854
|
-
* @since v0.5.5
|
|
1855
|
-
* @param value Number to be written to `buf`.
|
|
1856
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1857
|
-
* @return `offset` plus the number of bytes written.
|
|
1858
|
-
*/
|
|
1859
|
-
writeInt16LE(value: number, offset?: number): number;
|
|
1860
|
-
/**
|
|
1861
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is
|
|
1862
|
-
* anything other than a signed 16-bit integer.
|
|
1863
|
-
*
|
|
1864
|
-
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1865
|
-
*
|
|
1866
|
-
* ```js
|
|
1867
|
-
* import { Buffer } from 'node:buffer';
|
|
1868
|
-
*
|
|
1869
|
-
* const buf = Buffer.allocUnsafe(2);
|
|
1870
|
-
*
|
|
1871
|
-
* buf.writeInt16BE(0x0102, 0);
|
|
1872
|
-
*
|
|
1873
|
-
* console.log(buf);
|
|
1874
|
-
* // Prints: <Buffer 01 02>
|
|
1875
|
-
* ```
|
|
1876
|
-
* @since v0.5.5
|
|
1877
|
-
* @param value Number to be written to `buf`.
|
|
1878
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`.
|
|
1879
|
-
* @return `offset` plus the number of bytes written.
|
|
1880
|
-
*/
|
|
1881
|
-
writeInt16BE(value: number, offset?: number): number;
|
|
1882
|
-
/**
|
|
1883
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
|
|
1884
|
-
* anything other than a signed 32-bit integer.
|
|
1885
|
-
*
|
|
1886
|
-
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1887
|
-
*
|
|
1888
|
-
* ```js
|
|
1889
|
-
* import { Buffer } from 'node:buffer';
|
|
1890
|
-
*
|
|
1891
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1892
|
-
*
|
|
1893
|
-
* buf.writeInt32LE(0x05060708, 0);
|
|
1894
|
-
*
|
|
1895
|
-
* console.log(buf);
|
|
1896
|
-
* // Prints: <Buffer 08 07 06 05>
|
|
1897
|
-
* ```
|
|
1898
|
-
* @since v0.5.5
|
|
1899
|
-
* @param value Number to be written to `buf`.
|
|
1900
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1901
|
-
* @return `offset` plus the number of bytes written.
|
|
1902
|
-
*/
|
|
1903
|
-
writeInt32LE(value: number, offset?: number): number;
|
|
1904
|
-
/**
|
|
1905
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is
|
|
1906
|
-
* anything other than a signed 32-bit integer.
|
|
1907
|
-
*
|
|
1908
|
-
* The `value` is interpreted and written as a two's complement signed integer.
|
|
1909
|
-
*
|
|
1910
|
-
* ```js
|
|
1911
|
-
* import { Buffer } from 'node:buffer';
|
|
1912
|
-
*
|
|
1913
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1914
|
-
*
|
|
1915
|
-
* buf.writeInt32BE(0x01020304, 0);
|
|
1916
|
-
*
|
|
1917
|
-
* console.log(buf);
|
|
1918
|
-
* // Prints: <Buffer 01 02 03 04>
|
|
1919
|
-
* ```
|
|
1920
|
-
* @since v0.5.5
|
|
1921
|
-
* @param value Number to be written to `buf`.
|
|
1922
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1923
|
-
* @return `offset` plus the number of bytes written.
|
|
1924
|
-
*/
|
|
1925
|
-
writeInt32BE(value: number, offset?: number): number;
|
|
1926
|
-
/**
|
|
1927
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is
|
|
1928
|
-
* undefined when `value` is anything other than a JavaScript number.
|
|
1929
|
-
*
|
|
1930
|
-
* ```js
|
|
1931
|
-
* import { Buffer } from 'node:buffer';
|
|
1932
|
-
*
|
|
1933
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1934
|
-
*
|
|
1935
|
-
* buf.writeFloatLE(0xcafebabe, 0);
|
|
1936
|
-
*
|
|
1937
|
-
* console.log(buf);
|
|
1938
|
-
* // Prints: <Buffer bb fe 4a 4f>
|
|
1939
|
-
* ```
|
|
1940
|
-
* @since v0.11.15
|
|
1941
|
-
* @param value Number to be written to `buf`.
|
|
1942
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1943
|
-
* @return `offset` plus the number of bytes written.
|
|
1944
|
-
*/
|
|
1945
|
-
writeFloatLE(value: number, offset?: number): number;
|
|
1946
|
-
/**
|
|
1947
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is
|
|
1948
|
-
* undefined when `value` is anything other than a JavaScript number.
|
|
1949
|
-
*
|
|
1950
|
-
* ```js
|
|
1951
|
-
* import { Buffer } from 'node:buffer';
|
|
1952
|
-
*
|
|
1953
|
-
* const buf = Buffer.allocUnsafe(4);
|
|
1954
|
-
*
|
|
1955
|
-
* buf.writeFloatBE(0xcafebabe, 0);
|
|
1956
|
-
*
|
|
1957
|
-
* console.log(buf);
|
|
1958
|
-
* // Prints: <Buffer 4f 4a fe bb>
|
|
1959
|
-
* ```
|
|
1960
|
-
* @since v0.11.15
|
|
1961
|
-
* @param value Number to be written to `buf`.
|
|
1962
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`.
|
|
1963
|
-
* @return `offset` plus the number of bytes written.
|
|
1964
|
-
*/
|
|
1965
|
-
writeFloatBE(value: number, offset?: number): number;
|
|
1966
|
-
/**
|
|
1967
|
-
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
|
|
1968
|
-
* other than a JavaScript number.
|
|
1969
|
-
*
|
|
1970
|
-
* ```js
|
|
1971
|
-
* import { Buffer } from 'node:buffer';
|
|
1972
|
-
*
|
|
1973
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
1974
|
-
*
|
|
1975
|
-
* buf.writeDoubleLE(123.456, 0);
|
|
1976
|
-
*
|
|
1977
|
-
* console.log(buf);
|
|
1978
|
-
* // Prints: <Buffer 77 be 9f 1a 2f dd 5e 40>
|
|
1979
|
-
* ```
|
|
1980
|
-
* @since v0.11.15
|
|
1981
|
-
* @param value Number to be written to `buf`.
|
|
1982
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
1983
|
-
* @return `offset` plus the number of bytes written.
|
|
1984
|
-
*/
|
|
1985
|
-
writeDoubleLE(value: number, offset?: number): number;
|
|
1986
|
-
/**
|
|
1987
|
-
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything
|
|
1988
|
-
* other than a JavaScript number.
|
|
1989
|
-
*
|
|
1990
|
-
* ```js
|
|
1991
|
-
* import { Buffer } from 'node:buffer';
|
|
1992
|
-
*
|
|
1993
|
-
* const buf = Buffer.allocUnsafe(8);
|
|
1994
|
-
*
|
|
1995
|
-
* buf.writeDoubleBE(123.456, 0);
|
|
1996
|
-
*
|
|
1997
|
-
* console.log(buf);
|
|
1998
|
-
* // Prints: <Buffer 40 5e dd 2f 1a 9f be 77>
|
|
1999
|
-
* ```
|
|
2000
|
-
* @since v0.11.15
|
|
2001
|
-
* @param value Number to be written to `buf`.
|
|
2002
|
-
* @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`.
|
|
2003
|
-
* @return `offset` plus the number of bytes written.
|
|
2004
|
-
*/
|
|
2005
|
-
writeDoubleBE(value: number, offset?: number): number;
|
|
2006
|
-
/**
|
|
2007
|
-
* Fills `buf` with the specified `value`. If the `offset` and `end` are not given,
|
|
2008
|
-
* the entire `buf` will be filled:
|
|
2009
|
-
*
|
|
2010
|
-
* ```js
|
|
2011
|
-
* import { Buffer } from 'node:buffer';
|
|
2012
|
-
*
|
|
2013
|
-
* // Fill a `Buffer` with the ASCII character 'h'.
|
|
2014
|
-
*
|
|
2015
|
-
* const b = Buffer.allocUnsafe(50).fill('h');
|
|
2016
|
-
*
|
|
2017
|
-
* console.log(b.toString());
|
|
2018
|
-
* // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
|
|
2019
|
-
*
|
|
2020
|
-
* // Fill a buffer with empty string
|
|
2021
|
-
* const c = Buffer.allocUnsafe(5).fill('');
|
|
2022
|
-
*
|
|
2023
|
-
* console.log(c.fill(''));
|
|
2024
|
-
* // Prints: <Buffer 00 00 00 00 00>
|
|
2025
|
-
* ```
|
|
2026
|
-
*
|
|
2027
|
-
* `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or
|
|
2028
|
-
* integer. If the resulting integer is greater than `255` (decimal), `buf` will be
|
|
2029
|
-
* filled with `value & 255`.
|
|
2030
|
-
*
|
|
2031
|
-
* If the final write of a `fill()` operation falls on a multi-byte character,
|
|
2032
|
-
* then only the bytes of that character that fit into `buf` are written:
|
|
2033
|
-
*
|
|
2034
|
-
* ```js
|
|
2035
|
-
* import { Buffer } from 'node:buffer';
|
|
2036
|
-
*
|
|
2037
|
-
* // Fill a `Buffer` with character that takes up two bytes in UTF-8.
|
|
2038
|
-
*
|
|
2039
|
-
* console.log(Buffer.allocUnsafe(5).fill('\u0222'));
|
|
2040
|
-
* // Prints: <Buffer c8 a2 c8 a2 c8>
|
|
2041
|
-
* ```
|
|
2042
|
-
*
|
|
2043
|
-
* If `value` contains invalid characters, it is truncated; if no valid
|
|
2044
|
-
* fill data remains, an exception is thrown:
|
|
2045
|
-
*
|
|
2046
|
-
* ```js
|
|
2047
|
-
* import { Buffer } from 'node:buffer';
|
|
2048
|
-
*
|
|
2049
|
-
* const buf = Buffer.allocUnsafe(5);
|
|
2050
|
-
*
|
|
2051
|
-
* console.log(buf.fill('a'));
|
|
2052
|
-
* // Prints: <Buffer 61 61 61 61 61>
|
|
2053
|
-
* console.log(buf.fill('aazz', 'hex'));
|
|
2054
|
-
* // Prints: <Buffer aa aa aa aa aa>
|
|
2055
|
-
* console.log(buf.fill('zz', 'hex'));
|
|
2056
|
-
* // Throws an exception.
|
|
2057
|
-
* ```
|
|
2058
|
-
* @since v0.5.0
|
|
2059
|
-
* @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`.
|
|
2060
|
-
* @param [offset=0] Number of bytes to skip before starting to fill `buf`.
|
|
2061
|
-
* @param [end=buf.length] Where to stop filling `buf` (not inclusive).
|
|
2062
|
-
* @param [encoding='utf8'] The encoding for `value` if `value` is a string.
|
|
2063
|
-
* @return A reference to `buf`.
|
|
2064
|
-
*/
|
|
2065
|
-
fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this;
|
|
2066
|
-
/**
|
|
2067
|
-
* If `value` is:
|
|
2068
|
-
*
|
|
2069
|
-
* * a string, `value` is interpreted according to the character encoding in `encoding`.
|
|
2070
|
-
* * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
|
|
2071
|
-
* To compare a partial `Buffer`, use `buf.subarray`.
|
|
2072
|
-
* * a number, `value` will be interpreted as an unsigned 8-bit integer
|
|
2073
|
-
* value between `0` and `255`.
|
|
2074
|
-
*
|
|
2075
|
-
* ```js
|
|
2076
|
-
* import { Buffer } from 'node:buffer';
|
|
2077
|
-
*
|
|
2078
|
-
* const buf = Buffer.from('this is a buffer');
|
|
2079
|
-
*
|
|
2080
|
-
* console.log(buf.indexOf('this'));
|
|
2081
|
-
* // Prints: 0
|
|
2082
|
-
* console.log(buf.indexOf('is'));
|
|
2083
|
-
* // Prints: 2
|
|
2084
|
-
* console.log(buf.indexOf(Buffer.from('a buffer')));
|
|
2085
|
-
* // Prints: 8
|
|
2086
|
-
* console.log(buf.indexOf(97));
|
|
2087
|
-
* // Prints: 8 (97 is the decimal ASCII value for 'a')
|
|
2088
|
-
* console.log(buf.indexOf(Buffer.from('a buffer example')));
|
|
2089
|
-
* // Prints: -1
|
|
2090
|
-
* console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8)));
|
|
2091
|
-
* // Prints: 8
|
|
2092
|
-
*
|
|
2093
|
-
* const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
|
|
2094
|
-
*
|
|
2095
|
-
* console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le'));
|
|
2096
|
-
* // Prints: 4
|
|
2097
|
-
* console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le'));
|
|
2098
|
-
* // Prints: 6
|
|
2099
|
-
* ```
|
|
2100
|
-
*
|
|
2101
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
2102
|
-
* an integer between 0 and 255.
|
|
2103
|
-
*
|
|
2104
|
-
* If `byteOffset` is not a number, it will be coerced to a number. If the result
|
|
2105
|
-
* of coercion is `NaN` or `0`, then the entire buffer will be searched. This
|
|
2106
|
-
* behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf).
|
|
2107
|
-
*
|
|
2108
|
-
* ```js
|
|
2109
|
-
* import { Buffer } from 'node:buffer';
|
|
2110
|
-
*
|
|
2111
|
-
* const b = Buffer.from('abcdef');
|
|
2112
|
-
*
|
|
2113
|
-
* // Passing a value that's a number, but not a valid byte.
|
|
2114
|
-
* // Prints: 2, equivalent to searching for 99 or 'c'.
|
|
2115
|
-
* console.log(b.indexOf(99.9));
|
|
2116
|
-
* console.log(b.indexOf(256 + 99));
|
|
2117
|
-
*
|
|
2118
|
-
* // Passing a byteOffset that coerces to NaN or 0.
|
|
2119
|
-
* // Prints: 1, searching the whole buffer.
|
|
2120
|
-
* console.log(b.indexOf('b', undefined));
|
|
2121
|
-
* console.log(b.indexOf('b', {}));
|
|
2122
|
-
* console.log(b.indexOf('b', null));
|
|
2123
|
-
* console.log(b.indexOf('b', []));
|
|
2124
|
-
* ```
|
|
2125
|
-
*
|
|
2126
|
-
* If `value` is an empty string or empty `Buffer` and `byteOffset` is less
|
|
2127
|
-
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned.
|
|
2128
|
-
* @since v1.5.0
|
|
2129
|
-
* @param value What to search for.
|
|
2130
|
-
* @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2131
|
-
* @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
|
|
2132
|
-
* @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
|
|
2133
|
-
*/
|
|
2134
|
-
indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
|
|
2135
|
-
/**
|
|
2136
|
-
* Identical to `buf.indexOf()`, except the last occurrence of `value` is found
|
|
2137
|
-
* rather than the first occurrence.
|
|
2138
|
-
*
|
|
2139
|
-
* ```js
|
|
2140
|
-
* import { Buffer } from 'node:buffer';
|
|
2141
|
-
*
|
|
2142
|
-
* const buf = Buffer.from('this buffer is a buffer');
|
|
2143
|
-
*
|
|
2144
|
-
* console.log(buf.lastIndexOf('this'));
|
|
2145
|
-
* // Prints: 0
|
|
2146
|
-
* console.log(buf.lastIndexOf('buffer'));
|
|
2147
|
-
* // Prints: 17
|
|
2148
|
-
* console.log(buf.lastIndexOf(Buffer.from('buffer')));
|
|
2149
|
-
* // Prints: 17
|
|
2150
|
-
* console.log(buf.lastIndexOf(97));
|
|
2151
|
-
* // Prints: 15 (97 is the decimal ASCII value for 'a')
|
|
2152
|
-
* console.log(buf.lastIndexOf(Buffer.from('yolo')));
|
|
2153
|
-
* // Prints: -1
|
|
2154
|
-
* console.log(buf.lastIndexOf('buffer', 5));
|
|
2155
|
-
* // Prints: 5
|
|
2156
|
-
* console.log(buf.lastIndexOf('buffer', 4));
|
|
2157
|
-
* // Prints: -1
|
|
2158
|
-
*
|
|
2159
|
-
* const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le');
|
|
2160
|
-
*
|
|
2161
|
-
* console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le'));
|
|
2162
|
-
* // Prints: 6
|
|
2163
|
-
* console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le'));
|
|
2164
|
-
* // Prints: 4
|
|
2165
|
-
* ```
|
|
2166
|
-
*
|
|
2167
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
2168
|
-
* an integer between 0 and 255.
|
|
2169
|
-
*
|
|
2170
|
-
* If `byteOffset` is not a number, it will be coerced to a number. Any arguments
|
|
2171
|
-
* that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer.
|
|
2172
|
-
* This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf).
|
|
2173
|
-
*
|
|
2174
|
-
* ```js
|
|
2175
|
-
* import { Buffer } from 'node:buffer';
|
|
2176
|
-
*
|
|
2177
|
-
* const b = Buffer.from('abcdef');
|
|
2178
|
-
*
|
|
2179
|
-
* // Passing a value that's a number, but not a valid byte.
|
|
2180
|
-
* // Prints: 2, equivalent to searching for 99 or 'c'.
|
|
2181
|
-
* console.log(b.lastIndexOf(99.9));
|
|
2182
|
-
* console.log(b.lastIndexOf(256 + 99));
|
|
2183
|
-
*
|
|
2184
|
-
* // Passing a byteOffset that coerces to NaN.
|
|
2185
|
-
* // Prints: 1, searching the whole buffer.
|
|
2186
|
-
* console.log(b.lastIndexOf('b', undefined));
|
|
2187
|
-
* console.log(b.lastIndexOf('b', {}));
|
|
2188
|
-
*
|
|
2189
|
-
* // Passing a byteOffset that coerces to 0.
|
|
2190
|
-
* // Prints: -1, equivalent to passing 0.
|
|
2191
|
-
* console.log(b.lastIndexOf('b', null));
|
|
2192
|
-
* console.log(b.lastIndexOf('b', []));
|
|
2193
|
-
* ```
|
|
2194
|
-
*
|
|
2195
|
-
* If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned.
|
|
2196
|
-
* @since v6.0.0
|
|
2197
|
-
* @param value What to search for.
|
|
2198
|
-
* @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2199
|
-
* @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`.
|
|
2200
|
-
* @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`.
|
|
2201
|
-
*/
|
|
2202
|
-
lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;
|
|
2203
|
-
/**
|
|
2204
|
-
* Equivalent to `buf.indexOf() !== -1`.
|
|
2205
|
-
*
|
|
2206
|
-
* ```js
|
|
2207
|
-
* import { Buffer } from 'node:buffer';
|
|
2208
|
-
*
|
|
2209
|
-
* const buf = Buffer.from('this is a buffer');
|
|
2210
|
-
*
|
|
2211
|
-
* console.log(buf.includes('this'));
|
|
2212
|
-
* // Prints: true
|
|
2213
|
-
* console.log(buf.includes('is'));
|
|
2214
|
-
* // Prints: true
|
|
2215
|
-
* console.log(buf.includes(Buffer.from('a buffer')));
|
|
2216
|
-
* // Prints: true
|
|
2217
|
-
* console.log(buf.includes(97));
|
|
2218
|
-
* // Prints: true (97 is the decimal ASCII value for 'a')
|
|
2219
|
-
* console.log(buf.includes(Buffer.from('a buffer example')));
|
|
2220
|
-
* // Prints: false
|
|
2221
|
-
* console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8)));
|
|
2222
|
-
* // Prints: true
|
|
2223
|
-
* console.log(buf.includes('this', 4));
|
|
2224
|
-
* // Prints: false
|
|
2225
|
-
* ```
|
|
2226
|
-
* @since v5.3.0
|
|
2227
|
-
* @param value What to search for.
|
|
2228
|
-
* @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`.
|
|
2229
|
-
* @param [encoding='utf8'] If `value` is a string, this is its encoding.
|
|
2230
|
-
* @return `true` if `value` was found in `buf`, `false` otherwise.
|
|
2231
|
-
*/
|
|
2232
|
-
includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean;
|
|
2233
|
-
}
|
|
2234
|
-
var Buffer: BufferConstructor;
|
|
2235
|
-
/**
|
|
2236
|
-
* Decodes a string of Base64-encoded data into bytes, and encodes those bytes
|
|
2237
|
-
* into a string using Latin-1 (ISO-8859-1).
|
|
2238
|
-
*
|
|
2239
|
-
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
2240
|
-
*
|
|
2241
|
-
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
2242
|
-
* **and should never be used in new code, because they use strings to represent**
|
|
2243
|
-
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
2244
|
-
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
2245
|
-
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
2246
|
-
* @since v15.13.0, v14.17.0
|
|
2247
|
-
* @legacy Use `Buffer.from(data, 'base64')` instead.
|
|
2248
|
-
* @param data The Base64-encoded input string.
|
|
2249
|
-
*/
|
|
2250
|
-
function atob(data: string): string;
|
|
2251
|
-
/**
|
|
2252
|
-
* Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes
|
|
2253
|
-
* into a string using Base64.
|
|
2254
|
-
*
|
|
2255
|
-
* The `data` may be any JavaScript-value that can be coerced into a string.
|
|
2256
|
-
*
|
|
2257
|
-
* **This function is only provided for compatibility with legacy web platform APIs**
|
|
2258
|
-
* **and should never be used in new code, because they use strings to represent**
|
|
2259
|
-
* **binary data and predate the introduction of typed arrays in JavaScript.**
|
|
2260
|
-
* **For code running using Node.js APIs, converting between base64-encoded strings**
|
|
2261
|
-
* **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.**
|
|
2262
|
-
* @since v15.13.0, v14.17.0
|
|
2263
|
-
* @legacy Use `buf.toString('base64')` instead.
|
|
2264
|
-
* @param data An ASCII (Latin1) string.
|
|
2265
|
-
*/
|
|
2266
|
-
function btoa(data: string): string;
|
|
2267
|
-
interface Blob extends __Blob {}
|
|
2268
|
-
/**
|
|
2269
|
-
* `Blob` class is a global reference for `require('node:buffer').Blob`
|
|
2270
|
-
* https://nodejs.org/api/buffer.html#class-blob
|
|
2271
|
-
* @since v18.0.0
|
|
2272
|
-
*/
|
|
2273
|
-
var Blob: typeof globalThis extends {
|
|
2274
|
-
onmessage: any;
|
|
2275
|
-
Blob: infer T;
|
|
2276
|
-
} ? T
|
|
2277
|
-
: typeof NodeBlob;
|
|
2278
|
-
}
|
|
2279
|
-
}
|
|
2280
|
-
declare module "node:buffer" {
|
|
2281
|
-
export * from "buffer";
|
|
2282
|
-
}
|