cloudstructs 0.9.14 → 0.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/API.md +0 -45
- package/assets/slack-app/provider.lambda/index.js +5 -1
- package/assets/slack-textract/detect.lambda/index.js +459 -149
- package/assets/ssl-server-test/analyze.lambda/index.js +5 -1
- 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/esm/superPropGet.js +4 -4
- package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.d.ts +2 -2
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +4 -2
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +6 -3
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +2 -14
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +17 -10
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +93 -8
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1060 -110
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2 -3
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +262 -23
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +21 -12
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +15 -64
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +64 -19
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.js +0 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -7
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +28 -5
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
- package/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
- package/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
- package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
- package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
- package/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
- package/node_modules/@slack/types/dist/events/app.d.ts +151 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/app.js +3 -0
- package/node_modules/@slack/types/dist/events/app.js.map +1 -0
- package/node_modules/@slack/types/dist/events/call.d.ts +8 -0
- package/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/call.js +3 -0
- package/node_modules/@slack/types/dist/events/call.js.map +1 -0
- package/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
- package/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/channel.js +3 -0
- package/node_modules/@slack/types/dist/events/channel.js.map +1 -0
- package/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
- package/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/dnd.js +3 -0
- package/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
- package/node_modules/@slack/types/dist/events/email.d.ts +6 -0
- package/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/email.js +3 -0
- package/node_modules/@slack/types/dist/events/email.js.map +1 -0
- package/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
- package/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/emoji.js +3 -0
- package/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
- package/node_modules/@slack/types/dist/events/file.d.ts +60 -0
- package/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/file.js +4 -0
- package/node_modules/@slack/types/dist/events/file.js.map +1 -0
- package/node_modules/@slack/types/dist/events/function.d.ts +33 -0
- package/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/function.js +3 -0
- package/node_modules/@slack/types/dist/events/function.js.map +1 -0
- package/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
- package/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
- package/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
- package/node_modules/@slack/types/dist/events/group.d.ts +55 -0
- package/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/group.js +3 -0
- package/node_modules/@slack/types/dist/events/group.js.map +1 -0
- package/node_modules/@slack/types/dist/events/im.d.ts +26 -0
- package/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/im.js +3 -0
- package/node_modules/@slack/types/dist/events/im.js.map +1 -0
- package/node_modules/@slack/types/dist/events/index.d.ts +57 -0
- package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/index.js +42 -0
- package/node_modules/@slack/types/dist/events/index.js.map +1 -0
- package/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
- package/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/invite.js +3 -0
- package/node_modules/@slack/types/dist/events/invite.js.map +1 -0
- package/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
- package/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/link-shared.js +3 -0
- package/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
- package/node_modules/@slack/types/dist/events/member.d.ts +18 -0
- package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/member.js +3 -0
- package/node_modules/@slack/types/dist/events/member.js.map +1 -0
- package/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
- package/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
- package/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
- package/node_modules/@slack/types/dist/events/message.d.ts +304 -0
- package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/message.js +3 -0
- package/node_modules/@slack/types/dist/events/message.js.map +1 -0
- package/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
- package/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/pin.js +3 -0
- package/node_modules/@slack/types/dist/events/pin.js.map +1 -0
- package/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
- package/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/reaction.js +3 -0
- package/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
- package/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
- package/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
- package/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
- package/node_modules/@slack/types/dist/events/star.d.ts +13 -0
- package/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/star.js +3 -0
- package/node_modules/@slack/types/dist/events/star.js.map +1 -0
- package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
- package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
- package/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
- package/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
- package/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/subteam.js +3 -0
- package/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
- package/node_modules/@slack/types/dist/events/team.d.ts +99 -0
- package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/team.js +3 -0
- package/node_modules/@slack/types/dist/events/team.js.map +1 -0
- package/node_modules/@slack/types/dist/events/token.d.ts +8 -0
- package/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/token.js +3 -0
- package/node_modules/@slack/types/dist/events/token.js.map +1 -0
- package/node_modules/@slack/types/dist/events/user.d.ts +312 -0
- package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/events/user.js +3 -0
- package/node_modules/@slack/types/dist/events/user.js.map +1 -0
- package/node_modules/@slack/types/dist/index.d.ts +1 -0
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +1 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/dist/message-attachments.d.ts +7 -6
- package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/views.d.ts +51 -15
- package/node_modules/@slack/types/dist/views.d.ts.map +1 -1
- package/node_modules/@slack/types/package.json +10 -15
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +12 -16
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +54 -60
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +2 -2
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +5 -5
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +20 -21
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +7 -6
- 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/logger.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +265 -253
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +59 -41
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/retry-policies.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/helpers.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +3 -3
- package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +5 -9
- package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +5 -16
- package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +2 -4
- package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +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/admin/roles.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +7 -11
- package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/api.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +5 -9
- package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/bots.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/calls.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +3 -5
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +19 -19
- 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 +12 -0
- package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +34 -15
- package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts +13 -13
- package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +26 -26
- 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.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +4 -5
- package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +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/search.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/team.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +3 -4
- package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts +2 -2
- package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/views.d.ts +8 -9
- 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 +1 -1
- package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +31 -4
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +9 -3
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +9 -3
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +5 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +8 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +9 -3
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +10 -3
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +7 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -3
- package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +8 -3
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +8 -3
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +8 -3
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +8 -3
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +3 -1
- 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/buffer.d.ts +17 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +93 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1060 -110
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +262 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +21 -12
- package/node_modules/@slack/web-api/package.json +8 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +17 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +93 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1060 -110
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +262 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +21 -12
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +17 -10
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +93 -8
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1060 -110
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -3
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +262 -23
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +21 -12
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +17 -10
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +93 -8
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1060 -110
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -3
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +262 -23
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +21 -12
- package/node_modules/axios/CHANGELOG.md +27 -0
- package/node_modules/axios/README.md +4 -3
- package/node_modules/axios/dist/axios.js +179 -131
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +89 -57
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +89 -57
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +90 -58
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +17 -20
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/cancel/CancelToken.js +14 -0
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/composeSignals.js +31 -29
- package/node_modules/axios/lib/helpers/trackStream.js +25 -5
- package/node_modules/axios/package.json +1 -1
- package/node_modules/escalade/index.d.mts +11 -0
- package/node_modules/escalade/index.d.ts +14 -2
- package/node_modules/escalade/package.json +18 -7
- package/node_modules/escalade/sync/index.d.mts +9 -0
- package/node_modules/escalade/sync/index.d.ts +13 -2
- package/node_modules/follow-redirects/index.js +21 -7
- package/node_modules/follow-redirects/package.json +2 -2
- package/node_modules/pump/.github/FUNDING.yml +2 -0
- package/node_modules/pump/README.md +9 -0
- package/node_modules/pump/SECURITY.md +5 -0
- package/node_modules/pump/index.js +5 -1
- package/node_modules/pump/package.json +1 -1
- package/node_modules/uglify-js/lib/compress.js +23 -13
- package/node_modules/uglify-js/package.json +1 -1
- package/package.json +22 -22
- package/node_modules/mjml-migrate/node_modules/cliui/LICENSE.txt +0 -14
- package/node_modules/mjml-migrate/node_modules/cliui/README.md +0 -141
- package/node_modules/mjml-migrate/node_modules/cliui/build/index.cjs +0 -302
- package/node_modules/mjml-migrate/node_modules/cliui/build/index.d.cts +0 -43
- package/node_modules/mjml-migrate/node_modules/cliui/build/lib/index.js +0 -287
- package/node_modules/mjml-migrate/node_modules/cliui/build/lib/string-utils.js +0 -27
- package/node_modules/mjml-migrate/node_modules/cliui/index.mjs +0 -13
- package/node_modules/mjml-migrate/node_modules/cliui/package.json +0 -83
- package/node_modules/mjml-migrate/node_modules/yargs/LICENSE +0 -21
- package/node_modules/mjml-migrate/node_modules/yargs/README.md +0 -204
- package/node_modules/mjml-migrate/node_modules/yargs/browser.d.ts +0 -5
- package/node_modules/mjml-migrate/node_modules/yargs/browser.mjs +0 -7
- package/node_modules/mjml-migrate/node_modules/yargs/build/index.cjs +0 -1
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/argsert.js +0 -62
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/command.js +0 -449
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion-templates.js +0 -48
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion.js +0 -243
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/middleware.js +0 -88
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/parse-command.js +0 -32
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/common-types.js +0 -9
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/usage.js +0 -584
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/which-module.js +0 -10
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/validation.js +0 -305
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yerror.js +0 -9
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/helpers.mjs +0 -10
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/index.js +0 -14
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/package.json +0 -3
- package/node_modules/mjml-migrate/node_modules/yargs/index.cjs +0 -53
- package/node_modules/mjml-migrate/node_modules/yargs/index.mjs +0 -8
- package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
- package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
- package/node_modules/mjml-migrate/node_modules/yargs/locales/be.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/cs.json +0 -51
- package/node_modules/mjml-migrate/node_modules/yargs/locales/de.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/en.json +0 -55
- package/node_modules/mjml-migrate/node_modules/yargs/locales/es.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/fi.json +0 -49
- package/node_modules/mjml-migrate/node_modules/yargs/locales/fr.json +0 -53
- package/node_modules/mjml-migrate/node_modules/yargs/locales/hi.json +0 -49
- package/node_modules/mjml-migrate/node_modules/yargs/locales/hu.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/id.json +0 -50
- package/node_modules/mjml-migrate/node_modules/yargs/locales/it.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ja.json +0 -51
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ko.json +0 -49
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nb.json +0 -44
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nl.json +0 -49
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nn.json +0 -44
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pirate.json +0 -13
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pl.json +0 -49
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pt.json +0 -45
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pt_BR.json +0 -48
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ru.json +0 -51
- package/node_modules/mjml-migrate/node_modules/yargs/locales/th.json +0 -46
- package/node_modules/mjml-migrate/node_modules/yargs/locales/tr.json +0 -48
- package/node_modules/mjml-migrate/node_modules/yargs/locales/uk_UA.json +0 -51
- package/node_modules/mjml-migrate/node_modules/yargs/locales/uz.json +0 -52
- package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_CN.json +0 -48
- package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_TW.json +0 -51
- package/node_modules/mjml-migrate/node_modules/yargs/package.json +0 -123
- package/node_modules/mjml-migrate/node_modules/yargs/yargs +0 -9
- package/node_modules/mjml-migrate/node_modules/yargs/yargs.mjs +0 -10
- package/node_modules/mjml-migrate/node_modules/yargs-parser/LICENSE.txt +0 -14
- package/node_modules/mjml-migrate/node_modules/yargs-parser/README.md +0 -518
- package/node_modules/mjml-migrate/node_modules/yargs-parser/browser.js +0 -29
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/index.cjs +0 -1050
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/index.js +0 -62
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
- package/node_modules/mjml-migrate/node_modules/yargs-parser/package.json +0 -92
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/LICENSE.txt +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/README.md +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.cjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.d.cts +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/index.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/string-utils.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/index.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/package.json +0 -0
- /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/.npmignore +0 -0
- /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/index.js +0 -0
- /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/.gitkeep +0 -0
- /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/mappingTable.json +0 -0
- /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/package.json +0 -0
- /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/LICENSE.md +0 -0
- /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/README.md +0 -0
- /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/lib/index.js +0 -0
- /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/package.json +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/LICENSE.txt +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/README.md +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL-impl.js +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL.js +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/public-api.js +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/url-state-machine.js +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/utils.js +0 -0
- /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/package.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/LICENSE +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/README.md +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.d.ts +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/index.cjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/argsert.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/command.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion-templates.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/middleware.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/parse-command.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/common-types.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/yargs-parser-types.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/usage.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/apply-extends.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/is-promise.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/levenshtein.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/maybe-async-result.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/obj-filter.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/process-argv.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/set-blocking.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/which-module.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/validation.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yargs-factory.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yerror.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/helpers.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/index.js +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/package.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.cjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/browser.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/esm.mjs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/be.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/cs.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/de.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/en.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/es.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fi.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fr.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hi.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hu.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/id.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/it.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ja.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ko.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nb.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nl.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nn.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pirate.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pl.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt_BR.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ru.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/th.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/tr.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uk_UA.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uz.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_CN.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_TW.json +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/LICENSE.txt +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/README.md +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/browser.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/index.cjs +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/index.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/string-utils.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -0
- /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/package.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/package.json +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs +0 -0
- /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs.mjs +0 -0
|
@@ -56,10 +56,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
56
56
|
};
|
|
57
57
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58
58
|
exports.buildThreadTsWarningMessage = exports.WebClient = exports.WebClientEvent = void 0;
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
59
|
+
const node_path_1 = require("node:path");
|
|
60
|
+
const node_querystring_1 = require("node:querystring");
|
|
61
|
+
const node_util_1 = require("node:util");
|
|
62
|
+
const node_zlib_1 = __importDefault(require("node:zlib"));
|
|
63
63
|
const axios_1 = __importDefault(require("axios"));
|
|
64
64
|
const form_data_1 = __importDefault(require("form-data"));
|
|
65
65
|
const is_electron_1 = __importDefault(require("is-electron"));
|
|
@@ -77,14 +77,25 @@ const retry_policies_1 = require("./retry-policies");
|
|
|
77
77
|
* Helpers
|
|
78
78
|
*/
|
|
79
79
|
// Props on axios default headers object to ignore when retrieving full list of actual headers sent in any HTTP requests
|
|
80
|
-
const axiosHeaderPropsToIgnore = [
|
|
80
|
+
const axiosHeaderPropsToIgnore = [
|
|
81
|
+
'delete',
|
|
82
|
+
'common',
|
|
83
|
+
'get',
|
|
84
|
+
'put',
|
|
85
|
+
'head',
|
|
86
|
+
'post',
|
|
87
|
+
'link',
|
|
88
|
+
'patch',
|
|
89
|
+
'purge',
|
|
90
|
+
'unlink',
|
|
91
|
+
'options',
|
|
92
|
+
];
|
|
81
93
|
const defaultFilename = 'Untitled';
|
|
82
94
|
const defaultPageSize = 200;
|
|
83
95
|
const noopPageReducer = () => undefined;
|
|
84
96
|
var WebClientEvent;
|
|
85
97
|
(function (WebClientEvent) {
|
|
86
98
|
// TODO: safe to rename this to conform to PascalCase enum type naming convention?
|
|
87
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
88
99
|
WebClientEvent["RATE_LIMITED"] = "rate_limited";
|
|
89
100
|
})(WebClientEvent || (exports.WebClientEvent = WebClientEvent = {}));
|
|
90
101
|
/**
|
|
@@ -102,7 +113,6 @@ class WebClient extends methods_1.Methods {
|
|
|
102
113
|
this.token = token;
|
|
103
114
|
this.slackApiUrl = slackApiUrl;
|
|
104
115
|
this.retryConfig = retryConfig;
|
|
105
|
-
// eslint-disable-next-line new-cap
|
|
106
116
|
this.requestQueue = new p_queue_1.default({ concurrency: maxRequestConcurrency });
|
|
107
117
|
// NOTE: may want to filter the keys to only those acceptable for TLS options
|
|
108
118
|
this.tlsConfig = tls !== undefined ? tls : {};
|
|
@@ -119,13 +129,11 @@ class WebClient extends methods_1.Methods {
|
|
|
119
129
|
else {
|
|
120
130
|
this.logger = (0, logger_1.getLogger)(WebClient.loggerName, logLevel !== null && logLevel !== void 0 ? logLevel : logger_1.LogLevel.INFO, logger);
|
|
121
131
|
}
|
|
122
|
-
// eslint-disable-next-line no-param-reassign
|
|
123
132
|
if (this.token && !headers.Authorization)
|
|
124
133
|
headers.Authorization = `Bearer ${this.token}`;
|
|
125
134
|
this.axios = axios_1.default.create({
|
|
126
135
|
timeout,
|
|
127
136
|
baseURL: slackApiUrl,
|
|
128
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
129
137
|
headers: (0, is_electron_1.default)() ? headers : Object.assign({ 'User-Agent': (0, instrument_1.getUserAgent)() }, headers),
|
|
130
138
|
httpAgent: agent,
|
|
131
139
|
httpsAgent: agent,
|
|
@@ -139,7 +147,7 @@ class WebClient extends methods_1.Methods {
|
|
|
139
147
|
proxy: false,
|
|
140
148
|
});
|
|
141
149
|
// serializeApiCallOptions will always determine the appropriate content-type
|
|
142
|
-
|
|
150
|
+
this.axios.defaults.headers.post['Content-Type'] = undefined;
|
|
143
151
|
this.logger.debug('initialized');
|
|
144
152
|
}
|
|
145
153
|
/**
|
|
@@ -157,8 +165,7 @@ class WebClient extends methods_1.Methods {
|
|
|
157
165
|
throw new TypeError(`Expected an options argument but instead received a ${typeof options}`);
|
|
158
166
|
}
|
|
159
167
|
(0, file_upload_1.warnIfNotUsingFilesUploadV2)(method, this.logger);
|
|
160
|
-
//
|
|
161
|
-
// @ts-ignore
|
|
168
|
+
// @ts-expect-error insufficient overlap between Record and FilesUploadV2Arguments
|
|
162
169
|
if (method === 'files.uploadV2')
|
|
163
170
|
return this.filesUploadV2(options);
|
|
164
171
|
const headers = {};
|
|
@@ -174,7 +181,7 @@ class WebClient extends methods_1.Methods {
|
|
|
174
181
|
// log warnings and errors in response metadata messages
|
|
175
182
|
// related to https://api.slack.com/changelog/2016-09-28-response-metadata-is-on-the-way
|
|
176
183
|
if (result.response_metadata !== undefined && result.response_metadata.messages !== undefined) {
|
|
177
|
-
result.response_metadata.messages
|
|
184
|
+
for (const msg of result.response_metadata.messages) {
|
|
178
185
|
const errReg = /\[ERROR\](.*)/;
|
|
179
186
|
const warnReg = /\[WARN\](.*)/;
|
|
180
187
|
if (errReg.test(msg)) {
|
|
@@ -189,15 +196,15 @@ class WebClient extends methods_1.Methods {
|
|
|
189
196
|
this.logger.warn(warnMatch[1].trim());
|
|
190
197
|
}
|
|
191
198
|
}
|
|
192
|
-
}
|
|
199
|
+
}
|
|
193
200
|
}
|
|
194
201
|
// If result's content is gzip, "ok" property is not returned with successful response
|
|
195
202
|
// TODO: look into simplifying this code block to only check for the second condition
|
|
196
203
|
// if an { ok: false } body applies for all API errors
|
|
197
|
-
if (!result.ok &&
|
|
204
|
+
if (!result.ok && response.headers['content-type'] !== 'application/gzip') {
|
|
198
205
|
throw (0, errors_1.platformErrorFromResult)(result);
|
|
199
206
|
}
|
|
200
|
-
|
|
207
|
+
if ('ok' in result && result.ok === false) {
|
|
201
208
|
throw (0, errors_1.platformErrorFromResult)(result);
|
|
202
209
|
}
|
|
203
210
|
this.logger.debug(`apiCall('${method}') end`);
|
|
@@ -208,8 +215,7 @@ class WebClient extends methods_1.Methods {
|
|
|
208
215
|
const pageSize = (() => {
|
|
209
216
|
if (options !== undefined && typeof options.limit === 'number') {
|
|
210
217
|
const { limit } = options;
|
|
211
|
-
|
|
212
|
-
delete options.limit;
|
|
218
|
+
options.limit = undefined;
|
|
213
219
|
return limit;
|
|
214
220
|
}
|
|
215
221
|
return defaultPageSize;
|
|
@@ -227,7 +233,6 @@ class WebClient extends methods_1.Methods {
|
|
|
227
233
|
}
|
|
228
234
|
// NOTE: test for the situation where you're resuming a pagination using and existing cursor
|
|
229
235
|
while (result === undefined || paginationOptions !== undefined) {
|
|
230
|
-
// eslint-disable-next-line no-await-in-loop
|
|
231
236
|
result = yield __await(this.apiCall(method, Object.assign(options !== undefined ? options : {}, paginationOptions)));
|
|
232
237
|
yield yield __await(result);
|
|
233
238
|
paginationOptions = paginationOptionsForNextPage(result, pageSize);
|
|
@@ -237,7 +242,7 @@ class WebClient extends methods_1.Methods {
|
|
|
237
242
|
if (shouldStop === undefined) {
|
|
238
243
|
return generatePages.call(this);
|
|
239
244
|
}
|
|
240
|
-
const pageReducer =
|
|
245
|
+
const pageReducer = reduce !== undefined ? reduce : noopPageReducer;
|
|
241
246
|
let index = 0;
|
|
242
247
|
return (() => __awaiter(this, void 0, void 0, function* () {
|
|
243
248
|
// Unroll the first iteration of the iterator
|
|
@@ -257,7 +262,6 @@ class WebClient extends methods_1.Methods {
|
|
|
257
262
|
}
|
|
258
263
|
try {
|
|
259
264
|
// Continue iteration
|
|
260
|
-
// eslint-disable-next-line no-restricted-syntax
|
|
261
265
|
for (var _d = true, pageIterator_1 = __asyncValues(pageIterator), pageIterator_1_1; pageIterator_1_1 = yield pageIterator_1.next(), _a = pageIterator_1_1.done, !_a; _d = true) {
|
|
262
266
|
_c = pageIterator_1_1.value;
|
|
263
267
|
_d = false;
|
|
@@ -319,7 +323,6 @@ class WebClient extends methods_1.Methods {
|
|
|
319
323
|
fetchAllUploadURLExternal(fileUploads) {
|
|
320
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
321
325
|
return Promise.all(fileUploads.map((upload) => {
|
|
322
|
-
/* eslint-disable @typescript-eslint/consistent-type-assertions */
|
|
323
326
|
const options = {
|
|
324
327
|
filename: upload.filename,
|
|
325
328
|
length: upload.length,
|
|
@@ -398,9 +401,9 @@ class WebClient extends methods_1.Methods {
|
|
|
398
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
399
402
|
// TODO: better input types - remove any
|
|
400
403
|
const task = () => this.requestQueue.add(() => __awaiter(this, void 0, void 0, function* () {
|
|
401
|
-
const requestURL =
|
|
404
|
+
const requestURL = url.startsWith('https' || 'http') ? url : `${this.axios.getUri() + url}`;
|
|
402
405
|
try {
|
|
403
|
-
//
|
|
406
|
+
// biome-ignore lint/suspicious/noExplicitAny: TODO: type this
|
|
404
407
|
const config = Object.assign({ headers }, this.tlsConfig);
|
|
405
408
|
// admin.analytics.getFile returns a binary response
|
|
406
409
|
// To be able to parse it, it should be read as an ArrayBuffer
|
|
@@ -410,14 +413,12 @@ class WebClient extends methods_1.Methods {
|
|
|
410
413
|
// apps.event.authorizations.list will reject HTTP requests that send token in the body
|
|
411
414
|
// TODO: consider applying this change to all methods - though that will require thorough integration testing
|
|
412
415
|
if (url.endsWith('apps.event.authorizations.list')) {
|
|
413
|
-
|
|
414
|
-
delete body.token;
|
|
416
|
+
body.token = undefined;
|
|
415
417
|
}
|
|
416
418
|
this.logger.debug(`http request url: ${requestURL}`);
|
|
417
419
|
this.logger.debug(`http request body: ${JSON.stringify(redact(body))}`);
|
|
418
420
|
// compile all headers - some set by default under the hood by axios - that will be sent along
|
|
419
|
-
let allHeaders = Object.keys(this.axios.defaults.headers)
|
|
420
|
-
.reduce((acc, cur) => {
|
|
421
|
+
let allHeaders = Object.keys(this.axios.defaults.headers).reduce((acc, cur) => {
|
|
421
422
|
if (!axiosHeaderPropsToIgnore.includes(cur)) {
|
|
422
423
|
acc[cur] = this.axios.defaults.headers[cur];
|
|
423
424
|
}
|
|
@@ -449,10 +450,8 @@ class WebClient extends methods_1.Methods {
|
|
|
449
450
|
// TODO: We may want to have more detailed info such as team_id, params except tokens, and so on.
|
|
450
451
|
throw new Error(`A rate limit was exceeded (url: ${url}, retry-after: ${retrySec})`);
|
|
451
452
|
}
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
throw new p_retry_1.AbortError(new Error(`Retry header did not contain a valid timeout (url: ${url}, retry-after header: ${response.headers['retry-after']})`));
|
|
455
|
-
}
|
|
453
|
+
// TODO: turn this into some CodedError
|
|
454
|
+
throw new p_retry_1.AbortError(new Error(`Retry header did not contain a valid timeout (url: ${url}, retry-after header: ${response.headers['retry-after']})`));
|
|
456
455
|
}
|
|
457
456
|
// Slack's Web API doesn't use meaningful status codes besides 429 and 200
|
|
458
457
|
if (response.status !== 200) {
|
|
@@ -462,7 +461,7 @@ class WebClient extends methods_1.Methods {
|
|
|
462
461
|
}
|
|
463
462
|
catch (error) {
|
|
464
463
|
// To make this compatible with tsd, casting here instead of `catch (error: any)`
|
|
465
|
-
//
|
|
464
|
+
// biome-ignore lint/suspicious/noExplicitAny: errors can be anything
|
|
466
465
|
const e = error;
|
|
467
466
|
this.logger.warn('http request failed', e.message);
|
|
468
467
|
if (e.request) {
|
|
@@ -471,7 +470,7 @@ class WebClient extends methods_1.Methods {
|
|
|
471
470
|
throw error;
|
|
472
471
|
}
|
|
473
472
|
}));
|
|
474
|
-
//
|
|
473
|
+
// biome-ignore lint/suspicious/noExplicitAny: http responses can be anything
|
|
475
474
|
return (0, p_retry_1.default)(task, this.retryConfig);
|
|
476
475
|
});
|
|
477
476
|
}
|
|
@@ -487,7 +486,7 @@ class WebClient extends methods_1.Methods {
|
|
|
487
486
|
// The following operation both flattens complex objects into a JSON-encoded strings and searches the values for
|
|
488
487
|
// binary content
|
|
489
488
|
let containsBinaryData = false;
|
|
490
|
-
//
|
|
489
|
+
// biome-ignore lint/suspicious/noExplicitAny: call options can be anything
|
|
491
490
|
const flattened = Object.entries(options).map(([key, value]) => {
|
|
492
491
|
if (value === undefined || value === null) {
|
|
493
492
|
return [];
|
|
@@ -514,13 +513,13 @@ class WebClient extends methods_1.Methods {
|
|
|
514
513
|
// https://github.com/form-data/form-data/blob/028c21e0f93c5fefa46a7bbf1ba753e4f627ab7a/lib/form_data.js#L227-L230
|
|
515
514
|
// formidable and the browser add a name property
|
|
516
515
|
// fs- and request- streams have path property
|
|
517
|
-
//
|
|
516
|
+
// biome-ignore lint/suspicious/noExplicitAny: form values can be anything
|
|
518
517
|
const streamOrBuffer = value;
|
|
519
518
|
if (typeof streamOrBuffer.name === 'string') {
|
|
520
|
-
return (0,
|
|
519
|
+
return (0, node_path_1.basename)(streamOrBuffer.name);
|
|
521
520
|
}
|
|
522
521
|
if (typeof streamOrBuffer.path === 'string') {
|
|
523
|
-
return (0,
|
|
522
|
+
return (0, node_path_1.basename)(streamOrBuffer.path);
|
|
524
523
|
}
|
|
525
524
|
return defaultFilename;
|
|
526
525
|
})();
|
|
@@ -534,20 +533,18 @@ class WebClient extends methods_1.Methods {
|
|
|
534
533
|
if (headers) {
|
|
535
534
|
// Copying FormData-generated headers into headers param
|
|
536
535
|
// not reassigning to headers param since it is passed by reference and behaves as an inout param
|
|
537
|
-
Object.entries(form.getHeaders())
|
|
538
|
-
// eslint-disable-next-line no-param-reassign
|
|
536
|
+
for (const [header, value] of Object.entries(form.getHeaders())) {
|
|
539
537
|
headers[header] = value;
|
|
540
|
-
}
|
|
538
|
+
}
|
|
541
539
|
}
|
|
542
540
|
return form;
|
|
543
541
|
}
|
|
544
542
|
// Otherwise, a simple key-value object is returned
|
|
545
|
-
// eslint-disable-next-line no-param-reassign
|
|
546
543
|
if (headers)
|
|
547
544
|
headers['Content-Type'] = 'application/x-www-form-urlencoded';
|
|
548
|
-
//
|
|
545
|
+
// biome-ignore lint/suspicious/noExplicitAny: form values can be anything
|
|
549
546
|
const initialValue = {};
|
|
550
|
-
return (0,
|
|
547
|
+
return (0, node_querystring_1.stringify)(flattened.reduce((accumulator, [key, value]) => {
|
|
551
548
|
if (key !== undefined && value !== undefined) {
|
|
552
549
|
accumulator[key] = value;
|
|
553
550
|
}
|
|
@@ -559,7 +556,6 @@ class WebClient extends methods_1.Methods {
|
|
|
559
556
|
* HTTP headers into the object.
|
|
560
557
|
* @param response - an http response
|
|
561
558
|
*/
|
|
562
|
-
// eslint-disable-next-line class-methods-use-this
|
|
563
559
|
buildResult(response) {
|
|
564
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
565
561
|
let { data } = response;
|
|
@@ -569,23 +565,24 @@ class WebClient extends methods_1.Methods {
|
|
|
569
565
|
// admin.analytics.getFile will return a Buffer that can be unzipped
|
|
570
566
|
try {
|
|
571
567
|
const unzippedData = yield new Promise((resolve, reject) => {
|
|
572
|
-
|
|
568
|
+
node_zlib_1.default.unzip(data, (err, buf) => {
|
|
573
569
|
if (err) {
|
|
574
570
|
return reject(err);
|
|
575
571
|
}
|
|
576
572
|
return resolve(buf.toString().split('\n'));
|
|
577
573
|
});
|
|
578
|
-
})
|
|
574
|
+
})
|
|
575
|
+
.then((res) => res)
|
|
579
576
|
.catch((err) => {
|
|
580
577
|
throw err;
|
|
581
578
|
});
|
|
582
579
|
const fileData = [];
|
|
583
580
|
if (Array.isArray(unzippedData)) {
|
|
584
|
-
|
|
581
|
+
for (const dataset of unzippedData) {
|
|
585
582
|
if (dataset && dataset.length > 0) {
|
|
586
583
|
fileData.push(JSON.parse(dataset));
|
|
587
584
|
}
|
|
588
|
-
}
|
|
585
|
+
}
|
|
589
586
|
}
|
|
590
587
|
data = { file_data: fileData };
|
|
591
588
|
}
|
|
@@ -596,7 +593,7 @@ class WebClient extends methods_1.Methods {
|
|
|
596
593
|
else if (!isGzipResponse && response.request.path === '/api/admin.analytics.getFile') {
|
|
597
594
|
// if it isn't a Gzip response but is from the admin.analytics.getFile request,
|
|
598
595
|
// decode the ArrayBuffer to JSON read the error
|
|
599
|
-
data = JSON.parse(new
|
|
596
|
+
data = JSON.parse(new node_util_1.TextDecoder().decode(data));
|
|
600
597
|
}
|
|
601
598
|
if (typeof data === 'string') {
|
|
602
599
|
// response.data can be a string, not an object for some reason
|
|
@@ -616,7 +613,9 @@ class WebClient extends methods_1.Methods {
|
|
|
616
613
|
data.response_metadata.scopes = response.headers['x-oauth-scopes'].trim().split(/\s*,\s*/);
|
|
617
614
|
}
|
|
618
615
|
if (response.headers['x-accepted-oauth-scopes'] !== undefined) {
|
|
619
|
-
data.response_metadata.acceptedScopes = response.headers['x-accepted-oauth-scopes']
|
|
616
|
+
data.response_metadata.acceptedScopes = response.headers['x-accepted-oauth-scopes']
|
|
617
|
+
.trim()
|
|
618
|
+
.split(/\s*,\s*/);
|
|
620
619
|
}
|
|
621
620
|
// add retry metadata from headers
|
|
622
621
|
const retrySec = parseRetryHeaders(response);
|
|
@@ -656,7 +655,7 @@ function paginationOptionsForNextPage(previousResult, pageSize) {
|
|
|
656
655
|
*/
|
|
657
656
|
function parseRetryHeaders(response) {
|
|
658
657
|
if (response.headers['retry-after'] !== undefined) {
|
|
659
|
-
const retryAfter = parseInt(response.headers['retry-after'], 10);
|
|
658
|
+
const retryAfter = Number.parseInt(response.headers['retry-after'], 10);
|
|
660
659
|
if (!Number.isNaN(retryAfter)) {
|
|
661
660
|
return retryAfter;
|
|
662
661
|
}
|
|
@@ -691,13 +690,8 @@ function warnIfFallbackIsMissing(method, logger, options) {
|
|
|
691
690
|
const missingAttachmentFallbackDetected = (args) => Array.isArray(args.attachments) &&
|
|
692
691
|
args.attachments.some((attachment) => !attachment.fallback || attachment.fallback.trim() === '');
|
|
693
692
|
const isEmptyText = (args) => args.text === undefined || args.text === null || args.text === '';
|
|
694
|
-
const buildMissingTextWarning = () => `The top-level \`text\` argument is missing in the request payload for a ${method} call -
|
|
695
|
-
|
|
696
|
-
'The `text` is used in places where the content cannot be rendered such as: ' +
|
|
697
|
-
'system push notifications, assistive technology such as screen readers, etc.';
|
|
698
|
-
const buildMissingFallbackWarning = () => `Additionally, the attachment-level \`fallback\` argument is missing in the request payload for a ${method} call - ` +
|
|
699
|
-
'To avoid this warning, it is recommended to always provide a top-level `text` argument when posting a message. ' +
|
|
700
|
-
'Alternatively, you can provide an attachment-level `fallback` argument, though this is now considered a legacy field (see https://api.slack.com/reference/messaging/attachments#legacy_fields for more details).';
|
|
693
|
+
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.`;
|
|
694
|
+
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://api.slack.com/reference/messaging/attachments#legacy_fields for more details).`;
|
|
701
695
|
if (isTargetMethod && typeof options === 'object') {
|
|
702
696
|
if (hasAttachments(options)) {
|
|
703
697
|
if (missingAttachmentFallbackDetected(options) && isEmptyText(options)) {
|
|
@@ -733,7 +727,7 @@ exports.buildThreadTsWarningMessage = buildThreadTsWarningMessage;
|
|
|
733
727
|
* @returns
|
|
734
728
|
*/
|
|
735
729
|
function redact(body) {
|
|
736
|
-
//
|
|
730
|
+
// biome-ignore lint/suspicious/noExplicitAny: objects can be anything
|
|
737
731
|
const flattened = Object.entries(body).map(([key, value]) => {
|
|
738
732
|
// no value provided
|
|
739
733
|
if (value === undefined || value === null) {
|
|
@@ -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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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/// <reference types="node" />
|
|
3
|
-
import { IncomingHttpHeaders } from 'http';
|
|
4
|
-
import { AxiosResponse } from 'axios';
|
|
5
|
-
import { WebAPICallResult } from './WebClient';
|
|
3
|
+
import type { IncomingHttpHeaders } from 'node:http';
|
|
4
|
+
import type { AxiosResponse } from 'axios';
|
|
5
|
+
import type { WebAPICallResult } from './WebClient';
|
|
6
6
|
/**
|
|
7
7
|
* All errors produced by this package adhere to this interface
|
|
8
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":";;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":";;AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD;;GAEG;AACH,MAAM,WAAW,UAAW,SAAQ,MAAM,CAAC,cAAc;IACvD,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,oBAAY,SAAS;IAEnB,YAAY,+BAA+B;IAC3C,SAAS,4BAA4B;IACrC,aAAa,gCAAgC;IAC7C,gBAAgB,oCAAoC;IAGpD,+BAA+B,gDAAgD;IAC/E,2BAA2B,kDAAkD;CAC9E;AAED,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,kBAAkB,GAAG,eAAe,GAAG,sBAAsB,CAAC;AAClH,MAAM,MAAM,sBAAsB,GAAG,qCAAqC,CAAC;AAE3E,MAAM,WAAW,qCAAsC,SAAQ,UAAU;IACvE,IAAI,EAAE,SAAS,CAAC,+BAA+B,CAAC;IAChD,IAAI,EAAE,gBAAgB,GAAG;QACvB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,mBAAoB,SAAQ,UAAU;IACrD,IAAI,EAAE,SAAS,CAAC,aAAa,CAAC;IAC9B,IAAI,EAAE,gBAAgB,GAAG;QACvB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IACpD,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC;CACjB;AAED,MAAM,WAAW,eAAgB,SAAQ,UAAU;IACjD,IAAI,EAAE,SAAS,CAAC,SAAS,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,mBAAmB,CAAC;IAE7B,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAED,MAAM,WAAW,sBAAuB,SAAQ,UAAU;IACxD,IAAI,EAAE,SAAS,CAAC,gBAAgB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,GAAG,UAAU,CAKvE;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,GAAG,kBAAkB,CASrG;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,aAAa,GAAG,eAAe,CAgB9E;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,gBAAgB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,mBAAmB,CAOzG;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,CAOlF"}
|
|
@@ -47,11 +47,11 @@ function httpErrorFromResponse(response) {
|
|
|
47
47
|
error.statusCode = response.status;
|
|
48
48
|
error.statusMessage = response.statusText;
|
|
49
49
|
const nonNullHeaders = {};
|
|
50
|
-
Object.keys(response.headers)
|
|
50
|
+
for (const k of Object.keys(response.headers)) {
|
|
51
51
|
if (k && response.headers[k]) {
|
|
52
52
|
nonNullHeaders[k] = response.headers[k];
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|
|
55
55
|
error.headers = nonNullHeaders;
|
|
56
56
|
error.body = response.data;
|
|
57
57
|
return error;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,IAAY,SAUX;AAVD,WAAY,SAAS;IACnB,gBAAgB;IAChB,wDAA2C,CAAA;IAC3C,kDAAqC,CAAA;IACrC,0DAA6C,CAAA;IAC7C,iEAAoD,CAAA;IAEpD,sBAAsB;IACtB,4FAA+E,CAAA;IAC/E,0FAA6E,CAAA;AAC/E,CAAC,EAVW,SAAS,yBAAT,SAAS,QAUpB;AAsCD;;GAEG;AACH,SAAgB,aAAa,CAAC,KAAY,EAAE,IAAe;IACzD,kGAAkG;IAClG,MAAM,UAAU,GAAG,KAA4B,CAAC;IAChD,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,UAAwB,CAAC;AAClC,CAAC;AALD,sCAKC;AAED;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,QAAe,EAAE,cAAuB;IAC/E,MAAM,KAAK,GAAG,aAAa,CACzB,IAAI,KAAK,CAAC,6BAA6B,QAAQ,CAAC,OAAO,EAAE,CAAC,EAC1D,SAAS,CAAC,YAAY,CACQ,CAAC;IACjC,IAAI,cAAc,EAAE,CAAC;QACnB,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC5B,CAAC;IACD,
|
|
1
|
+
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":";;;AAaA;;GAEG;AACH,IAAY,SAUX;AAVD,WAAY,SAAS;IACnB,gBAAgB;IAChB,wDAA2C,CAAA;IAC3C,kDAAqC,CAAA;IACrC,0DAA6C,CAAA;IAC7C,iEAAoD,CAAA;IAEpD,sBAAsB;IACtB,4FAA+E,CAAA;IAC/E,0FAA6E,CAAA;AAC/E,CAAC,EAVW,SAAS,yBAAT,SAAS,QAUpB;AAsCD;;GAEG;AACH,SAAgB,aAAa,CAAC,KAAY,EAAE,IAAe;IACzD,kGAAkG;IAClG,MAAM,UAAU,GAAG,KAA4B,CAAC;IAChD,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,UAAwB,CAAC;AAClC,CAAC;AALD,sCAKC;AAED;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,QAAe,EAAE,cAAuB;IAC/E,MAAM,KAAK,GAAG,aAAa,CACzB,IAAI,KAAK,CAAC,6BAA6B,QAAQ,CAAC,OAAO,EAAE,CAAC,EAC1D,SAAS,CAAC,YAAY,CACQ,CAAC;IACjC,IAAI,cAAc,EAAE,CAAC;QACnB,KAAK,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC5B,CAAC;IACD,OAAO,KAA2B,CAAC;AACrC,CAAC;AATD,4DASC;AAED;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,QAAuB;IAC3D,MAAM,KAAK,GAAG,aAAa,CACzB,IAAI,KAAK,CAAC,iDAAiD,QAAQ,CAAC,MAAM,EAAE,CAAC,EAC7E,SAAS,CAAC,SAAS,CACQ,CAAC;IAC9B,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAC,MAAM,CAAC;IACnC,KAAK,CAAC,aAAa,GAAG,QAAQ,CAAC,UAAU,CAAC;IAC1C,MAAM,cAAc,GAA2B,EAAE,CAAC;IAClD,KAAK,MAAM,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QAC9C,IAAI,CAAC,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,cAAc,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QAC1C,CAAC;IACH,CAAC;IACD,KAAK,CAAC,OAAO,GAAG,cAAc,CAAC;IAC/B,KAAK,CAAC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;IAC3B,OAAO,KAAwB,CAAC;AAClC,CAAC;AAhBD,sDAgBC;AAED;;;GAGG;AACH,SAAgB,uBAAuB,CAAC,MAA4C;IAClF,MAAM,KAAK,GAAG,aAAa,CACzB,IAAI,KAAK,CAAC,0BAA0B,MAAM,CAAC,KAAK,EAAE,CAAC,EACnD,SAAS,CAAC,aAAa,CACQ,CAAC;IAClC,KAAK,CAAC,IAAI,GAAG,MAAM,CAAC;IACpB,OAAO,KAA4B,CAAC;AACtC,CAAC;AAPD,0DAOC;AAED;;;GAGG;AACH,SAAgB,yBAAyB,CAAC,QAAgB;IACxD,MAAM,KAAK,GAAG,aAAa,CACzB,IAAI,KAAK,CAAC,gEAAgE,QAAQ,UAAU,CAAC,EAC7F,SAAS,CAAC,gBAAgB,CACQ,CAAC;IACrC,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAC;IAC5B,OAAO,KAA+B,CAAC;AACzC,CAAC;AAPD,8DAOC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/// <reference types="node" />
|
|
3
|
-
import { Readable } from 'stream';
|
|
4
|
-
import { Logger } from '@slack/logger';
|
|
5
|
-
import { FileUploadV2, FileUploadV2Job, FilesCompleteUploadExternalArguments, FilesUploadV2Arguments } from './types/request/files';
|
|
3
|
+
import { Readable } from 'node:stream';
|
|
4
|
+
import type { Logger } from '@slack/logger';
|
|
5
|
+
import type { FileUploadV2, FileUploadV2Job, FilesCompleteUploadExternalArguments, FilesUploadV2Arguments } from './types/request/files';
|
|
6
6
|
export declare function getFileUploadJob(options: FilesUploadV2Arguments | FileUploadV2, logger: Logger): Promise<FileUploadV2Job>;
|
|
7
7
|
/**
|
|
8
8
|
* Returns an array of files upload entries when `file_uploads` is supplied.
|
|
@@ -28,7 +28,7 @@ export declare function getFileUploadJob(options: FilesUploadV2Arguments | FileU
|
|
|
28
28
|
* });
|
|
29
29
|
* ```
|
|
30
30
|
* @param options provided by user
|
|
31
|
-
*/
|
|
31
|
+
*/
|
|
32
32
|
export declare function getMultipleFileUploadJobs(options: FilesUploadV2Arguments, logger: Logger): Promise<FileUploadV2Job[]>;
|
|
33
33
|
/**
|
|
34
34
|
* Returns a single file upload's data
|
|
@@ -53,7 +53,7 @@ export declare function getAllFileUploadsToComplete(fileUploads: FileUploadV2Job
|
|
|
53
53
|
* lower-level utilities.
|
|
54
54
|
* @param method
|
|
55
55
|
* @param logger
|
|
56
|
-
*/
|
|
56
|
+
*/
|
|
57
57
|
export declare function warnIfNotUsingFilesUploadV2(method: string, logger: Logger): void;
|
|
58
58
|
/**
|
|
59
59
|
* `channels` param is supported but only when a single channel is specified.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../src/file-upload.ts"],"names":[],"mappings":";;AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"file-upload.d.ts","sourceRoot":"","sources":["../src/file-upload.ts"],"names":[],"mappings":";;AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAG5C,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EACf,oCAAoC,EACpC,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAE/B,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,sBAAsB,GAAG,YAAY,EAC9C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,eAAe,CAAC,CA2C1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,sBAAsB,EAC/B,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,eAAe,EAAE,CAAC,CAuD5B;AAID;;;;GAIG;AACH,wBAAsB,WAAW,CAAC,OAAO,EAAE,sBAAsB,GAAG,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,CAmCjG;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAKtD;AAED,wBAAsB,mBAAmB,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC,CAoB7E;AAED;;;;;;;;GAQG;AACH,wBAAgB,2BAA2B,CACzC,WAAW,EAAE,eAAe,EAAE,GAC7B,MAAM,CAAC,MAAM,EAAE,oCAAoC,CAAC,CA6BtD;AAGD;;;;;GAKG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAKhF;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE,sBAAsB,GAAG,YAAY,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAEnG;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,sBAAsB,GAAG,YAAY,GAAG,IAAI,CAKvF;AAED;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,sBAAsB,GAAG,YAAY,GAAG,IAAI,CAsBpG;AAED;;;;GAIG;AACH,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,sBAAsB,GAAG,YAAY,EAC9C,MAAM,EAAE,MAAM,GACb,MAAM,CAcR;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,sBAAsB,GAAG,YAAY,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAIzG;AAID,wBAAgB,uBAAuB,IAAI,MAAM,CAEhD;AAED,wBAAgB,qBAAqB,IAAI,MAAM,CAE9C;AAED,wBAAgB,0BAA0B,IAAI,MAAM,CAMnD;AAED,wBAAgB,2BAA2B,IAAI,MAAM,CAMpD;AAED,wBAAgB,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAErE;AAED,wBAAgB,wBAAwB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAE/D;AAED,wBAAgB,8BAA8B,IAAI,MAAM,CAKvD;AAED,wBAAgB,8BAA8B,IAAI,MAAM,CAEvD;AAED,wBAAgB,oBAAoB,IAAI,MAAM,CAK7C;AAED,wBAAgB,6BAA6B,IAAI,MAAM,CAEtD;AAED,wBAAgB,iCAAiC,IAAI,MAAM,CAK1D"}
|