cloudstructs 0.9.38 → 0.9.40
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 +5 -5
- package/assets/slack-textract/detect.lambda/index.js +16394 -16013
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2203.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2301.js +1 -1
- package/node_modules/@babel/runtime/helpers/applyDecs2311.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +1 -1
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +1 -1
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -4
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +6 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +12 -12
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +3 -3
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +4 -4
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +3 -1
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +5 -9
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@slack/logger/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +134 -58
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.js +1 -1
- package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +62 -29
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -19
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js +1 -1
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +5 -5
- package/node_modules/@slack/types/dist/calls.d.ts +1 -1
- package/node_modules/@slack/types/dist/calls.js +2 -2
- package/node_modules/@slack/types/dist/calls.js.map +1 -1
- package/node_modules/@slack/types/dist/dialog.d.ts +1 -1
- package/node_modules/@slack/types/dist/events/index.d.ts +1 -1
- package/node_modules/@slack/types/dist/events/message.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/message-attachments.d.ts +10 -10
- package/node_modules/@slack/types/dist/message-metadata.d.ts +2 -2
- package/node_modules/@slack/types/dist/views.d.ts +6 -6
- package/node_modules/@slack/types/package.json +6 -3
- package/node_modules/@slack/web-api/README.md +14 -14
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +38 -11
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +53 -9
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts +86 -0
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/chat-stream.js +149 -0
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +3 -2
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +5 -5
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +10 -9
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +1 -1
- package/node_modules/@slack/web-api/dist/instrument.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/methods.d.ts +297 -263
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +297 -263
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +3 -1
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +39 -10
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/common.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +32 -32
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +34 -34
- package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +40 -0
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +15 -8
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
- 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/strict.d.ts +105 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +13 -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/perf_hooks.d.ts +6 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@slack/web-api/package.json +25 -10
- 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/strict.d.ts +105 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +13 -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/perf_hooks.d.ts +6 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/keyv/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +105 -2
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +119 -95
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +16 -10
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +1049 -198
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +80 -34
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +272 -11
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +149 -346
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +71 -13
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +149 -30
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +14 -12
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +205 -4139
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +26 -5
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +13 -3
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +6 -8
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +7 -19
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +40 -4
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -55
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +38 -23
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +31 -26
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +14 -6
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +12 -5
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +18 -2
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +219 -96
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +22 -1
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +123 -51
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -4
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +3 -8
- package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +107 -0
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/axios/CHANGELOG.md +58 -0
- package/node_modules/axios/README.md +87 -10
- package/node_modules/axios/dist/axios.js +355 -289
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +286 -213
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +286 -213
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +377 -213
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +12 -5
- package/node_modules/axios/index.d.ts +13 -4
- package/node_modules/axios/lib/adapters/adapters.js +6 -4
- package/node_modules/axios/lib/adapters/fetch.js +221 -162
- package/node_modules/axios/lib/adapters/http.js +18 -0
- package/node_modules/axios/lib/adapters/xhr.js +11 -8
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosError.js +10 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +1 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
- package/node_modules/axios/lib/utils.js +5 -3
- package/node_modules/axios/package.json +18 -12
- package/node_modules/mjml/package.json +8 -9
- package/node_modules/mjml-accordion/README.md +2 -1
- package/node_modules/mjml-accordion/lib/Accordion.js +3 -5
- package/node_modules/mjml-accordion/lib/AccordionElement.js +2 -3
- package/node_modules/mjml-accordion/lib/AccordionText.js +2 -3
- package/node_modules/mjml-accordion/lib/AccordionTitle.js +4 -3
- package/node_modules/mjml-accordion/package.json +4 -5
- package/node_modules/mjml-body/README.md +1 -1
- package/node_modules/mjml-body/lib/index.js +9 -4
- package/node_modules/mjml-body/package.json +4 -5
- package/node_modules/mjml-button/lib/index.js +2 -3
- package/node_modules/mjml-button/package.json +4 -5
- package/node_modules/mjml-carousel/lib/Carousel.js +4 -6
- package/node_modules/mjml-carousel/lib/CarouselImage.js +2 -3
- package/node_modules/mjml-carousel/package.json +4 -5
- package/node_modules/mjml-cli/lib/commands/watchFiles.js +4 -1
- package/node_modules/mjml-cli/package.json +7 -8
- package/node_modules/mjml-column/lib/index.js +2 -3
- package/node_modules/mjml-column/package.json +4 -5
- package/node_modules/mjml-core/lib/createComponent.js +12 -9
- package/node_modules/mjml-core/lib/index.js +2 -2
- package/node_modules/mjml-core/lib/types/boolean.js +2 -3
- package/node_modules/mjml-core/lib/types/color.js +2 -3
- package/node_modules/mjml-core/lib/types/enum.js +1 -1
- package/node_modules/mjml-core/lib/types/integer.js +1 -1
- package/node_modules/mjml-core/lib/types/string.js +1 -1
- package/node_modules/mjml-core/lib/types/type.js +1 -2
- package/node_modules/mjml-core/lib/types/unit.js +1 -1
- package/node_modules/mjml-core/package.json +6 -7
- package/node_modules/mjml-divider/lib/index.js +2 -3
- package/node_modules/mjml-divider/package.json +4 -5
- package/node_modules/mjml-group/lib/index.js +2 -3
- package/node_modules/mjml-group/package.json +4 -5
- package/node_modules/mjml-head/lib/index.js +2 -3
- package/node_modules/mjml-head/package.json +4 -5
- package/node_modules/mjml-head-attributes/lib/index.js +2 -3
- package/node_modules/mjml-head-attributes/package.json +4 -5
- package/node_modules/mjml-head-breakpoint/lib/index.js +2 -3
- package/node_modules/mjml-head-breakpoint/package.json +4 -5
- package/node_modules/mjml-head-font/lib/index.js +2 -3
- package/node_modules/mjml-head-font/package.json +4 -5
- package/node_modules/mjml-head-html-attributes/lib/index.js +2 -3
- package/node_modules/mjml-head-html-attributes/package.json +4 -5
- package/node_modules/mjml-head-preview/lib/index.js +2 -3
- package/node_modules/mjml-head-preview/package.json +4 -5
- package/node_modules/mjml-head-style/lib/index.js +2 -3
- package/node_modules/mjml-head-style/package.json +4 -5
- package/node_modules/mjml-head-title/lib/index.js +2 -3
- package/node_modules/mjml-head-title/package.json +4 -5
- package/node_modules/mjml-hero/lib/index.js +3 -5
- package/node_modules/mjml-hero/package.json +4 -5
- package/node_modules/mjml-image/lib/index.js +3 -5
- package/node_modules/mjml-image/package.json +4 -5
- package/node_modules/mjml-migrate/package.json +5 -6
- package/node_modules/mjml-navbar/lib/Navbar.js +3 -5
- package/node_modules/mjml-navbar/lib/NavbarLink.js +2 -3
- package/node_modules/mjml-navbar/package.json +4 -5
- package/node_modules/mjml-parser-xml/lib/index.js +1 -1
- package/node_modules/mjml-parser-xml/package.json +6 -6
- package/node_modules/mjml-preset-core/package.json +28 -29
- package/node_modules/mjml-raw/lib/index.js +2 -3
- package/node_modules/mjml-raw/package.json +4 -5
- package/node_modules/mjml-section/lib/index.js +18 -7
- package/node_modules/mjml-section/package.json +4 -5
- package/node_modules/mjml-social/README.md +1 -0
- package/node_modules/mjml-social/lib/Social.js +2 -3
- package/node_modules/mjml-social/lib/SocialElement.js +18 -9
- package/node_modules/mjml-social/package.json +4 -5
- package/node_modules/mjml-spacer/lib/index.js +2 -3
- package/node_modules/mjml-spacer/package.json +4 -5
- package/node_modules/mjml-table/README.md +1 -1
- package/node_modules/mjml-table/lib/index.js +6 -4
- package/node_modules/mjml-table/package.json +4 -5
- package/node_modules/mjml-text/lib/index.js +2 -3
- package/node_modules/mjml-text/package.json +4 -5
- package/node_modules/mjml-validator/package.json +3 -3
- package/node_modules/mjml-wrapper/lib/index.js +2 -3
- package/node_modules/mjml-wrapper/package.json +5 -6
- package/node_modules/semver/classes/range.js +1 -0
- package/node_modules/semver/classes/semver.js +19 -5
- package/node_modules/semver/internal/identifiers.js +4 -0
- package/node_modules/semver/package.json +3 -3
- package/package.json +20 -20
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +0 -99
- package/node_modules/mjml/LICENSE.md +0 -21
- package/node_modules/mjml-accordion/LICENSE.md +0 -21
- package/node_modules/mjml-body/LICENSE.md +0 -21
- package/node_modules/mjml-button/LICENSE.md +0 -21
- package/node_modules/mjml-carousel/LICENSE.md +0 -21
- package/node_modules/mjml-cli/LICENSE.md +0 -21
- package/node_modules/mjml-cli/lib/helpers/promesify.js +0 -48
- package/node_modules/mjml-cli/lib/helpers/timePad.js +0 -18
- package/node_modules/mjml-column/LICENSE.md +0 -21
- package/node_modules/mjml-core/LICENSE.md +0 -21
- package/node_modules/mjml-core/lib/Error.js +0 -86
- package/node_modules/mjml-core/lib/MJMLElementsCollection.js +0 -37
- package/node_modules/mjml-core/lib/MJMLHead.js +0 -38
- package/node_modules/mjml-core/lib/MJMLRenderer.js +0 -275
- package/node_modules/mjml-core/lib/configs/defaultContainer.js +0 -15
- package/node_modules/mjml-core/lib/configs/defaultStyle.js +0 -6
- package/node_modules/mjml-core/lib/configs/listFontsImports.js +0 -21
- package/node_modules/mjml-core/lib/decorators/MJMLElement.js +0 -356
- package/node_modules/mjml-core/lib/helpers/colors.js +0 -7
- package/node_modules/mjml-core/lib/helpers/dom.js +0 -109
- package/node_modules/mjml-core/lib/helpers/html.js +0 -9
- package/node_modules/mjml-core/lib/helpers/importFonts.js +0 -46
- package/node_modules/mjml-core/lib/helpers/index.js +0 -40
- package/node_modules/mjml-core/lib/helpers/isBrowser.js +0 -11
- package/node_modules/mjml-core/lib/helpers/mjAttribute.js +0 -62
- package/node_modules/mjml-core/lib/helpers/mjml.js +0 -46
- package/node_modules/mjml-core/lib/helpers/parseAttributes.js +0 -29
- package/node_modules/mjml-core/lib/helpers/postRender.js +0 -33
- package/node_modules/mjml-core/lib/helpers/removeCDATA.js +0 -19
- package/node_modules/mjml-core/lib/helpers/traverseMJML.js +0 -41
- package/node_modules/mjml-core/lib/includeExternal.js +0 -92
- package/node_modules/mjml-core/lib/parsers/config.js +0 -130
- package/node_modules/mjml-core/lib/parsers/document.js +0 -189
- package/node_modules/mjml-divider/LICENSE.md +0 -21
- package/node_modules/mjml-group/LICENSE.md +0 -21
- package/node_modules/mjml-head/LICENSE.md +0 -21
- package/node_modules/mjml-head-attributes/LICENSE.md +0 -21
- package/node_modules/mjml-head-breakpoint/LICENSE.md +0 -21
- package/node_modules/mjml-head-font/LICENSE.md +0 -21
- package/node_modules/mjml-head-html-attributes/LICENSE.md +0 -21
- package/node_modules/mjml-head-preview/LICENSE.md +0 -21
- package/node_modules/mjml-head-style/LICENSE.md +0 -21
- package/node_modules/mjml-head-title/LICENSE.md +0 -21
- package/node_modules/mjml-hero/LICENSE.md +0 -21
- package/node_modules/mjml-image/LICENSE.md +0 -21
- package/node_modules/mjml-navbar/LICENSE.md +0 -21
- package/node_modules/mjml-navbar/lib/InlineLinks.js +0 -227
- package/node_modules/mjml-navbar/lib/Link.js +0 -130
- package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +0 -31
- package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +0 -37
- package/node_modules/mjml-preset-core/LICENSE.md +0 -21
- package/node_modules/mjml-raw/LICENSE.md +0 -21
- package/node_modules/mjml-section/LICENSE.md +0 -21
- package/node_modules/mjml-social/LICENSE.md +0 -21
- package/node_modules/mjml-spacer/LICENSE.md +0 -21
- package/node_modules/mjml-table/LICENSE.md +0 -21
- package/node_modules/mjml-text/LICENSE.md +0 -21
- package/node_modules/mjml-validator/lib/rules/index.js +0 -29
- package/node_modules/mjml-validator/lib/types/boolean.js +0 -57
- package/node_modules/mjml-validator/lib/types/color.js +0 -51
- package/node_modules/mjml-validator/lib/types/enum.js +0 -57
- package/node_modules/mjml-validator/lib/types/helpers/colors.js +0 -7
- package/node_modules/mjml-validator/lib/types/index.js +0 -41
- package/node_modules/mjml-validator/lib/types/integer.js +0 -47
- package/node_modules/mjml-validator/lib/types/string.js +0 -47
- package/node_modules/mjml-validator/lib/types/type.js +0 -93
- package/node_modules/mjml-validator/lib/types/unit.js +0 -57
- package/node_modules/mjml-wrapper/LICENSE.md +0 -21
|
@@ -5,15 +5,15 @@ interface BaseView {
|
|
|
5
5
|
blocks: AnyBlock[];
|
|
6
6
|
/**
|
|
7
7
|
* @description String that will be sent to your app in
|
|
8
|
-
* {@link https://
|
|
9
|
-
* {@link https://
|
|
8
|
+
* {@link https://docs.slack.dev/reference/interaction-payloads/view-interactions-payload#view_submission `view_submission`} and
|
|
9
|
+
* {@link https://docs.slack.dev/reference/interaction-payloads/block_actions-payload `block_actions`} events.
|
|
10
10
|
* Maximum length of 3000 characters.
|
|
11
11
|
*/
|
|
12
12
|
private_metadata?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @description An identifier to recognize interactions and submissions of this particular view. Don't use this to
|
|
15
15
|
* store sensitive information (use `private_metadata` instead). Maximum length of 255 characters.
|
|
16
|
-
* @see {@link https://
|
|
16
|
+
* @see {@link https://docs.slack.dev/surfaces/modals#interactions Handling and responding to interactions}.
|
|
17
17
|
*/
|
|
18
18
|
callback_id?: string;
|
|
19
19
|
/** @description A custom identifier that must be unique for all views on a per-team basis. */
|
|
@@ -49,14 +49,14 @@ export interface ModalView extends BaseView {
|
|
|
49
49
|
clear_on_close?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
* @description Indicates whether Slack will send your app a
|
|
52
|
-
* {@link https://
|
|
52
|
+
* {@link https://docs.slack.dev/reference/interaction-payloads/view-interactions-payload#view_closed `view_closed`} event when a user
|
|
53
53
|
* clicks the close button. Defaults to `false`.
|
|
54
54
|
*/
|
|
55
55
|
notify_on_close?: boolean;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
* {@link https://
|
|
59
|
-
* @deprecated Steps from Apps are deprecated and will no longer be executed starting September 12, 2024. For more information, see our {@link https://
|
|
58
|
+
* {@link https://docs.slack.dev/legacy/legacy-steps-from-appsConfiguration modal} for {@link https://docs.slack.dev/legacy/legacy-steps-from-apps legacy Workflow Steps from Apps}.
|
|
59
|
+
* @deprecated Steps from Apps are deprecated and will no longer be executed starting September 12, 2024. For more information, see our {@link https://docs.slack.dev/changelog/2023-08-workflow-steps-from-apps-step-back deprecation announcement}.
|
|
60
60
|
*/
|
|
61
61
|
export interface WorkflowStepView extends BaseView {
|
|
62
62
|
type: 'workflow_step';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slack/types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "Shared type definitions for the Node Slack SDK",
|
|
5
5
|
"author": "Slack Technologies, LLC",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"npm": ">= 6.12.0"
|
|
21
21
|
},
|
|
22
22
|
"repository": "slackapi/node-slack-sdk",
|
|
23
|
-
"homepage": "https://
|
|
23
|
+
"homepage": "https://docs.slack.dev/tools/node-slack-sdk/reference/types/",
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"prepare": "npm run build",
|
|
32
32
|
"build": "npm run build:clean && tsc",
|
|
33
33
|
"build:clean": "shx rm -rf ./dist",
|
|
34
|
+
"docs": "npx typedoc --plugin typedoc-plugin-markdown",
|
|
34
35
|
"lint": "npx @biomejs/biome check .",
|
|
35
36
|
"lint:fix": "npx @biomejs/biome check --write .",
|
|
36
37
|
"test": "npm run lint && npm run build && npm run test:types",
|
|
@@ -39,7 +40,9 @@
|
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@biomejs/biome": "^2.0.5",
|
|
41
42
|
"shx": "^0.4.0",
|
|
42
|
-
"tsd": "^0.
|
|
43
|
+
"tsd": "^0.33.0",
|
|
44
|
+
"typedoc": "^0.28.7",
|
|
45
|
+
"typedoc-plugin-markdown": "^4.7.1",
|
|
43
46
|
"typescript": "^5.5.4"
|
|
44
47
|
},
|
|
45
48
|
"tsd": {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
[](https://codecov.io/gh/slackapi/node-slack-sdk)
|
|
4
4
|
|
|
5
5
|
The `@slack/web-api` package contains a simple, convenient, and configurable HTTP client for making requests to Slack's
|
|
6
|
-
[Web API](https://
|
|
7
|
-
[methods](https://
|
|
6
|
+
[Web API](https://docs.slack.dev/apis/web-api). Use it in your app to call any of the over 130
|
|
7
|
+
[methods](https://docs.slack.dev/reference/methods), and let it handle formatting, queuing, retrying, pagination, and more.
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ $ npm install @slack/web-api
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
25
|
These examples show the most common features of the `WebClient`. You'll find even more extensive [documentation on the
|
|
26
|
-
package's website](https://
|
|
26
|
+
package's website](https://docs.slack.dev/tools/node-slack-sdk/web-api/).
|
|
27
27
|
|
|
28
28
|
<!-- END: Remove before copying into the docs directory -->
|
|
29
29
|
|
|
@@ -87,7 +87,7 @@ const conversationId = '...';
|
|
|
87
87
|
(async () => {
|
|
88
88
|
|
|
89
89
|
// Post a message to the channel, and await the result.
|
|
90
|
-
// Find more arguments and details of the response: https://
|
|
90
|
+
// Find more arguments and details of the response: https://docs.slack.dev/reference/methods/chat.postMessage
|
|
91
91
|
const result = await web.chat.postMessage({
|
|
92
92
|
text: 'Hello world!',
|
|
93
93
|
channel: conversationId,
|
|
@@ -101,9 +101,9 @@ const conversationId = '...';
|
|
|
101
101
|
**Tip**: If you're using an editor that supports TypeScript, even if you're not using TypeScript to write your code,
|
|
102
102
|
you'll get hints for all the arguments each method supports. This helps you save time by reducing the number of
|
|
103
103
|
times you need to pop out to a webpage to check the reference. There's more information about [using
|
|
104
|
-
TypeScript](https://
|
|
104
|
+
TypeScript](https://docs.slack.dev/tools/node-slack-sdk/typescript/) with this package in the documentation website.
|
|
105
105
|
|
|
106
|
-
**Tip**: Use the [Block Kit Builder](https://
|
|
106
|
+
**Tip**: Use the [Block Kit Builder](https://app.slack.com/block-kit-builder) for a playground
|
|
107
107
|
where you can prototype your message's look and feel.
|
|
108
108
|
|
|
109
109
|
<details>
|
|
@@ -132,8 +132,8 @@ const conversationId = '...';
|
|
|
132
132
|
|
|
133
133
|
### Handle errors
|
|
134
134
|
|
|
135
|
-
Errors can happen for many reasons: maybe the token doesn't have the proper [scopes](https://
|
|
136
|
-
call a method, maybe
|
|
135
|
+
Errors can happen for many reasons: maybe the token doesn't have the proper [scopes](https://docs.slack.dev/reference/scopes) to
|
|
136
|
+
call a method, maybe it's been revoked by a user, or maybe you just used a bad argument. In these cases, the returned
|
|
137
137
|
`Promise` will reject with an `Error`. You should catch the error and use the information it contains to decide how your
|
|
138
138
|
app can proceed.
|
|
139
139
|
|
|
@@ -151,7 +151,7 @@ const { WebClient, ErrorCode } = require('@slack/web-api');
|
|
|
151
151
|
// This method call should fail because we're giving it a bogus user ID to lookup.
|
|
152
152
|
const response = await web.users.info({ user: '...' });
|
|
153
153
|
} catch (error) {
|
|
154
|
-
// Check the code property, and when
|
|
154
|
+
// Check the code property, and when it's a PlatformError, log the whole response.
|
|
155
155
|
if (error.code === ErrorCode.PlatformError) {
|
|
156
156
|
console.log(error.data);
|
|
157
157
|
} else {
|
|
@@ -174,7 +174,7 @@ There are a few more types of errors that you might encounter, each with one of
|
|
|
174
174
|
|
|
175
175
|
* `ErrorCode.RateLimitedError`: The Web API cannot fulfill the API method call because your app has made too many
|
|
176
176
|
requests too quickly. This error has a `retryAfter` property with the number of seconds you should wait before trying
|
|
177
|
-
again. See [the documentation on rate limit handling](https://
|
|
177
|
+
again. See [the documentation on rate limit handling](https://docs.slack.dev/tools/node-slack-sdk/web-api/#rate-limits) to
|
|
178
178
|
understand how the client will automatically deal with these problems for you.
|
|
179
179
|
|
|
180
180
|
* `ErrorCode.HTTPError`: The HTTP response contained an unfamiliar status code. The Web API only responds with `200`
|
|
@@ -187,7 +187,7 @@ There are a few more types of errors that you might encounter, each with one of
|
|
|
187
187
|
|
|
188
188
|
### Pagination
|
|
189
189
|
|
|
190
|
-
[Many of the Web API's methods](https://
|
|
190
|
+
[Many of the Web API's methods](https://docs.slack.dev/apis/web-api/pagination) return
|
|
191
191
|
lists of objects, and are known to be **cursor-paginated**. The result of calling these methods will contain a part of
|
|
192
192
|
the list, or a page, and also provide you with information on how to continue to the next page on a subsequent API call.
|
|
193
193
|
Instead of calling many times manually, the `WebClient` can manage to get each page, allowing you to determine when to
|
|
@@ -244,7 +244,7 @@ time it gets called, the `accumulator` is undefined.
|
|
|
244
244
|
```
|
|
245
245
|
|
|
246
246
|
The returned value is a `Promise`, but what it resolves to depends on whether or not you include the fourth (optional)
|
|
247
|
-
parameter. If you don't include it, the resolved value is always `undefined`. In this case,
|
|
247
|
+
parameter. If you don't include it, the resolved value is always `undefined`. In this case, it's used for control flow
|
|
248
248
|
purposes (resuming the rest of your program), and the function in the third parameter is used to capture a result. If
|
|
249
249
|
you do include the fourth parameter, then the resolved value is the value of the `accumulator`. This is a familiar
|
|
250
250
|
pattern for people that use _functional programming_.
|
|
@@ -258,7 +258,7 @@ pattern for people that use _functional programming_.
|
|
|
258
258
|
The `WebClient` will log interesting information to the console by default. You can use the `logLevel` to decide how
|
|
259
259
|
much information, or how interesting the information needs to be, in order for it to be output. There are a few possible
|
|
260
260
|
log levels, which you can find in the `LogLevel` export. By default, the value is set to `LogLevel.INFO`. While you're
|
|
261
|
-
in development,
|
|
261
|
+
in development, it's sometimes helpful to set this to the most verbose: `LogLevel.DEBUG`.
|
|
262
262
|
|
|
263
263
|
```javascript
|
|
264
264
|
// Import LogLevel from the package
|
|
@@ -366,7 +366,7 @@ retrying the API call. If you'd like to opt out of that behavior, set the `rejec
|
|
|
366
366
|
|
|
367
367
|
### More
|
|
368
368
|
|
|
369
|
-
The [documentation website](https://
|
|
369
|
+
The [documentation website](https://docs.slack.dev/tools/node-slack-sdk/web-api/) has information about these additional features of
|
|
370
370
|
the `WebClient`:
|
|
371
371
|
|
|
372
372
|
* Upload a file with a `Buffer` or a `ReadableStream`.
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import type { Agent } from 'node:http';
|
|
2
2
|
import type { SecureContextOptions } from 'node:tls';
|
|
3
|
-
import { type
|
|
4
|
-
import {
|
|
3
|
+
import { type AxiosAdapter, type InternalAxiosRequestConfig } from 'axios';
|
|
4
|
+
import { ChatStreamer, type ChatStreamerOptions } from './chat-stream';
|
|
5
|
+
import { type Logger, LogLevel } from './logger';
|
|
5
6
|
import { Methods } from './methods';
|
|
6
7
|
import { type RetryOptions } from './retry-policies';
|
|
8
|
+
import type { ChatStartStreamArguments } from './types/request';
|
|
7
9
|
import type { FilesUploadV2Arguments } from './types/request/files';
|
|
8
10
|
import type { FilesCompleteUploadExternalResponse } from './types/response';
|
|
9
11
|
export interface WebClientOptions {
|
|
10
12
|
/**
|
|
11
13
|
* The base URL requests are sent to. Often unchanged, but might be set for testing techniques.
|
|
12
14
|
*
|
|
13
|
-
* See {@link https://
|
|
15
|
+
* See {@link https://docs.slack.dev/tools/node-slack-sdk/web-api/#custom-api-url} for more information.
|
|
14
16
|
* @default https://slack.com/api/
|
|
15
17
|
*/
|
|
16
18
|
slackApiUrl?: string;
|
|
@@ -28,7 +30,7 @@ export interface WebClientOptions {
|
|
|
28
30
|
* Determines if a dynamic method name being an absolute URL overrides the configured slackApiUrl.
|
|
29
31
|
* When set to false, the URL used in Slack API requests will always begin with the slackApiUrl.
|
|
30
32
|
*
|
|
31
|
-
* See {@link https://
|
|
33
|
+
* See {@link https://docs.slack.dev/tools/node-slack-sdk/web-api/#call-a-method} for more details.
|
|
32
34
|
* See {@link https://github.com/axios/axios?tab=readme-ov-file#request-config} for more details.
|
|
33
35
|
* @default true
|
|
34
36
|
*/
|
|
@@ -92,7 +94,7 @@ export type AdapterConfig = AxiosAdapter;
|
|
|
92
94
|
/**
|
|
93
95
|
* A client for Slack's Web API
|
|
94
96
|
*
|
|
95
|
-
* This client provides an alias for each {@link https://
|
|
97
|
+
* This client provides an alias for each {@link https://docs.slack.dev/reference/methods|Web API method}. Each method is
|
|
96
98
|
* a convenience wrapper for calling the {@link WebClient#apiCall} method using the method name as the first parameter.
|
|
97
99
|
*/
|
|
98
100
|
export declare class WebClient extends Methods {
|
|
@@ -141,7 +143,7 @@ export declare class WebClient extends Methods {
|
|
|
141
143
|
* Determines if a dynamic method name being an absolute URL overrides the configured slackApiUrl.
|
|
142
144
|
* When set to false, the URL used in Slack API requests will always begin with the slackApiUrl.
|
|
143
145
|
*
|
|
144
|
-
* See {@link https://
|
|
146
|
+
* See {@link https://docs.slack.dev/tools/node-slack-sdk/web-api/#call-a-method} for more details.
|
|
145
147
|
* See {@link https://github.com/axios/axios?tab=readme-ov-file#request-config} for more details.
|
|
146
148
|
* @default true
|
|
147
149
|
*/
|
|
@@ -160,7 +162,7 @@ export declare class WebClient extends Methods {
|
|
|
160
162
|
constructor(token?: string, { slackApiUrl, logger, logLevel, maxRequestConcurrency, retryConfig, agent, tls, timeout, rejectRateLimitedCalls, headers, teamId, allowAbsoluteUrls, attachOriginalToWebAPIRequestError, requestInterceptor, adapter, }?: WebClientOptions);
|
|
161
163
|
/**
|
|
162
164
|
* Generic method for calling a Web API method
|
|
163
|
-
* @param method - the Web API method to call {@link https://
|
|
165
|
+
* @param method - the Web API method to call {@link https://docs.slack.dev/reference/methods}
|
|
164
166
|
* @param options - options
|
|
165
167
|
*/
|
|
166
168
|
apiCall(method: string, options?: Record<string, unknown>): Promise<WebAPICallResult>;
|
|
@@ -173,12 +175,12 @@ export declare class WebClient extends Methods {
|
|
|
173
175
|
* that is called with three arguments: `accumulator`, `page`, and `index`. The `accumulator` is a value of any type
|
|
174
176
|
* you choose, but it will contain `undefined` when `reduce` is called for the first time. The `page` argument and
|
|
175
177
|
* `index` arguments are exactly what they say they are. The `reduce` function's return value will be passed in as
|
|
176
|
-
* `accumulator` the next time
|
|
178
|
+
* `accumulator` the next time it's called, and the returned promise will resolve to the last value of `accumulator`.
|
|
177
179
|
*
|
|
178
180
|
* The for-await-of syntax is part of ES2018. It is available natively in Node starting with v10.0.0. You may be able
|
|
179
181
|
* to use it in earlier JavaScript runtimes by transpiling your source with a tool like Babel. However, the
|
|
180
182
|
* transpiled code will likely sacrifice performance.
|
|
181
|
-
* @param method - the cursor-paginated Web API method to call {@link https://
|
|
183
|
+
* @param method - the cursor-paginated Web API method to call {@link https://docs.slack.dev/apis/web-api/paginationn}
|
|
182
184
|
* @param options - options
|
|
183
185
|
* @param shouldStop - a predicate that is called with each page, and should return true when pagination can end.
|
|
184
186
|
* @param reduce - a callback that can be used to accumulate a value that the return promise is resolved to
|
|
@@ -186,17 +188,42 @@ export declare class WebClient extends Methods {
|
|
|
186
188
|
paginate(method: string, options?: Record<string, unknown>): AsyncIterable<WebAPICallResult>;
|
|
187
189
|
paginate(method: string, options: Record<string, unknown>, shouldStop: PaginatePredicate): Promise<void>;
|
|
188
190
|
paginate<R extends PageReducer, A extends PageAccumulator<R>>(method: string, options: Record<string, unknown>, shouldStop: PaginatePredicate, reduce?: PageReducer<A>): Promise<A>;
|
|
191
|
+
/**
|
|
192
|
+
* Stream markdown text into a conversation.
|
|
193
|
+
*
|
|
194
|
+
* @description The "chatStream" method starts a new chat stream in a conversation that can be appended to. After appending an entire message, the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.
|
|
195
|
+
*
|
|
196
|
+
* @example
|
|
197
|
+
* const streamer = client.chatStream({
|
|
198
|
+
* channel: "C0123456789",
|
|
199
|
+
* thread_ts: "1700000001.123456",
|
|
200
|
+
* recipient_team_id: "T0123456789",
|
|
201
|
+
* recipient_user_id: "U0123456789",
|
|
202
|
+
* });
|
|
203
|
+
* await streamer.append({
|
|
204
|
+
* markdown_text: "**hello wo",
|
|
205
|
+
* });
|
|
206
|
+
* await streamer.append({
|
|
207
|
+
* markdown_text: "rld!**",
|
|
208
|
+
* });
|
|
209
|
+
* await streamer.stop();
|
|
210
|
+
*
|
|
211
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.startStream}
|
|
212
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.appendStream}
|
|
213
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.stopStream}
|
|
214
|
+
*/
|
|
215
|
+
chatStream(params: Omit<ChatStartStreamArguments & ChatStreamerOptions, 'markdown_text'>): ChatStreamer;
|
|
189
216
|
/**
|
|
190
217
|
* This wrapper method provides an easy way to upload files using the following endpoints:
|
|
191
218
|
*
|
|
192
219
|
* **#1**: For each file submitted with this method, submit filenames
|
|
193
|
-
* and file metadata to {@link https://
|
|
220
|
+
* and file metadata to {@link https://docs.slack.dev/reference/methods/files.getuploadurlexternal files.getUploadURLExternal} to request a URL to
|
|
194
221
|
* which to send the file data to and an id for the file
|
|
195
222
|
*
|
|
196
223
|
* **#2**: for each returned file `upload_url`, upload corresponding file to
|
|
197
224
|
* URLs returned from step 1 (e.g. https://files.slack.com/upload/v1/...\")
|
|
198
225
|
*
|
|
199
|
-
* **#3**: Complete uploads {@link https://
|
|
226
|
+
* **#3**: Complete uploads {@link https://docs.slack.dev/reference/methods/files.completeuploadexternal files.completeUploadExternal}
|
|
200
227
|
* @param options
|
|
201
228
|
*/
|
|
202
229
|
filesUploadV2(options: FilesUploadV2Arguments): Promise<WebAPICallResult & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebClient.d.ts","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAGvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAIrD,OAAc,EACZ,KAAK,
|
|
1
|
+
{"version":3,"file":"WebClient.d.ts","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -61,6 +61,17 @@ var __asyncValues = (this && this.__asyncValues) || function (o) {
|
|
|
61
61
|
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
62
62
|
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
63
63
|
};
|
|
64
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
65
|
+
var t = {};
|
|
66
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
67
|
+
t[p] = s[p];
|
|
68
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
69
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
70
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
71
|
+
t[p[i]] = s[p[i]];
|
|
72
|
+
}
|
|
73
|
+
return t;
|
|
74
|
+
};
|
|
64
75
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
65
76
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
66
77
|
};
|
|
@@ -77,6 +88,7 @@ const is_electron_1 = __importDefault(require("is-electron"));
|
|
|
77
88
|
const is_stream_1 = __importDefault(require("is-stream"));
|
|
78
89
|
const p_queue_1 = __importDefault(require("p-queue"));
|
|
79
90
|
const p_retry_1 = __importStar(require("p-retry"));
|
|
91
|
+
const chat_stream_1 = require("./chat-stream");
|
|
80
92
|
const errors_1 = require("./errors");
|
|
81
93
|
const file_upload_1 = require("./file-upload");
|
|
82
94
|
const helpers_1 = __importDefault(require("./helpers"));
|
|
@@ -112,7 +124,7 @@ var WebClientEvent;
|
|
|
112
124
|
/**
|
|
113
125
|
* A client for Slack's Web API
|
|
114
126
|
*
|
|
115
|
-
* This client provides an alias for each {@link https://
|
|
127
|
+
* This client provides an alias for each {@link https://docs.slack.dev/reference/methods|Web API method}. Each method is
|
|
116
128
|
* a convenience wrapper for calling the {@link WebClient#apiCall} method using the method name as the first parameter.
|
|
117
129
|
*/
|
|
118
130
|
class WebClient extends methods_1.Methods {
|
|
@@ -176,7 +188,7 @@ class WebClient extends methods_1.Methods {
|
|
|
176
188
|
}
|
|
177
189
|
/**
|
|
178
190
|
* Generic method for calling a Web API method
|
|
179
|
-
* @param method - the Web API method to call {@link https://
|
|
191
|
+
* @param method - the Web API method to call {@link https://docs.slack.dev/reference/methods}
|
|
180
192
|
* @param options - options
|
|
181
193
|
*/
|
|
182
194
|
apiCall(method_1) {
|
|
@@ -204,7 +216,7 @@ class WebClient extends methods_1.Methods {
|
|
|
204
216
|
result.response_metadata.warnings.forEach(this.logger.warn.bind(this.logger));
|
|
205
217
|
}
|
|
206
218
|
// log warnings and errors in response metadata messages
|
|
207
|
-
// related to https://
|
|
219
|
+
// related to https://docs.slack.dev/changelog/2016/09/28/response-metadata-is-on-the-way
|
|
208
220
|
if (result.response_metadata !== undefined && result.response_metadata.messages !== undefined) {
|
|
209
221
|
for (const msg of result.response_metadata.messages) {
|
|
210
222
|
const errReg = /\[ERROR\](.*)/;
|
|
@@ -308,17 +320,48 @@ class WebClient extends methods_1.Methods {
|
|
|
308
320
|
return accumulator;
|
|
309
321
|
}))();
|
|
310
322
|
}
|
|
323
|
+
/**
|
|
324
|
+
* Stream markdown text into a conversation.
|
|
325
|
+
*
|
|
326
|
+
* @description The "chatStream" method starts a new chat stream in a conversation that can be appended to. After appending an entire message, the stream can be stopped with concluding arguments such as "blocks" for gathering feedback.
|
|
327
|
+
*
|
|
328
|
+
* @example
|
|
329
|
+
* const streamer = client.chatStream({
|
|
330
|
+
* channel: "C0123456789",
|
|
331
|
+
* thread_ts: "1700000001.123456",
|
|
332
|
+
* recipient_team_id: "T0123456789",
|
|
333
|
+
* recipient_user_id: "U0123456789",
|
|
334
|
+
* });
|
|
335
|
+
* await streamer.append({
|
|
336
|
+
* markdown_text: "**hello wo",
|
|
337
|
+
* });
|
|
338
|
+
* await streamer.append({
|
|
339
|
+
* markdown_text: "rld!**",
|
|
340
|
+
* });
|
|
341
|
+
* await streamer.stop();
|
|
342
|
+
*
|
|
343
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.startStream}
|
|
344
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.appendStream}
|
|
345
|
+
* @see {@link https://docs.slack.dev/reference/methods/chat.stopStream}
|
|
346
|
+
*/
|
|
347
|
+
chatStream(params) {
|
|
348
|
+
const { buffer_size } = params, args = __rest(params, ["buffer_size"]);
|
|
349
|
+
const options = {
|
|
350
|
+
buffer_size,
|
|
351
|
+
};
|
|
352
|
+
return new chat_stream_1.ChatStreamer(this, this.logger, args, options);
|
|
353
|
+
}
|
|
311
354
|
/**
|
|
312
355
|
* This wrapper method provides an easy way to upload files using the following endpoints:
|
|
313
356
|
*
|
|
314
357
|
* **#1**: For each file submitted with this method, submit filenames
|
|
315
|
-
* and file metadata to {@link https://
|
|
358
|
+
* and file metadata to {@link https://docs.slack.dev/reference/methods/files.getuploadurlexternal files.getUploadURLExternal} to request a URL to
|
|
316
359
|
* which to send the file data to and an id for the file
|
|
317
360
|
*
|
|
318
361
|
* **#2**: for each returned file `upload_url`, upload corresponding file to
|
|
319
362
|
* URLs returned from step 1 (e.g. https://files.slack.com/upload/v1/...\")
|
|
320
363
|
*
|
|
321
|
-
* **#3**: Complete uploads {@link https://
|
|
364
|
+
* **#3**: Complete uploads {@link https://docs.slack.dev/reference/methods/files.completeuploadexternal files.completeUploadExternal}
|
|
322
365
|
* @param options
|
|
323
366
|
*/
|
|
324
367
|
filesUploadV2(options) {
|
|
@@ -707,13 +750,13 @@ function parseRetryHeaders(response) {
|
|
|
707
750
|
* @param logger instance of web clients logger
|
|
708
751
|
*/
|
|
709
752
|
function warnDeprecations(method, logger) {
|
|
710
|
-
const deprecatedMethods = ['workflows.'];
|
|
753
|
+
const deprecatedMethods = ['workflows.stepCompleted', 'workflows.stepFailed', 'workflows.updateStep'];
|
|
711
754
|
const isDeprecated = deprecatedMethods.some((depMethod) => {
|
|
712
755
|
const re = new RegExp(`^${depMethod}`);
|
|
713
756
|
return re.test(method);
|
|
714
757
|
});
|
|
715
758
|
if (isDeprecated) {
|
|
716
|
-
logger.warn(`${method} is deprecated. Please check on https://
|
|
759
|
+
logger.warn(`${method} is deprecated. Please check on https://docs.slack.dev/reference/methods for an alternative.`);
|
|
717
760
|
}
|
|
718
761
|
}
|
|
719
762
|
/**
|
|
@@ -728,9 +771,10 @@ function warnIfFallbackIsMissing(method, logger, options) {
|
|
|
728
771
|
const hasAttachments = (args) => Array.isArray(args.attachments) && args.attachments.length;
|
|
729
772
|
const missingAttachmentFallbackDetected = (args) => Array.isArray(args.attachments) &&
|
|
730
773
|
args.attachments.some((attachment) => !attachment.fallback || attachment.fallback.trim() === '');
|
|
731
|
-
const isEmptyText = (args) => args.text === undefined || args.text === null || args.text === ''
|
|
774
|
+
const isEmptyText = (args) => (args.text === undefined || args.text === null || args.text === '') &&
|
|
775
|
+
(args.markdown_text === undefined || args.markdown === null || args.markdown_text === '');
|
|
732
776
|
const buildMissingTextWarning = () => `The top-level \`text\` argument is missing in the request payload for a ${method} call - It's a best practice to always provide a \`text\` argument when posting a message. The \`text\` is used in places where the content cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.`;
|
|
733
|
-
const buildMissingFallbackWarning = () => `Additionally, the attachment-level \`fallback\` argument is missing in the request payload for a ${method} call - To avoid this warning, it is recommended to always provide a top-level \`text\` argument when posting a message. Alternatively, you can provide an attachment-level \`fallback\` argument, though this is now considered a legacy field (see https://
|
|
777
|
+
const buildMissingFallbackWarning = () => `Additionally, the attachment-level \`fallback\` argument is missing in the request payload for a ${method} call - To avoid this warning, it is recommended to always provide a top-level \`text\` argument when posting a message. Alternatively, you can provide an attachment-level \`fallback\` argument, though this is now considered a legacy field (see https://docs.slack.dev/legacy/legacy-messaging/legacy-secondary-message-attachments for more details).`;
|
|
734
778
|
if (isTargetMethod && typeof options === 'object') {
|
|
735
779
|
if (hasAttachments(options)) {
|
|
736
780
|
if (missingAttachmentFallbackDetected(options) && isEmptyText(options)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebClient.js","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"WebClient.js","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"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"}
|