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
|
@@ -3,8 +3,8 @@ import type { ColorScheme, Option, PlainTextElement, PlainTextOption, SlackFileI
|
|
|
3
3
|
import type { Actionable, Confirmable, Dispatchable, Focusable, MaxItemsSelectable, Placeholdable, RichTextBorderable, RichTextStyleable, URLRespondable } from './extensions';
|
|
4
4
|
/**
|
|
5
5
|
* @description Allows users a direct path to performing basic actions.
|
|
6
|
-
* @see {@link https://
|
|
7
|
-
* @see {@link https://
|
|
6
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/button-element Button element reference}.
|
|
7
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interactionThis is an interactive component - see our guide to enabling interactivity}.
|
|
8
8
|
*/
|
|
9
9
|
export interface Button extends Actionable, Confirmable {
|
|
10
10
|
/**
|
|
@@ -17,14 +17,14 @@ export interface Button extends Actionable, Confirmable {
|
|
|
17
17
|
*/
|
|
18
18
|
text: PlainTextElement;
|
|
19
19
|
/**
|
|
20
|
-
* @description The value to send along with the {@link https://
|
|
20
|
+
* @description The value to send along with the {@link https://docs.slack.dev/interactivity/handling-user-interaction#payloads interaction payload}.
|
|
21
21
|
* Maximum length for this field is 2000 characters.
|
|
22
22
|
*/
|
|
23
23
|
value?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @description A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000
|
|
26
|
-
* characters. If you're using `url`, you'll still receive an {@link https://
|
|
27
|
-
* and will need to send an {@link https://
|
|
26
|
+
* characters. If you're using `url`, you'll still receive an {@link https://docs.slack.dev/interactivity/handling-user-interaction#payloads interaction payload}
|
|
27
|
+
* and will need to send an {@link https://docs.slack.dev/interactivity/handling-user-interaction#acknowledgment_response acknowledgement response}.
|
|
28
28
|
*/
|
|
29
29
|
url?: string;
|
|
30
30
|
/**
|
|
@@ -44,8 +44,8 @@ export interface Button extends Actionable, Confirmable {
|
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* @description Allows users to choose multiple items from a list of options.
|
|
47
|
-
* @see {@link https://
|
|
48
|
-
* @see {@link https://
|
|
47
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/checkboxes-element Checkboxes element reference}.
|
|
48
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
49
49
|
*/
|
|
50
50
|
export interface Checkboxes extends Actionable, Confirmable, Focusable {
|
|
51
51
|
/**
|
|
@@ -64,8 +64,8 @@ export interface Checkboxes extends Actionable, Confirmable, Focusable {
|
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* @description Allows users to select a date from a calendar style UI.
|
|
67
|
-
* @see {@link https://
|
|
68
|
-
* @see {@link https://
|
|
67
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/date-picker-element Date picker element reference}.
|
|
68
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
69
69
|
*/
|
|
70
70
|
export interface Datepicker extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
71
71
|
/**
|
|
@@ -83,8 +83,8 @@ export interface Datepicker extends Actionable, Confirmable, Focusable, Placehol
|
|
|
83
83
|
* clients, this time picker will take the form of a dropdown list and the date picker will take the form of a dropdown
|
|
84
84
|
* calendar. Both options will have free-text entry for precise choices. On mobile clients, the time picker and date
|
|
85
85
|
* picker will use native UIs.
|
|
86
|
-
* @see {@link https://
|
|
87
|
-
* @see {@link https://
|
|
86
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/datetime-picker-element Datetime picker element reference}.
|
|
87
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
88
88
|
*/
|
|
89
89
|
export interface DateTimepicker extends Actionable, Confirmable, Focusable {
|
|
90
90
|
/**
|
|
@@ -100,8 +100,8 @@ export interface DateTimepicker extends Actionable, Confirmable, Focusable {
|
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* @description Allows user to enter an email into a single-line field.
|
|
103
|
-
* @see {@link https://
|
|
104
|
-
* @see {@link https://
|
|
103
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/email-input-element Email input element reference}.
|
|
104
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
105
105
|
*/
|
|
106
106
|
export interface EmailInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
107
107
|
/**
|
|
@@ -113,10 +113,55 @@ export interface EmailInput extends Actionable, Dispatchable, Focusable, Placeho
|
|
|
113
113
|
*/
|
|
114
114
|
initial_value?: string;
|
|
115
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* @description Buttons to indicate positive or negative feedback.
|
|
118
|
+
*/
|
|
119
|
+
export interface FeedbackButtons extends Actionable {
|
|
120
|
+
/**
|
|
121
|
+
* @description The type of block. For a feedback buttons block, `type` is always `feedback_buttons`.
|
|
122
|
+
*/
|
|
123
|
+
type: 'feedback_buttons';
|
|
124
|
+
/**
|
|
125
|
+
* @description A button to indicate positive feedback.
|
|
126
|
+
*/
|
|
127
|
+
positive_button: {
|
|
128
|
+
/**
|
|
129
|
+
* @description Defines an object containing some text.
|
|
130
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/composition-objects/text-object Text object reference}.
|
|
131
|
+
*/
|
|
132
|
+
text: PlainTextElement;
|
|
133
|
+
/**
|
|
134
|
+
* @description A label for longer descriptive text about a button element. This label will be read out by screen readers instead of the button `text` object. Maximum length for this field is 75 characters.
|
|
135
|
+
*/
|
|
136
|
+
accessibility_label?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @description The positive feedback button value.
|
|
139
|
+
*/
|
|
140
|
+
value: string;
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* @description A button to indicate negative feedback.
|
|
144
|
+
*/
|
|
145
|
+
negative_button: {
|
|
146
|
+
/**
|
|
147
|
+
* @description Defines an object containing some text.
|
|
148
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/composition-objects/text-object Text object reference}.
|
|
149
|
+
*/
|
|
150
|
+
text: PlainTextElement;
|
|
151
|
+
/**
|
|
152
|
+
* @description A label for longer descriptive text about a button element. This label will be read out by screen readers instead of the button `text` object. Maximum length for this field is 75 characters.
|
|
153
|
+
*/
|
|
154
|
+
accessibility_label?: string;
|
|
155
|
+
/**
|
|
156
|
+
* @description The negative feedback button value.
|
|
157
|
+
*/
|
|
158
|
+
value: string;
|
|
159
|
+
};
|
|
160
|
+
}
|
|
116
161
|
/**
|
|
117
162
|
* @description Allows user to upload files. In order to use the `file_input` element within your app,
|
|
118
163
|
* your app must have the `files:read` scope.
|
|
119
|
-
* @see {@link https://
|
|
164
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/file-input-element File input element reference}.
|
|
120
165
|
*/
|
|
121
166
|
export interface FileInput extends Actionable {
|
|
122
167
|
/**
|
|
@@ -124,7 +169,7 @@ export interface FileInput extends Actionable {
|
|
|
124
169
|
*/
|
|
125
170
|
type: 'file_input';
|
|
126
171
|
/**
|
|
127
|
-
* @description An array of valid {@link https://
|
|
172
|
+
* @description An array of valid {@link https://docs.slack.dev/reference/objects/file-object file extensions} that will be accepted
|
|
128
173
|
* for this element. All file extensions will be accepted if `filetypes` is not specified. This validation is provided
|
|
129
174
|
* for convenience only, and you should perform your own file type validation based on what you expect to receive.
|
|
130
175
|
*/
|
|
@@ -135,10 +180,41 @@ export interface FileInput extends Actionable {
|
|
|
135
180
|
*/
|
|
136
181
|
max_files?: number;
|
|
137
182
|
}
|
|
183
|
+
/**
|
|
184
|
+
* @description An icon button to perform actions.
|
|
185
|
+
*/
|
|
186
|
+
export interface IconButton extends Actionable, Confirmable {
|
|
187
|
+
/**
|
|
188
|
+
* @description The type of element. In this case `type` is always `icon_button`.
|
|
189
|
+
*/
|
|
190
|
+
type: 'icon_button';
|
|
191
|
+
/**
|
|
192
|
+
* @description The icon to show.
|
|
193
|
+
* @example trash
|
|
194
|
+
*/
|
|
195
|
+
icon: string;
|
|
196
|
+
/**
|
|
197
|
+
* @description Defines an object containing some text.
|
|
198
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/composition-objects/text-object Text object reference}.
|
|
199
|
+
*/
|
|
200
|
+
text: PlainTextElement;
|
|
201
|
+
/**
|
|
202
|
+
* @description A label for longer descriptive text about a button element. This label will be read out by screen readers instead of the button `text` object. Maximum length for this field is 75 characters.
|
|
203
|
+
*/
|
|
204
|
+
accessibility_label?: string;
|
|
205
|
+
/**
|
|
206
|
+
* @description The button value.
|
|
207
|
+
*/
|
|
208
|
+
value?: string;
|
|
209
|
+
/**
|
|
210
|
+
* @description User IDs for which the icon appears.
|
|
211
|
+
*/
|
|
212
|
+
visible_to_user_ids?: string[];
|
|
213
|
+
}
|
|
138
214
|
/**
|
|
139
215
|
* @description Displays an image as part of a larger block of content. Use this `image` block if you want a block with
|
|
140
216
|
* only an image in it.
|
|
141
|
-
* @see {@link https://
|
|
217
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/image-element Image element reference}.
|
|
142
218
|
*/
|
|
143
219
|
export type ImageElement = {
|
|
144
220
|
/**
|
|
@@ -156,8 +232,8 @@ export type ImageElement = {
|
|
|
156
232
|
* filter the list. There are different types of select menu elements that depend on different data sources for their
|
|
157
233
|
* lists of options: {@link StaticSelect}, {@link ExternalSelect}, {@link UsersSelect}, {@link ConversationsSelect},
|
|
158
234
|
* {@link ChannelsSelect}.
|
|
159
|
-
* @see {@link https://
|
|
160
|
-
* @see {@link https://
|
|
235
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element Select menu element reference}.
|
|
236
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
161
237
|
*/
|
|
162
238
|
export type Select = UsersSelect | StaticSelect | ConversationsSelect | ChannelsSelect | ExternalSelect;
|
|
163
239
|
/**
|
|
@@ -167,15 +243,15 @@ export type Select = UsersSelect | StaticSelect | ConversationsSelect | Channels
|
|
|
167
243
|
* There are different types of multi-select menu that depend on different data sources for their lists of options:
|
|
168
244
|
* {@link MultiStaticSelect}, {@link MultiExternalSelect}, {@link MultiUsersSelect}, {@link MultiConversationsSelect},
|
|
169
245
|
* {@link MultiChannelsSelect}.
|
|
170
|
-
* @see {@link https://
|
|
171
|
-
* @see {@link https://
|
|
246
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menus-element Multi-select menu element reference}.
|
|
247
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
172
248
|
*/
|
|
173
249
|
export type MultiSelect = MultiUsersSelect | MultiStaticSelect | MultiConversationsSelect | MultiChannelsSelect | MultiExternalSelect;
|
|
174
250
|
/**
|
|
175
251
|
* @description This select menu will populate its options with a list of Slack users visible to the current user in the
|
|
176
252
|
* active workspace.
|
|
177
|
-
* @see {@link https://
|
|
178
|
-
* @see {@link https://
|
|
253
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element#users_select Select menu of users reference}.
|
|
254
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
179
255
|
*/
|
|
180
256
|
export interface UsersSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
181
257
|
/**
|
|
@@ -190,8 +266,8 @@ export interface UsersSelect extends Actionable, Confirmable, Focusable, Placeho
|
|
|
190
266
|
/**
|
|
191
267
|
* @description This multi-select menu will populate its options with a list of Slack users visible to the current user
|
|
192
268
|
* in the active workspace.
|
|
193
|
-
* @see {@link https://
|
|
194
|
-
* @see {@link https://
|
|
269
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menu-element#users_multi_select Multi-select menu of users reference}.
|
|
270
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
195
271
|
*/
|
|
196
272
|
export interface MultiUsersSelect extends Actionable, Confirmable, Focusable, MaxItemsSelectable, Placeholdable {
|
|
197
273
|
/**
|
|
@@ -206,8 +282,8 @@ export interface MultiUsersSelect extends Actionable, Confirmable, Focusable, Ma
|
|
|
206
282
|
/**
|
|
207
283
|
* @description This is the simplest form of select menu, with a static list of options passed in when defining the
|
|
208
284
|
* element.
|
|
209
|
-
* @see {@link https://
|
|
210
|
-
* @see {@link https://
|
|
285
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element#static_select Select menu of static options reference}.
|
|
286
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
211
287
|
*/
|
|
212
288
|
export interface StaticSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
213
289
|
/**
|
|
@@ -236,8 +312,8 @@ export interface StaticSelect extends Actionable, Confirmable, Focusable, Placeh
|
|
|
236
312
|
/**
|
|
237
313
|
* @description This is the simplest form of select menu, with a static list of options passed in when defining the
|
|
238
314
|
* element.
|
|
239
|
-
* @see {@link https://
|
|
240
|
-
* @see {@link https://
|
|
315
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menu-element#static_multi_select Multi-select menu of static options reference}.
|
|
316
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
241
317
|
*/
|
|
242
318
|
export interface MultiStaticSelect extends Actionable, Confirmable, Focusable, MaxItemsSelectable, Placeholdable {
|
|
243
319
|
/**
|
|
@@ -266,8 +342,8 @@ export interface MultiStaticSelect extends Actionable, Confirmable, Focusable, M
|
|
|
266
342
|
/**
|
|
267
343
|
* @description This select menu will populate its options with a list of public and private channels, DMs, and MPIMs
|
|
268
344
|
* visible to the current user in the active workspace.
|
|
269
|
-
* @see {@link https://
|
|
270
|
-
* @see {@link https://
|
|
345
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element#conversations_select Select menu of conversations reference}.
|
|
346
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
271
347
|
*/
|
|
272
348
|
export interface ConversationsSelect extends Actionable, Confirmable, Focusable, Placeholdable, URLRespondable {
|
|
273
349
|
/**
|
|
@@ -296,8 +372,8 @@ export interface ConversationsSelect extends Actionable, Confirmable, Focusable,
|
|
|
296
372
|
/**
|
|
297
373
|
* @description This multi-select menu will populate its options with a list of public and private channels, DMs, and
|
|
298
374
|
* MPIMs visible to the current user in the active workspace.
|
|
299
|
-
* @see {@link https://
|
|
300
|
-
* @see {@link https://
|
|
375
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menu-element#conversation_multi_select Multi-select menu of conversations reference}.
|
|
376
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
301
377
|
*/
|
|
302
378
|
export interface MultiConversationsSelect extends Actionable, Confirmable, Focusable, MaxItemsSelectable, Placeholdable {
|
|
303
379
|
/**
|
|
@@ -326,8 +402,8 @@ export interface MultiConversationsSelect extends Actionable, Confirmable, Focus
|
|
|
326
402
|
/**
|
|
327
403
|
* @description This select menu will populate its options with a list of public channels visible to the current user
|
|
328
404
|
* in the active workspace.
|
|
329
|
-
* @see {@link https://
|
|
330
|
-
* @see {@link https://
|
|
405
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element#channels_select Select menu of public channels reference}.
|
|
406
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
331
407
|
*/
|
|
332
408
|
export interface ChannelsSelect extends Actionable, Confirmable, Focusable, Placeholdable, URLRespondable {
|
|
333
409
|
/**
|
|
@@ -342,8 +418,8 @@ export interface ChannelsSelect extends Actionable, Confirmable, Focusable, Plac
|
|
|
342
418
|
/**
|
|
343
419
|
* @description This multi-select menu will populate its options with a list of public channels visible to the current
|
|
344
420
|
* user in the active workspace.
|
|
345
|
-
* @see {@link https://
|
|
346
|
-
* @see {@link https://
|
|
421
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menu-element#channel_multi_select Multi-select menu of public channels reference}.
|
|
422
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
347
423
|
*/
|
|
348
424
|
export interface MultiChannelsSelect extends Actionable, Confirmable, Focusable, MaxItemsSelectable, Placeholdable {
|
|
349
425
|
/**
|
|
@@ -358,8 +434,8 @@ export interface MultiChannelsSelect extends Actionable, Confirmable, Focusable,
|
|
|
358
434
|
/**
|
|
359
435
|
* @description This select menu will load its options from an external data source, allowing for a dynamic list of
|
|
360
436
|
* options.
|
|
361
|
-
* @see {@link https://
|
|
362
|
-
* @see {@link https://
|
|
437
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/select-menu-element#external_select Select menu of external data source reference}.
|
|
438
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
363
439
|
*/
|
|
364
440
|
export interface ExternalSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
365
441
|
/**
|
|
@@ -379,8 +455,8 @@ export interface ExternalSelect extends Actionable, Confirmable, Focusable, Plac
|
|
|
379
455
|
}
|
|
380
456
|
/**
|
|
381
457
|
* @description This menu will load its options from an external data source, allowing for a dynamic list of options.
|
|
382
|
-
* @see {@link https://
|
|
383
|
-
* @see {@link https://
|
|
458
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/multi-select-menu-element#external_multi_select Multi-select menu of external data source reference}.
|
|
459
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
384
460
|
*/
|
|
385
461
|
export interface MultiExternalSelect extends Actionable, Confirmable, Focusable, MaxItemsSelectable, Placeholdable {
|
|
386
462
|
/**
|
|
@@ -402,8 +478,8 @@ export interface MultiExternalSelect extends Actionable, Confirmable, Focusable,
|
|
|
402
478
|
* @description Allows user to enter a number into a single-line field. The number input element accepts both whole and
|
|
403
479
|
* decimal numbers. For example, 0.25, 5.5, and -10 are all valid input values. Decimal numbers are only allowed when
|
|
404
480
|
* `is_decimal_allowed` is equal to `true`.
|
|
405
|
-
* @see {@link https://
|
|
406
|
-
* @see {@link https://
|
|
481
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/number-input-element Number input element reference}.
|
|
482
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
407
483
|
*/
|
|
408
484
|
export interface NumberInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
409
485
|
/**
|
|
@@ -433,8 +509,8 @@ export interface NumberInput extends Actionable, Dispatchable, Focusable, Placeh
|
|
|
433
509
|
* than customizable text. As such, it is usually used if you want a more compact layout than a select menu, or to
|
|
434
510
|
* supply a list of less visually important actions after a row of buttons. You can also specify simple URL links as
|
|
435
511
|
* overflow menu options, instead of actions.
|
|
436
|
-
* @see {@link https://
|
|
437
|
-
* @see {@link https://
|
|
512
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/overflow-menu-element Overflow menu element reference}.
|
|
513
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
438
514
|
*/
|
|
439
515
|
export interface Overflow extends Actionable, Confirmable {
|
|
440
516
|
/**
|
|
@@ -448,8 +524,8 @@ export interface Overflow extends Actionable, Confirmable {
|
|
|
448
524
|
}
|
|
449
525
|
/**
|
|
450
526
|
* @description Allows users to enter freeform text data into a single-line or multi-line field.
|
|
451
|
-
* @see {@link https://
|
|
452
|
-
* @see {@link https://
|
|
527
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/plain-text-input-element Plain-text input element reference}.
|
|
528
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
453
529
|
*/
|
|
454
530
|
export interface PlainTextInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
455
531
|
/**
|
|
@@ -478,8 +554,8 @@ export interface PlainTextInput extends Actionable, Dispatchable, Focusable, Pla
|
|
|
478
554
|
}
|
|
479
555
|
/**
|
|
480
556
|
* @description Allows users to choose one item from a list of possible options.
|
|
481
|
-
* @see {@link https://
|
|
482
|
-
* @see {@link https://
|
|
557
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/radio-button-group-element Radio button group element reference}.
|
|
558
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
483
559
|
*/
|
|
484
560
|
export interface RadioButtons extends Actionable, Confirmable, Focusable {
|
|
485
561
|
/**
|
|
@@ -500,8 +576,8 @@ export interface RadioButtons extends Actionable, Confirmable, Focusable {
|
|
|
500
576
|
* @description Allows users to choose a time from a rich dropdown UI. On desktop clients, this time picker will take
|
|
501
577
|
* the form of a dropdown list with free-text entry for precise choices. On mobile clients, the time picker will use
|
|
502
578
|
* native time picker UIs.
|
|
503
|
-
* @see {@link https://
|
|
504
|
-
* @see {@link https://
|
|
579
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/time-picker-element Time picker element reference}.
|
|
580
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
505
581
|
*/
|
|
506
582
|
export interface Timepicker extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
507
583
|
/**
|
|
@@ -522,8 +598,8 @@ export interface Timepicker extends Actionable, Confirmable, Focusable, Placehol
|
|
|
522
598
|
}
|
|
523
599
|
/**
|
|
524
600
|
* @description Allows user to enter a URL into a single-line field.
|
|
525
|
-
* @see {@link https://
|
|
526
|
-
* @see {@link https://
|
|
601
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/url-input-element URL input element reference}.
|
|
602
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
527
603
|
*/
|
|
528
604
|
export interface URLInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
529
605
|
/**
|
|
@@ -536,8 +612,8 @@ export interface URLInput extends Actionable, Dispatchable, Focusable, Placehold
|
|
|
536
612
|
initial_value?: string;
|
|
537
613
|
}
|
|
538
614
|
/**
|
|
539
|
-
* @description Allows users to run a {@link https://
|
|
540
|
-
* @see {@link https://
|
|
615
|
+
* @description Allows users to run a {@link https://docs.slack.dev/tools/deno-slack-sdk/guides/creating-link-triggers/#workflow_buttons link trigger} with customizable inputs.
|
|
616
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/workflow-button-element Workflow button element reference}.
|
|
541
617
|
*/
|
|
542
618
|
export interface WorkflowButton extends Confirmable {
|
|
543
619
|
/**
|
|
@@ -554,12 +630,12 @@ export interface WorkflowButton extends Confirmable {
|
|
|
554
630
|
*/
|
|
555
631
|
workflow: {
|
|
556
632
|
/**
|
|
557
|
-
* @description Properties of the {@link https://
|
|
633
|
+
* @description Properties of the {@link https://docs.slack.dev/tools/deno-slack-sdk/guides/creating-link-triggers/#workflow_buttons link trigger}
|
|
558
634
|
* that will be invoked via this button.
|
|
559
635
|
*/
|
|
560
636
|
trigger: {
|
|
561
637
|
/**
|
|
562
|
-
* @description The trigger URL of the {@link https://
|
|
638
|
+
* @description The trigger URL of the {@link https://docs.slack.dev/tools/deno-slack-sdk/guides/creating-link-triggers/#workflow_buttons link trigger}
|
|
563
639
|
*/
|
|
564
640
|
url: string;
|
|
565
641
|
/**
|
|
@@ -839,8 +915,8 @@ export interface RichTextPreformatted extends RichTextBorderable {
|
|
|
839
915
|
/**
|
|
840
916
|
* @description A rich text input creates a composer/WYSIWYG editor for entering formatted text, offering nearly the
|
|
841
917
|
* same experience you have writing messages in Slack.
|
|
842
|
-
* @see {@link https://
|
|
843
|
-
* @see {@link https://
|
|
918
|
+
* @see {@link https://docs.slack.dev/reference/block-kit/block-elements/rich-text-input-element Rich-text input element reference}.
|
|
919
|
+
* @see {@link https://docs.slack.dev/interactivity/handling-user-interaction This is an interactive component - see our guide to enabling interactivity}.
|
|
844
920
|
*/
|
|
845
921
|
export interface RichTextInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
846
922
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-elements.d.ts","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"block-elements.d.ts","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// This file contains objects documented here: https://
|
|
2
|
+
// This file contains objects documented here: https://docs.slack.dev/reference/block-kit/block-elements
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
//# sourceMappingURL=block-elements.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-elements.js","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"block-elements.js","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":";AAAA,wGAAwG"}
|