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
|
@@ -10318,9 +10318,17 @@ var require_follow_redirects = __commonJS({
|
|
|
10318
10318
|
var Writable = require("stream").Writable;
|
|
10319
10319
|
var assert = require("assert");
|
|
10320
10320
|
var debug = require_debug();
|
|
10321
|
+
(function detectUnsupportedEnvironment() {
|
|
10322
|
+
var looksLikeNode = typeof process !== "undefined";
|
|
10323
|
+
var looksLikeBrowser = typeof window !== "undefined" && typeof document !== "undefined";
|
|
10324
|
+
var looksLikeV8 = isFunction(Error.captureStackTrace);
|
|
10325
|
+
if (!looksLikeNode && (looksLikeBrowser || !looksLikeV8)) {
|
|
10326
|
+
console.warn("The follow-redirects package should be excluded from browser builds.");
|
|
10327
|
+
}
|
|
10328
|
+
})();
|
|
10321
10329
|
var useNativeURL = false;
|
|
10322
10330
|
try {
|
|
10323
|
-
assert(new URL2());
|
|
10331
|
+
assert(new URL2(""));
|
|
10324
10332
|
} catch (error) {
|
|
10325
10333
|
useNativeURL = error.code === "ERR_INVALID_URL";
|
|
10326
10334
|
}
|
|
@@ -10747,7 +10755,9 @@ var require_follow_redirects = __commonJS({
|
|
|
10747
10755
|
}
|
|
10748
10756
|
function createErrorType(code, message, baseClass) {
|
|
10749
10757
|
function CustomError(properties) {
|
|
10750
|
-
Error.captureStackTrace
|
|
10758
|
+
if (isFunction(Error.captureStackTrace)) {
|
|
10759
|
+
Error.captureStackTrace(this, this.constructor);
|
|
10760
|
+
}
|
|
10751
10761
|
Object.assign(this, properties || {});
|
|
10752
10762
|
this.code = code;
|
|
10753
10763
|
this.message = this.cause ? message + ": " + this.cause.message : message;
|
|
@@ -12010,7 +12020,7 @@ var require_axios = __commonJS({
|
|
|
12010
12020
|
}
|
|
12011
12021
|
return requestedURL;
|
|
12012
12022
|
}
|
|
12013
|
-
var VERSION = "1.7.
|
|
12023
|
+
var VERSION = "1.7.7";
|
|
12014
12024
|
function parseProtocol(url2) {
|
|
12015
12025
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
|
|
12016
12026
|
return match && match[1] || "";
|
|
@@ -12671,7 +12681,7 @@ var require_axios = __commonJS({
|
|
|
12671
12681
|
if (config.socketPath) {
|
|
12672
12682
|
options.socketPath = config.socketPath;
|
|
12673
12683
|
} else {
|
|
12674
|
-
options.hostname = parsed.hostname;
|
|
12684
|
+
options.hostname = parsed.hostname.startsWith("[") ? parsed.hostname.slice(1, -1) : parsed.hostname;
|
|
12675
12685
|
options.port = parsed.port;
|
|
12676
12686
|
setProxy(options, config.proxy, protocol + "//" + parsed.hostname + (parsed.port ? ":" + parsed.port : "") + options.path);
|
|
12677
12687
|
}
|
|
@@ -13178,36 +13188,37 @@ var require_axios = __commonJS({
|
|
|
13178
13188
|
});
|
|
13179
13189
|
};
|
|
13180
13190
|
var composeSignals = (signals, timeout) => {
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
const unsubscribe = () => {
|
|
13195
|
-
if (signals) {
|
|
13196
|
-
timer && clearTimeout(timer);
|
|
13191
|
+
const { length } = signals = signals ? signals.filter(Boolean) : [];
|
|
13192
|
+
if (timeout || length) {
|
|
13193
|
+
let controller = new AbortController();
|
|
13194
|
+
let aborted;
|
|
13195
|
+
const onabort = function(reason) {
|
|
13196
|
+
if (!aborted) {
|
|
13197
|
+
aborted = true;
|
|
13198
|
+
unsubscribe();
|
|
13199
|
+
const err = reason instanceof Error ? reason : this.reason;
|
|
13200
|
+
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
13201
|
+
}
|
|
13202
|
+
};
|
|
13203
|
+
let timer = timeout && setTimeout(() => {
|
|
13197
13204
|
timer = null;
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
signals
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13205
|
+
onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT));
|
|
13206
|
+
}, timeout);
|
|
13207
|
+
const unsubscribe = () => {
|
|
13208
|
+
if (signals) {
|
|
13209
|
+
timer && clearTimeout(timer);
|
|
13210
|
+
timer = null;
|
|
13211
|
+
signals.forEach((signal2) => {
|
|
13212
|
+
signal2.unsubscribe ? signal2.unsubscribe(onabort) : signal2.removeEventListener("abort", onabort);
|
|
13213
|
+
});
|
|
13214
|
+
signals = null;
|
|
13215
|
+
}
|
|
13216
|
+
};
|
|
13217
|
+
signals.forEach((signal2) => signal2.addEventListener("abort", onabort));
|
|
13218
|
+
const { signal } = controller;
|
|
13219
|
+
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
13220
|
+
return signal;
|
|
13221
|
+
}
|
|
13211
13222
|
};
|
|
13212
13223
|
var composeSignals$1 = composeSignals;
|
|
13213
13224
|
var streamChunk = function* (chunk, chunkSize) {
|
|
@@ -13224,13 +13235,31 @@ var require_axios = __commonJS({
|
|
|
13224
13235
|
pos = end;
|
|
13225
13236
|
}
|
|
13226
13237
|
};
|
|
13227
|
-
var readBytes = async function* (iterable, chunkSize
|
|
13228
|
-
for await (const chunk of iterable) {
|
|
13229
|
-
yield* streamChunk(
|
|
13238
|
+
var readBytes = async function* (iterable, chunkSize) {
|
|
13239
|
+
for await (const chunk of readStream(iterable)) {
|
|
13240
|
+
yield* streamChunk(chunk, chunkSize);
|
|
13230
13241
|
}
|
|
13231
13242
|
};
|
|
13232
|
-
var
|
|
13233
|
-
|
|
13243
|
+
var readStream = async function* (stream2) {
|
|
13244
|
+
if (stream2[Symbol.asyncIterator]) {
|
|
13245
|
+
yield* stream2;
|
|
13246
|
+
return;
|
|
13247
|
+
}
|
|
13248
|
+
const reader = stream2.getReader();
|
|
13249
|
+
try {
|
|
13250
|
+
for (; ; ) {
|
|
13251
|
+
const { done, value } = await reader.read();
|
|
13252
|
+
if (done) {
|
|
13253
|
+
break;
|
|
13254
|
+
}
|
|
13255
|
+
yield value;
|
|
13256
|
+
}
|
|
13257
|
+
} finally {
|
|
13258
|
+
await reader.cancel();
|
|
13259
|
+
}
|
|
13260
|
+
};
|
|
13261
|
+
var trackStream = (stream2, chunkSize, onProgress, onFinish) => {
|
|
13262
|
+
const iterator = readBytes(stream2, chunkSize);
|
|
13234
13263
|
let bytes = 0;
|
|
13235
13264
|
let done;
|
|
13236
13265
|
let _onFinish = (e) => {
|
|
@@ -13309,7 +13338,11 @@ var require_axios = __commonJS({
|
|
|
13309
13338
|
return body.size;
|
|
13310
13339
|
}
|
|
13311
13340
|
if (utils$1.isSpecCompliantForm(body)) {
|
|
13312
|
-
|
|
13341
|
+
const _request = new Request(platform.origin, {
|
|
13342
|
+
method: "POST",
|
|
13343
|
+
body
|
|
13344
|
+
});
|
|
13345
|
+
return (await _request.arrayBuffer()).byteLength;
|
|
13313
13346
|
}
|
|
13314
13347
|
if (utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) {
|
|
13315
13348
|
return body.byteLength;
|
|
@@ -13341,14 +13374,11 @@ var require_axios = __commonJS({
|
|
|
13341
13374
|
fetchOptions
|
|
13342
13375
|
} = resolveConfig(config);
|
|
13343
13376
|
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
13344
|
-
let
|
|
13345
|
-
let
|
|
13346
|
-
const
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
});
|
|
13350
|
-
finished = true;
|
|
13351
|
-
};
|
|
13377
|
+
let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
13378
|
+
let request;
|
|
13379
|
+
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
13380
|
+
composedSignal.unsubscribe();
|
|
13381
|
+
});
|
|
13352
13382
|
let requestContentLength;
|
|
13353
13383
|
try {
|
|
13354
13384
|
if (onUploadProgress && supportsRequestStream && method !== "get" && method !== "head" && (requestContentLength = await resolveBodyLength(headers, data)) !== 0) {
|
|
@@ -13366,7 +13396,7 @@ var require_axios = __commonJS({
|
|
|
13366
13396
|
requestContentLength,
|
|
13367
13397
|
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
13368
13398
|
);
|
|
13369
|
-
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush
|
|
13399
|
+
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
13370
13400
|
}
|
|
13371
13401
|
}
|
|
13372
13402
|
if (!utils$1.isString(withCredentials)) {
|
|
@@ -13384,7 +13414,7 @@ var require_axios = __commonJS({
|
|
|
13384
13414
|
});
|
|
13385
13415
|
let response = await fetch(request);
|
|
13386
13416
|
const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
|
|
13387
|
-
if (supportsResponseStream && (onDownloadProgress || isStreamResponse)) {
|
|
13417
|
+
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
13388
13418
|
const options = {};
|
|
13389
13419
|
["status", "statusText", "headers"].forEach((prop) => {
|
|
13390
13420
|
options[prop] = response[prop];
|
|
@@ -13397,15 +13427,14 @@ var require_axios = __commonJS({
|
|
|
13397
13427
|
response = new Response(
|
|
13398
13428
|
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
13399
13429
|
flush && flush();
|
|
13400
|
-
|
|
13401
|
-
}
|
|
13430
|
+
unsubscribe && unsubscribe();
|
|
13431
|
+
}),
|
|
13402
13432
|
options
|
|
13403
13433
|
);
|
|
13404
13434
|
}
|
|
13405
13435
|
responseType = responseType || "text";
|
|
13406
13436
|
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](response, config);
|
|
13407
|
-
!isStreamResponse &&
|
|
13408
|
-
stopTimeout && stopTimeout();
|
|
13437
|
+
!isStreamResponse && unsubscribe && unsubscribe();
|
|
13409
13438
|
return await new Promise((resolve, reject) => {
|
|
13410
13439
|
settle(resolve, reject, {
|
|
13411
13440
|
data: responseData,
|
|
@@ -13417,7 +13446,7 @@ var require_axios = __commonJS({
|
|
|
13417
13446
|
});
|
|
13418
13447
|
});
|
|
13419
13448
|
} catch (err) {
|
|
13420
|
-
|
|
13449
|
+
unsubscribe && unsubscribe();
|
|
13421
13450
|
if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
|
|
13422
13451
|
throw Object.assign(
|
|
13423
13452
|
new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request),
|
|
@@ -13812,6 +13841,15 @@ var require_axios = __commonJS({
|
|
|
13812
13841
|
this._listeners.splice(index, 1);
|
|
13813
13842
|
}
|
|
13814
13843
|
}
|
|
13844
|
+
toAbortSignal() {
|
|
13845
|
+
const controller = new AbortController();
|
|
13846
|
+
const abort = (err) => {
|
|
13847
|
+
controller.abort(err);
|
|
13848
|
+
};
|
|
13849
|
+
this.subscribe(abort);
|
|
13850
|
+
controller.signal.unsubscribe = () => this.unsubscribe(abort);
|
|
13851
|
+
return controller.signal;
|
|
13852
|
+
}
|
|
13815
13853
|
/**
|
|
13816
13854
|
* Returns an object that contains a new `CancelToken` and a function that, when called,
|
|
13817
13855
|
* cancels the `CancelToken`.
|
|
@@ -14881,11 +14919,11 @@ var require_errors = __commonJS({
|
|
|
14881
14919
|
error.statusCode = response.status;
|
|
14882
14920
|
error.statusMessage = response.statusText;
|
|
14883
14921
|
const nonNullHeaders = {};
|
|
14884
|
-
Object.keys(response.headers)
|
|
14922
|
+
for (const k of Object.keys(response.headers)) {
|
|
14885
14923
|
if (k && response.headers[k]) {
|
|
14886
14924
|
nonNullHeaders[k] = response.headers[k];
|
|
14887
14925
|
}
|
|
14888
|
-
}
|
|
14926
|
+
}
|
|
14889
14927
|
error.headers = nonNullHeaders;
|
|
14890
14928
|
error.body = response.data;
|
|
14891
14929
|
return error;
|
|
@@ -14939,8 +14977,8 @@ var require_file_upload = __commonJS({
|
|
|
14939
14977
|
};
|
|
14940
14978
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
14941
14979
|
exports2.buildInvalidFilesUploadParamError = exports2.buildMultipleChannelsErrorMsg = exports2.buildChannelsWarning = exports2.buildFilesUploadMissingMessage = exports2.buildGeneralFilesUploadWarning = exports2.buildLegacyMethodWarning = exports2.buildMissingExtensionWarning = exports2.buildMissingFileNameWarning = exports2.buildLegacyFileTypeWarning = exports2.buildFileSizeErrorMsg = exports2.buildMissingFileIdError = exports2.warnIfLegacyFileType = exports2.warnIfMissingOrInvalidFileNameAndDefault = exports2.errorIfInvalidOrMissingFileData = exports2.errorIfChannelsCsv = exports2.warnIfChannels = exports2.warnIfNotUsingFilesUploadV2 = exports2.getAllFileUploadsToComplete = exports2.getFileDataAsStream = exports2.getFileDataLength = exports2.getFileData = exports2.getMultipleFileUploadJobs = exports2.getFileUploadJob = void 0;
|
|
14942
|
-
var
|
|
14943
|
-
var
|
|
14980
|
+
var node_fs_1 = require("node:fs");
|
|
14981
|
+
var node_stream_1 = require("node:stream");
|
|
14944
14982
|
var errors_1 = require_errors();
|
|
14945
14983
|
function getFileUploadJob(options, logger) {
|
|
14946
14984
|
var _a, _b, _c, _d;
|
|
@@ -14958,7 +14996,7 @@ var require_file_upload = __commonJS({
|
|
|
14958
14996
|
filename: (_b = options.filename) !== null && _b !== void 0 ? _b : fileName,
|
|
14959
14997
|
initial_comment: options.initial_comment,
|
|
14960
14998
|
snippet_type: options.snippet_type,
|
|
14961
|
-
title: (_c = options.title) !== null && _c !== void 0 ? _c :
|
|
14999
|
+
title: (_d = (_c = options.title) !== null && _c !== void 0 ? _c : options.filename) !== null && _d !== void 0 ? _d : fileName,
|
|
14962
15000
|
// default title to filename unless otherwise specified
|
|
14963
15001
|
// calculated
|
|
14964
15002
|
data: fileData,
|
|
@@ -15017,7 +15055,7 @@ var require_file_upload = __commonJS({
|
|
|
15017
15055
|
return file;
|
|
15018
15056
|
if (typeof file === "string") {
|
|
15019
15057
|
try {
|
|
15020
|
-
const dataBuffer = (0,
|
|
15058
|
+
const dataBuffer = (0, node_fs_1.readFileSync)(file);
|
|
15021
15059
|
return dataBuffer;
|
|
15022
15060
|
} catch (error) {
|
|
15023
15061
|
throw (0, errors_1.errorWithCode)(new Error(`Unable to resolve file data for ${file}. Please supply a filepath string, or binary data Buffer or String directly.`), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
@@ -15064,7 +15102,7 @@ var require_file_upload = __commonJS({
|
|
|
15064
15102
|
exports2.getFileDataAsStream = getFileDataAsStream;
|
|
15065
15103
|
function getAllFileUploadsToComplete(fileUploads) {
|
|
15066
15104
|
const toComplete = {};
|
|
15067
|
-
|
|
15105
|
+
for (const upload of fileUploads) {
|
|
15068
15106
|
const { channel_id, thread_ts, initial_comment, file_id, title } = upload;
|
|
15069
15107
|
if (file_id) {
|
|
15070
15108
|
const compareString = `:::${channel_id}:::${thread_ts}:::${initial_comment}`;
|
|
@@ -15089,7 +15127,7 @@ var require_file_upload = __commonJS({
|
|
|
15089
15127
|
} else {
|
|
15090
15128
|
throw new Error(buildMissingFileIdError());
|
|
15091
15129
|
}
|
|
15092
|
-
}
|
|
15130
|
+
}
|
|
15093
15131
|
return toComplete;
|
|
15094
15132
|
}
|
|
15095
15133
|
exports2.getAllFileUploadsToComplete = getAllFileUploadsToComplete;
|
|
@@ -15122,7 +15160,7 @@ var require_file_upload = __commonJS({
|
|
|
15122
15160
|
}
|
|
15123
15161
|
if ("file" in options) {
|
|
15124
15162
|
const { file } = options;
|
|
15125
|
-
if (file && !(typeof file === "string" || Buffer.isBuffer(file) || file instanceof
|
|
15163
|
+
if (file && !(typeof file === "string" || Buffer.isBuffer(file) || file instanceof node_stream_1.Readable)) {
|
|
15126
15164
|
throw (0, errors_1.errorWithCode)(new Error("file must be a valid string path, buffer or Readable"), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
15127
15165
|
}
|
|
15128
15166
|
}
|
|
@@ -15218,7 +15256,7 @@ var require_package = __commonJS({
|
|
|
15218
15256
|
"node_modules/@slack/web-api/package.json"(exports2, module2) {
|
|
15219
15257
|
module2.exports = {
|
|
15220
15258
|
name: "@slack/web-api",
|
|
15221
|
-
version: "7.
|
|
15259
|
+
version: "7.4.0",
|
|
15222
15260
|
description: "Official library for using the Slack Platform's Web API",
|
|
15223
15261
|
author: "Slack Technologies, LLC",
|
|
15224
15262
|
license: "MIT",
|
|
@@ -15254,14 +15292,13 @@ var require_package = __commonJS({
|
|
|
15254
15292
|
prepare: "npm run build",
|
|
15255
15293
|
build: "npm run build:clean && tsc",
|
|
15256
15294
|
"build:clean": "shx rm -rf ./dist ./coverage",
|
|
15257
|
-
lint: "
|
|
15258
|
-
mocha:
|
|
15295
|
+
lint: "npx @biomejs/biome check --write .",
|
|
15296
|
+
mocha: 'mocha --config .mocharc.json "./src/**/*.spec.ts"',
|
|
15259
15297
|
test: "npm run lint && npm run test:types && npm run test:integration && npm run test:unit",
|
|
15260
15298
|
"test:integration": "npm run build && node test/integration/commonjs-project/index.js && node test/integration/esm-project/index.mjs && npm run test:integration:ts",
|
|
15261
15299
|
"test:integration:ts": "cd test/integration/ts-4.7-project && npm i && npm run build",
|
|
15262
15300
|
"test:unit": "npm run build && c8 npm run mocha",
|
|
15263
15301
|
"test:types": "tsd",
|
|
15264
|
-
"ref-docs:model": "api-extractor run",
|
|
15265
15302
|
watch: "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
|
|
15266
15303
|
},
|
|
15267
15304
|
dependencies: {
|
|
@@ -15279,30 +15316,22 @@ var require_package = __commonJS({
|
|
|
15279
15316
|
retry: "^0.13.1"
|
|
15280
15317
|
},
|
|
15281
15318
|
devDependencies: {
|
|
15282
|
-
"@
|
|
15319
|
+
"@biomejs/biome": "^1.8.3",
|
|
15283
15320
|
"@tsconfig/recommended": "^1",
|
|
15321
|
+
"@types/busboy": "^1.5.4",
|
|
15284
15322
|
"@types/chai": "^4",
|
|
15285
15323
|
"@types/mocha": "^10",
|
|
15286
15324
|
"@types/sinon": "^17",
|
|
15287
|
-
"@typescript-eslint/eslint-plugin": "^6",
|
|
15288
|
-
"@typescript-eslint/parser": "^6",
|
|
15289
15325
|
busboy: "^1",
|
|
15290
|
-
c8: "^
|
|
15326
|
+
c8: "^10.1.2",
|
|
15291
15327
|
chai: "^4",
|
|
15292
|
-
eslint: "^8",
|
|
15293
|
-
"eslint-config-airbnb-base": "^15",
|
|
15294
|
-
"eslint-config-airbnb-typescript": "^17",
|
|
15295
|
-
"eslint-plugin-import": "^2",
|
|
15296
|
-
"eslint-plugin-import-newlines": "^1.3.4",
|
|
15297
|
-
"eslint-plugin-jsdoc": "^48",
|
|
15298
|
-
"eslint-plugin-node": "^11",
|
|
15299
15328
|
mocha: "^10",
|
|
15300
15329
|
nock: "^13",
|
|
15301
15330
|
shx: "^0.3.2",
|
|
15302
|
-
sinon: "^
|
|
15331
|
+
sinon: "^18",
|
|
15303
15332
|
"source-map-support": "^0.5.21",
|
|
15304
15333
|
"ts-node": "^10",
|
|
15305
|
-
tsd: "^0.
|
|
15334
|
+
tsd: "^0.31.1",
|
|
15306
15335
|
typescript: "5.3.3"
|
|
15307
15336
|
},
|
|
15308
15337
|
tsd: {
|
|
@@ -15345,13 +15374,13 @@ var require_instrument = __commonJS({
|
|
|
15345
15374
|
};
|
|
15346
15375
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15347
15376
|
exports2.getUserAgent = exports2.addAppMetadata = void 0;
|
|
15348
|
-
var os = __importStar(require("os"));
|
|
15349
|
-
var
|
|
15377
|
+
var os = __importStar(require("node:os"));
|
|
15378
|
+
var node_path_1 = require("node:path");
|
|
15350
15379
|
var packageJson = require_package();
|
|
15351
15380
|
function replaceSlashes(s) {
|
|
15352
15381
|
return s.replace("/", ":");
|
|
15353
15382
|
}
|
|
15354
|
-
var baseUserAgent = `${replaceSlashes(packageJson.name)}/${packageJson.version} ${(0,
|
|
15383
|
+
var baseUserAgent = `${replaceSlashes(packageJson.name)}/${packageJson.version} ${(0, node_path_1.basename)(process.title)}/${process.version.replace("v", "")} ${os.platform()}/${os.release()}`;
|
|
15355
15384
|
var appMetadata = {};
|
|
15356
15385
|
function addAppMetadata({ name, version }) {
|
|
15357
15386
|
appMetadata[replaceSlashes(name)] = version;
|
|
@@ -15665,8 +15694,257 @@ var require_dialog = __commonJS({
|
|
|
15665
15694
|
}
|
|
15666
15695
|
});
|
|
15667
15696
|
|
|
15668
|
-
// node_modules/@slack/types/dist/
|
|
15697
|
+
// node_modules/@slack/types/dist/events/app.js
|
|
15698
|
+
var require_app = __commonJS({
|
|
15699
|
+
"node_modules/@slack/types/dist/events/app.js"(exports2) {
|
|
15700
|
+
"use strict";
|
|
15701
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15702
|
+
}
|
|
15703
|
+
});
|
|
15704
|
+
|
|
15705
|
+
// node_modules/@slack/types/dist/events/call.js
|
|
15706
|
+
var require_call = __commonJS({
|
|
15707
|
+
"node_modules/@slack/types/dist/events/call.js"(exports2) {
|
|
15708
|
+
"use strict";
|
|
15709
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15710
|
+
}
|
|
15711
|
+
});
|
|
15712
|
+
|
|
15713
|
+
// node_modules/@slack/types/dist/events/channel.js
|
|
15714
|
+
var require_channel = __commonJS({
|
|
15715
|
+
"node_modules/@slack/types/dist/events/channel.js"(exports2) {
|
|
15716
|
+
"use strict";
|
|
15717
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15718
|
+
}
|
|
15719
|
+
});
|
|
15720
|
+
|
|
15721
|
+
// node_modules/@slack/types/dist/events/dnd.js
|
|
15722
|
+
var require_dnd = __commonJS({
|
|
15723
|
+
"node_modules/@slack/types/dist/events/dnd.js"(exports2) {
|
|
15724
|
+
"use strict";
|
|
15725
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15726
|
+
}
|
|
15727
|
+
});
|
|
15728
|
+
|
|
15729
|
+
// node_modules/@slack/types/dist/events/email.js
|
|
15730
|
+
var require_email = __commonJS({
|
|
15731
|
+
"node_modules/@slack/types/dist/events/email.js"(exports2) {
|
|
15732
|
+
"use strict";
|
|
15733
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15734
|
+
}
|
|
15735
|
+
});
|
|
15736
|
+
|
|
15737
|
+
// node_modules/@slack/types/dist/events/emoji.js
|
|
15738
|
+
var require_emoji = __commonJS({
|
|
15739
|
+
"node_modules/@slack/types/dist/events/emoji.js"(exports2) {
|
|
15740
|
+
"use strict";
|
|
15741
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15742
|
+
}
|
|
15743
|
+
});
|
|
15744
|
+
|
|
15745
|
+
// node_modules/@slack/types/dist/events/file.js
|
|
15746
|
+
var require_file = __commonJS({
|
|
15747
|
+
"node_modules/@slack/types/dist/events/file.js"(exports2) {
|
|
15748
|
+
"use strict";
|
|
15749
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15750
|
+
}
|
|
15751
|
+
});
|
|
15752
|
+
|
|
15753
|
+
// node_modules/@slack/types/dist/events/function.js
|
|
15754
|
+
var require_function = __commonJS({
|
|
15755
|
+
"node_modules/@slack/types/dist/events/function.js"(exports2) {
|
|
15756
|
+
"use strict";
|
|
15757
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15758
|
+
}
|
|
15759
|
+
});
|
|
15760
|
+
|
|
15761
|
+
// node_modules/@slack/types/dist/events/grid-migration.js
|
|
15762
|
+
var require_grid_migration = __commonJS({
|
|
15763
|
+
"node_modules/@slack/types/dist/events/grid-migration.js"(exports2) {
|
|
15764
|
+
"use strict";
|
|
15765
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15766
|
+
}
|
|
15767
|
+
});
|
|
15768
|
+
|
|
15769
|
+
// node_modules/@slack/types/dist/events/group.js
|
|
15770
|
+
var require_group = __commonJS({
|
|
15771
|
+
"node_modules/@slack/types/dist/events/group.js"(exports2) {
|
|
15772
|
+
"use strict";
|
|
15773
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15774
|
+
}
|
|
15775
|
+
});
|
|
15776
|
+
|
|
15777
|
+
// node_modules/@slack/types/dist/events/im.js
|
|
15778
|
+
var require_im = __commonJS({
|
|
15779
|
+
"node_modules/@slack/types/dist/events/im.js"(exports2) {
|
|
15780
|
+
"use strict";
|
|
15781
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15782
|
+
}
|
|
15783
|
+
});
|
|
15784
|
+
|
|
15785
|
+
// node_modules/@slack/types/dist/events/invite.js
|
|
15786
|
+
var require_invite = __commonJS({
|
|
15787
|
+
"node_modules/@slack/types/dist/events/invite.js"(exports2) {
|
|
15788
|
+
"use strict";
|
|
15789
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15790
|
+
}
|
|
15791
|
+
});
|
|
15792
|
+
|
|
15793
|
+
// node_modules/@slack/types/dist/events/link-shared.js
|
|
15794
|
+
var require_link_shared = __commonJS({
|
|
15795
|
+
"node_modules/@slack/types/dist/events/link-shared.js"(exports2) {
|
|
15796
|
+
"use strict";
|
|
15797
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15798
|
+
}
|
|
15799
|
+
});
|
|
15800
|
+
|
|
15801
|
+
// node_modules/@slack/types/dist/events/member.js
|
|
15802
|
+
var require_member = __commonJS({
|
|
15803
|
+
"node_modules/@slack/types/dist/events/member.js"(exports2) {
|
|
15804
|
+
"use strict";
|
|
15805
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15806
|
+
}
|
|
15807
|
+
});
|
|
15808
|
+
|
|
15809
|
+
// node_modules/@slack/types/dist/events/message.js
|
|
15810
|
+
var require_message = __commonJS({
|
|
15811
|
+
"node_modules/@slack/types/dist/events/message.js"(exports2) {
|
|
15812
|
+
"use strict";
|
|
15813
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15814
|
+
}
|
|
15815
|
+
});
|
|
15816
|
+
|
|
15817
|
+
// node_modules/@slack/types/dist/events/message-metadata.js
|
|
15669
15818
|
var require_message_metadata = __commonJS({
|
|
15819
|
+
"node_modules/@slack/types/dist/events/message-metadata.js"(exports2) {
|
|
15820
|
+
"use strict";
|
|
15821
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15822
|
+
}
|
|
15823
|
+
});
|
|
15824
|
+
|
|
15825
|
+
// node_modules/@slack/types/dist/events/pin.js
|
|
15826
|
+
var require_pin = __commonJS({
|
|
15827
|
+
"node_modules/@slack/types/dist/events/pin.js"(exports2) {
|
|
15828
|
+
"use strict";
|
|
15829
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15830
|
+
}
|
|
15831
|
+
});
|
|
15832
|
+
|
|
15833
|
+
// node_modules/@slack/types/dist/events/reaction.js
|
|
15834
|
+
var require_reaction = __commonJS({
|
|
15835
|
+
"node_modules/@slack/types/dist/events/reaction.js"(exports2) {
|
|
15836
|
+
"use strict";
|
|
15837
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15838
|
+
}
|
|
15839
|
+
});
|
|
15840
|
+
|
|
15841
|
+
// node_modules/@slack/types/dist/events/shared-channel.js
|
|
15842
|
+
var require_shared_channel = __commonJS({
|
|
15843
|
+
"node_modules/@slack/types/dist/events/shared-channel.js"(exports2) {
|
|
15844
|
+
"use strict";
|
|
15845
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15846
|
+
}
|
|
15847
|
+
});
|
|
15848
|
+
|
|
15849
|
+
// node_modules/@slack/types/dist/events/star.js
|
|
15850
|
+
var require_star = __commonJS({
|
|
15851
|
+
"node_modules/@slack/types/dist/events/star.js"(exports2) {
|
|
15852
|
+
"use strict";
|
|
15853
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15854
|
+
}
|
|
15855
|
+
});
|
|
15856
|
+
|
|
15857
|
+
// node_modules/@slack/types/dist/events/subteam.js
|
|
15858
|
+
var require_subteam = __commonJS({
|
|
15859
|
+
"node_modules/@slack/types/dist/events/subteam.js"(exports2) {
|
|
15860
|
+
"use strict";
|
|
15861
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15862
|
+
}
|
|
15863
|
+
});
|
|
15864
|
+
|
|
15865
|
+
// node_modules/@slack/types/dist/events/team.js
|
|
15866
|
+
var require_team = __commonJS({
|
|
15867
|
+
"node_modules/@slack/types/dist/events/team.js"(exports2) {
|
|
15868
|
+
"use strict";
|
|
15869
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15870
|
+
}
|
|
15871
|
+
});
|
|
15872
|
+
|
|
15873
|
+
// node_modules/@slack/types/dist/events/token.js
|
|
15874
|
+
var require_token = __commonJS({
|
|
15875
|
+
"node_modules/@slack/types/dist/events/token.js"(exports2) {
|
|
15876
|
+
"use strict";
|
|
15877
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15878
|
+
}
|
|
15879
|
+
});
|
|
15880
|
+
|
|
15881
|
+
// node_modules/@slack/types/dist/events/user.js
|
|
15882
|
+
var require_user = __commonJS({
|
|
15883
|
+
"node_modules/@slack/types/dist/events/user.js"(exports2) {
|
|
15884
|
+
"use strict";
|
|
15885
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15886
|
+
}
|
|
15887
|
+
});
|
|
15888
|
+
|
|
15889
|
+
// node_modules/@slack/types/dist/events/steps-from-apps.js
|
|
15890
|
+
var require_steps_from_apps = __commonJS({
|
|
15891
|
+
"node_modules/@slack/types/dist/events/steps-from-apps.js"(exports2) {
|
|
15892
|
+
"use strict";
|
|
15893
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15894
|
+
}
|
|
15895
|
+
});
|
|
15896
|
+
|
|
15897
|
+
// node_modules/@slack/types/dist/events/index.js
|
|
15898
|
+
var require_events = __commonJS({
|
|
15899
|
+
"node_modules/@slack/types/dist/events/index.js"(exports2) {
|
|
15900
|
+
"use strict";
|
|
15901
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
15902
|
+
if (k2 === void 0) k2 = k;
|
|
15903
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15904
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
15905
|
+
desc = { enumerable: true, get: function() {
|
|
15906
|
+
return m[k];
|
|
15907
|
+
} };
|
|
15908
|
+
}
|
|
15909
|
+
Object.defineProperty(o, k2, desc);
|
|
15910
|
+
} : function(o, m, k, k2) {
|
|
15911
|
+
if (k2 === void 0) k2 = k;
|
|
15912
|
+
o[k2] = m[k];
|
|
15913
|
+
});
|
|
15914
|
+
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
15915
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
15916
|
+
};
|
|
15917
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15918
|
+
__exportStar(require_app(), exports2);
|
|
15919
|
+
__exportStar(require_call(), exports2);
|
|
15920
|
+
__exportStar(require_channel(), exports2);
|
|
15921
|
+
__exportStar(require_dnd(), exports2);
|
|
15922
|
+
__exportStar(require_email(), exports2);
|
|
15923
|
+
__exportStar(require_emoji(), exports2);
|
|
15924
|
+
__exportStar(require_file(), exports2);
|
|
15925
|
+
__exportStar(require_function(), exports2);
|
|
15926
|
+
__exportStar(require_grid_migration(), exports2);
|
|
15927
|
+
__exportStar(require_group(), exports2);
|
|
15928
|
+
__exportStar(require_im(), exports2);
|
|
15929
|
+
__exportStar(require_invite(), exports2);
|
|
15930
|
+
__exportStar(require_link_shared(), exports2);
|
|
15931
|
+
__exportStar(require_member(), exports2);
|
|
15932
|
+
__exportStar(require_message(), exports2);
|
|
15933
|
+
__exportStar(require_message_metadata(), exports2);
|
|
15934
|
+
__exportStar(require_pin(), exports2);
|
|
15935
|
+
__exportStar(require_reaction(), exports2);
|
|
15936
|
+
__exportStar(require_shared_channel(), exports2);
|
|
15937
|
+
__exportStar(require_star(), exports2);
|
|
15938
|
+
__exportStar(require_subteam(), exports2);
|
|
15939
|
+
__exportStar(require_team(), exports2);
|
|
15940
|
+
__exportStar(require_token(), exports2);
|
|
15941
|
+
__exportStar(require_user(), exports2);
|
|
15942
|
+
__exportStar(require_steps_from_apps(), exports2);
|
|
15943
|
+
}
|
|
15944
|
+
});
|
|
15945
|
+
|
|
15946
|
+
// node_modules/@slack/types/dist/message-metadata.js
|
|
15947
|
+
var require_message_metadata2 = __commonJS({
|
|
15670
15948
|
"node_modules/@slack/types/dist/message-metadata.js"(exports2) {
|
|
15671
15949
|
"use strict";
|
|
15672
15950
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -15744,7 +16022,8 @@ var require_dist3 = __commonJS({
|
|
|
15744
16022
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
15745
16023
|
__exportStar(require_calls(), exports2);
|
|
15746
16024
|
__exportStar(require_dialog(), exports2);
|
|
15747
|
-
__exportStar(
|
|
16025
|
+
__exportStar(require_events(), exports2);
|
|
16026
|
+
__exportStar(require_message_metadata2(), exports2);
|
|
15748
16027
|
__exportStar(require_message_attachments(), exports2);
|
|
15749
16028
|
__exportStar(require_views(), exports2);
|
|
15750
16029
|
__exportStar(require_blocks(), exports2);
|
|
@@ -15779,7 +16058,12 @@ var require_methods = __commonJS({
|
|
|
15779
16058
|
var eventemitter3_1 = require_eventemitter32();
|
|
15780
16059
|
var WebClient_1 = require_WebClient();
|
|
15781
16060
|
function bindApiCall(self2, method) {
|
|
15782
|
-
|
|
16061
|
+
const apiMethod = self2.apiCall.bind(self2, method);
|
|
16062
|
+
return apiMethod;
|
|
16063
|
+
}
|
|
16064
|
+
function bindApiCallWithOptionalArgument(self2, method) {
|
|
16065
|
+
const apiMethod = self2.apiCall.bind(self2, method);
|
|
16066
|
+
return apiMethod;
|
|
15783
16067
|
}
|
|
15784
16068
|
function bindFilesUploadV2(self2) {
|
|
15785
16069
|
return self2.filesUploadV2.bind(self2);
|
|
@@ -15801,7 +16085,7 @@ var require_methods = __commonJS({
|
|
|
15801
16085
|
* @description Get logs for a specified team/org.
|
|
15802
16086
|
* @see {@link https://api.slack.com/methods/admin.apps.activities.list `admin.apps.activities.list` API reference}.
|
|
15803
16087
|
*/
|
|
15804
|
-
list:
|
|
16088
|
+
list: bindApiCallWithOptionalArgument(this, "admin.apps.activities.list")
|
|
15805
16089
|
},
|
|
15806
16090
|
/**
|
|
15807
16091
|
* @description Approve an app for installation on a workspace.
|
|
@@ -15896,7 +16180,7 @@ var require_methods = __commonJS({
|
|
|
15896
16180
|
* @description Get all Information Barriers for your organization.
|
|
15897
16181
|
* @see {@link https://api.slack.com/methods/admin.barriers.list `admin.barriers.list` API reference}.
|
|
15898
16182
|
*/
|
|
15899
|
-
list:
|
|
16183
|
+
list: bindApiCallWithOptionalArgument(this, "admin.barriers.list"),
|
|
15900
16184
|
/**
|
|
15901
16185
|
* @description Update an existing Information Barrier.
|
|
15902
16186
|
* @see {@link https://api.slack.com/methods/admin.barriers.update `admin.barriers.update` API reference}.
|
|
@@ -15955,7 +16239,7 @@ var require_methods = __commonJS({
|
|
|
15955
16239
|
* and then disconnected — and the corresponding original channel IDs for key revocation with EKM.
|
|
15956
16240
|
* @see {@link https://api.slack.com/methods/admin.conversations.ekm.listOriginalConnectedChannelInfo `admin.conversations.ekm.listOriginalConnectedChannelInfo` API reference}.
|
|
15957
16241
|
*/
|
|
15958
|
-
listOriginalConnectedChannelInfo:
|
|
16242
|
+
listOriginalConnectedChannelInfo: bindApiCallWithOptionalArgument(this, "admin.conversations.ekm.listOriginalConnectedChannelInfo")
|
|
15959
16243
|
},
|
|
15960
16244
|
/**
|
|
15961
16245
|
* @description Get conversation preferences for a public or private channel.
|
|
@@ -16014,7 +16298,7 @@ var require_methods = __commonJS({
|
|
|
16014
16298
|
* @description Search for public or private channels in an Enterprise organization.
|
|
16015
16299
|
* @see {@link https://api.slack.com/methods/admin.conversations.search `admin.conversations.search` API reference}.
|
|
16016
16300
|
*/
|
|
16017
|
-
search:
|
|
16301
|
+
search: bindApiCallWithOptionalArgument(this, "admin.conversations.search"),
|
|
16018
16302
|
/**
|
|
16019
16303
|
* @description Set the posting permissions for a public or private channel.
|
|
16020
16304
|
* @see {@link https://api.slack.com/methods/admin.conversations.setConversationPrefs `admin.conversations.setConversationPrefs` API reference}.
|
|
@@ -16051,7 +16335,7 @@ var require_methods = __commonJS({
|
|
|
16051
16335
|
* @description List emoji for an Enterprise Grid organization.
|
|
16052
16336
|
* @see {@link https://api.slack.com/methods/admin.emoji.list `admin.emoji.list` API reference}.
|
|
16053
16337
|
*/
|
|
16054
|
-
list:
|
|
16338
|
+
list: bindApiCallWithOptionalArgument(this, "admin.emoji.list"),
|
|
16055
16339
|
/**
|
|
16056
16340
|
* @description Remove an emoji across an Enterprise Grid organization.
|
|
16057
16341
|
* @see {@link https://api.slack.com/methods/admin.emoji.remove `admin.emoji.remove` API reference}.
|
|
@@ -16126,7 +16410,7 @@ var require_methods = __commonJS({
|
|
|
16126
16410
|
* Options to scope results by any combination of roles or entities.
|
|
16127
16411
|
* @see {@link https://api.slack.com/methods/admin.roles.listAssignments `admin.roles.listAssignments` API reference}.
|
|
16128
16412
|
*/
|
|
16129
|
-
listAssignments:
|
|
16413
|
+
listAssignments: bindApiCallWithOptionalArgument(this, "admin.roles.listAssignments"),
|
|
16130
16414
|
/**
|
|
16131
16415
|
* @description Removes a set of users from a role for the given scopes and entities.
|
|
16132
16416
|
* @see {@link https://api.slack.com/methods/admin.roles.removeAssignments `admin.roles.removeAssignments` API reference}.
|
|
@@ -16150,7 +16434,7 @@ var require_methods = __commonJS({
|
|
|
16150
16434
|
* @description List all teams on an Enterprise organization.
|
|
16151
16435
|
* @see {@link https://api.slack.com/methods/admin.teams.list `admin.teams.list` API reference}.
|
|
16152
16436
|
*/
|
|
16153
|
-
list:
|
|
16437
|
+
list: bindApiCallWithOptionalArgument(this, "admin.teams.list"),
|
|
16154
16438
|
owners: {
|
|
16155
16439
|
/**
|
|
16156
16440
|
* @description List all of the owners on a given workspace.
|
|
@@ -16228,7 +16512,7 @@ var require_methods = __commonJS({
|
|
|
16228
16512
|
* @description List users on a workspace.
|
|
16229
16513
|
* @see {@link https://api.slack.com/methods/admin.users.list `admin.users.list` API reference}.
|
|
16230
16514
|
*/
|
|
16231
|
-
list:
|
|
16515
|
+
list: bindApiCallWithOptionalArgument(this, "admin.users.list"),
|
|
16232
16516
|
/**
|
|
16233
16517
|
* @description Remove a user from a workspace.
|
|
16234
16518
|
* @see {@link https://api.slack.com/methods/admin.users.remove `admin.users.remove` API reference}.
|
|
@@ -16256,7 +16540,7 @@ var require_methods = __commonJS({
|
|
|
16256
16540
|
* @description List active user sessions for an organization.
|
|
16257
16541
|
* @see {@link https://api.slack.com/methods/admin.users.session.list `admin.users.session.list` API reference}.
|
|
16258
16542
|
*/
|
|
16259
|
-
list:
|
|
16543
|
+
list: bindApiCallWithOptionalArgument(this, "admin.users.session.list"),
|
|
16260
16544
|
/**
|
|
16261
16545
|
* @description Wipes all valid sessions on all devices for a given user.
|
|
16262
16546
|
* @see {@link https://api.slack.com/methods/admin.users.session.reset `admin.users.session.reset` API reference}.
|
|
@@ -16327,7 +16611,7 @@ var require_methods = __commonJS({
|
|
|
16327
16611
|
* @description Search workflows within the team or enterprise.
|
|
16328
16612
|
* @see {@link https://api.slack.com/methods/admin.workflows.search `admin.workflows.search` API reference}.
|
|
16329
16613
|
*/
|
|
16330
|
-
search:
|
|
16614
|
+
search: bindApiCallWithOptionalArgument(this, "admin.workflows.search"),
|
|
16331
16615
|
/**
|
|
16332
16616
|
* @description Unpublish workflows within the team or enterprise.
|
|
16333
16617
|
* @see {@link https://api.slack.com/methods/admin.workflows.unpublish `admin.workflows.unpublish` API reference}.
|
|
@@ -16340,7 +16624,7 @@ var require_methods = __commonJS({
|
|
|
16340
16624
|
* @description Checks API calling code.
|
|
16341
16625
|
* @see {@link https://api.slack.com/methods/api.test `api.test` API reference}.
|
|
16342
16626
|
*/
|
|
16343
|
-
test:
|
|
16627
|
+
test: bindApiCallWithOptionalArgument(this, "api.test")
|
|
16344
16628
|
};
|
|
16345
16629
|
this.apps = {
|
|
16346
16630
|
connections: {
|
|
@@ -16349,7 +16633,7 @@ var require_methods = __commonJS({
|
|
|
16349
16633
|
* events and interactive payloads over.
|
|
16350
16634
|
* @see {@link https://api.slack.com/methods/apps.connections.open `apps.connections.open` API reference}.
|
|
16351
16635
|
*/
|
|
16352
|
-
open:
|
|
16636
|
+
open: bindApiCallWithOptionalArgument(this, "apps.connections.open")
|
|
16353
16637
|
},
|
|
16354
16638
|
event: {
|
|
16355
16639
|
authorizations: {
|
|
@@ -16399,15 +16683,15 @@ var require_methods = __commonJS({
|
|
|
16399
16683
|
* @description Revokes a token.
|
|
16400
16684
|
* @see {@link https://api.slack.com/methods/auth.revoke `auth.revoke` API reference}.
|
|
16401
16685
|
*/
|
|
16402
|
-
revoke:
|
|
16686
|
+
revoke: bindApiCallWithOptionalArgument(this, "auth.revoke"),
|
|
16403
16687
|
teams: {
|
|
16404
16688
|
/**
|
|
16405
16689
|
* @description Obtain a full list of workspaces your org-wide app has been approved for.
|
|
16406
16690
|
* @see {@link https://api.slack.com/methods/auth.teams.list `auth.teams.list` API reference}.
|
|
16407
16691
|
*/
|
|
16408
|
-
list:
|
|
16692
|
+
list: bindApiCallWithOptionalArgument(this, "auth.teams.list")
|
|
16409
16693
|
},
|
|
16410
|
-
test:
|
|
16694
|
+
test: bindApiCallWithOptionalArgument(this, "auth.test")
|
|
16411
16695
|
};
|
|
16412
16696
|
this.bookmarks = {
|
|
16413
16697
|
/**
|
|
@@ -16436,7 +16720,7 @@ var require_methods = __commonJS({
|
|
|
16436
16720
|
* @description Gets information about a bot user.
|
|
16437
16721
|
* @see {@link https://api.slack.com/methods/bots.info `bots.info` API reference}.
|
|
16438
16722
|
*/
|
|
16439
|
-
info:
|
|
16723
|
+
info: bindApiCallWithOptionalArgument(this, "bots.info")
|
|
16440
16724
|
};
|
|
16441
16725
|
this.calls = {
|
|
16442
16726
|
/**
|
|
@@ -16485,7 +16769,7 @@ var require_methods = __commonJS({
|
|
|
16485
16769
|
* @description Create Canvas for a user.
|
|
16486
16770
|
* @see {@link https://api.slack.com/methods/canvases.create `canvases.create` API reference}.
|
|
16487
16771
|
*/
|
|
16488
|
-
create:
|
|
16772
|
+
create: bindApiCallWithOptionalArgument(this, "canvases.create"),
|
|
16489
16773
|
/**
|
|
16490
16774
|
* @description Deletes a canvas.
|
|
16491
16775
|
* @see {@link https://api.slack.com/methods/canvases.delete `canvases.delete` API reference}.
|
|
@@ -16545,7 +16829,7 @@ var require_methods = __commonJS({
|
|
|
16545
16829
|
* @description Returns a list of scheduled messages.
|
|
16546
16830
|
* @see {@link https://api.slack.com/methods/chat.scheduledMessages.list `chat.scheduledMessages.list` API reference}.
|
|
16547
16831
|
*/
|
|
16548
|
-
list:
|
|
16832
|
+
list: bindApiCallWithOptionalArgument(this, "chat.scheduledMessages.list")
|
|
16549
16833
|
},
|
|
16550
16834
|
/**
|
|
16551
16835
|
* @description Provide custom unfurl behavior for user-posted URLs.
|
|
@@ -16643,13 +16927,13 @@ var require_methods = __commonJS({
|
|
|
16643
16927
|
* @description List all channels in a Slack team.
|
|
16644
16928
|
* @see {@link https://api.slack.com/methods/conversations.list `conversations.list` API reference}.
|
|
16645
16929
|
*/
|
|
16646
|
-
list:
|
|
16930
|
+
list: bindApiCallWithOptionalArgument(this, "conversations.list"),
|
|
16647
16931
|
/**
|
|
16648
16932
|
* @description Lists shared channel invites that have been generated or received but have not been approved by
|
|
16649
16933
|
* all parties.
|
|
16650
16934
|
* @see {@link https://api.slack.com/methods/conversations.listConnectInvites `conversations.listConnectInvites` API reference}.
|
|
16651
16935
|
*/
|
|
16652
|
-
listConnectInvites:
|
|
16936
|
+
listConnectInvites: bindApiCallWithOptionalArgument(this, "conversations.listConnectInvites"),
|
|
16653
16937
|
/**
|
|
16654
16938
|
* @description Sets the read cursor in a channel.
|
|
16655
16939
|
* @see {@link https://api.slack.com/methods/conversations.mark `conversations.mark` API reference}.
|
|
@@ -16675,6 +16959,18 @@ var require_methods = __commonJS({
|
|
|
16675
16959
|
* @see {@link https://api.slack.com/methods/conversations.replies `conversations.replies` API reference}.
|
|
16676
16960
|
*/
|
|
16677
16961
|
replies: bindApiCall(this, "conversations.replies"),
|
|
16962
|
+
requestSharedInvite: {
|
|
16963
|
+
/**
|
|
16964
|
+
* @description Approves a request to add an external user to a channel and sends them a Slack Connect invite.
|
|
16965
|
+
* @see {@link https://api.slack.com/methods/conversations.requestSharedInvite.approve `conversations.requestSharedInvite.approve` API reference}.
|
|
16966
|
+
*/
|
|
16967
|
+
approve: bindApiCall(this, "conversations.requestSharedInvite.approve"),
|
|
16968
|
+
/**
|
|
16969
|
+
* @description Denies a request to invite an external user to a channel.
|
|
16970
|
+
* @see {@link https://api.slack.com/methods/conversations.requestSharedInvite.deny `conversations.requestSharedInvite.deny` API reference}.
|
|
16971
|
+
*/
|
|
16972
|
+
deny: bindApiCall(this, "conversations.requestSharedInvite.deny")
|
|
16973
|
+
},
|
|
16678
16974
|
/**
|
|
16679
16975
|
* @description Sets the purpose for a conversation.
|
|
16680
16976
|
* @see {@link https://api.slack.com/methods/conversations.setPurpose `conversations.setPurpose` API reference}.
|
|
@@ -16703,17 +16999,17 @@ var require_methods = __commonJS({
|
|
|
16703
16999
|
* @description Ends the current user's Do Not Disturb session immediately.
|
|
16704
17000
|
* @see {@link https://api.slack.com/methods/dnd.endDnd `dnd.endDnd` API reference}.
|
|
16705
17001
|
*/
|
|
16706
|
-
endDnd:
|
|
17002
|
+
endDnd: bindApiCallWithOptionalArgument(this, "dnd.endDnd"),
|
|
16707
17003
|
/**
|
|
16708
17004
|
* @description Ends the current user's snooze mode immediately.
|
|
16709
17005
|
* @see {@link https://api.slack.com/methods/dnd.endSnooze `dnd.endSnooze` API reference}.
|
|
16710
17006
|
*/
|
|
16711
|
-
endSnooze:
|
|
17007
|
+
endSnooze: bindApiCallWithOptionalArgument(this, "dnd.endSnooze"),
|
|
16712
17008
|
/**
|
|
16713
17009
|
* @description Retrieves a user's current Do Not Disturb status.
|
|
16714
17010
|
* @see {@link https://api.slack.com/methods/dnd.info `dnd.info` API reference}.
|
|
16715
17011
|
*/
|
|
16716
|
-
info:
|
|
17012
|
+
info: bindApiCallWithOptionalArgument(this, "dnd.info"),
|
|
16717
17013
|
/**
|
|
16718
17014
|
* @description Turns on Do Not Disturb mode for the current user, or changes its duration.
|
|
16719
17015
|
* @see {@link https://api.slack.com/methods/dnd.setSnooze `dnd.setSnooze` API reference}.
|
|
@@ -16730,7 +17026,7 @@ var require_methods = __commonJS({
|
|
|
16730
17026
|
* @description Lists custom emoji for a team.
|
|
16731
17027
|
* @see {@link https://api.slack.com/methods/emoji.list `emoji.list` API reference}.
|
|
16732
17028
|
*/
|
|
16733
|
-
list:
|
|
17029
|
+
list: bindApiCallWithOptionalArgument(this, "emoji.list")
|
|
16734
17030
|
};
|
|
16735
17031
|
this.files = {
|
|
16736
17032
|
/**
|
|
@@ -16786,7 +17082,7 @@ var require_methods = __commonJS({
|
|
|
16786
17082
|
* Will try to honor both single file or content data supplied as well
|
|
16787
17083
|
* as multiple file uploads property.
|
|
16788
17084
|
* @see {@link https://slack.dev/node-slack-sdk/web-api#upload-a-file `@slack/web-api` Upload a file documentation}.
|
|
16789
|
-
|
|
17085
|
+
*/
|
|
16790
17086
|
uploadV2: bindFilesUploadV2(this),
|
|
16791
17087
|
comments: {
|
|
16792
17088
|
/**
|
|
@@ -16878,7 +17174,7 @@ var require_methods = __commonJS({
|
|
|
16878
17174
|
* @description Get the identity of a user who has authorized {@link https://api.slack.com/authentication/sign-in-with-slack Sign in with Slack}.
|
|
16879
17175
|
* @see {@link https://api.slack.com/methods/openid.connect.userInfo `openid.connect.userInfo` API reference}.
|
|
16880
17176
|
*/
|
|
16881
|
-
userInfo:
|
|
17177
|
+
userInfo: bindApiCallWithOptionalArgument(this, "openid.connect.userInfo")
|
|
16882
17178
|
}
|
|
16883
17179
|
};
|
|
16884
17180
|
this.pins = {
|
|
@@ -16913,7 +17209,7 @@ var require_methods = __commonJS({
|
|
|
16913
17209
|
* @description List reactions made by a user.
|
|
16914
17210
|
* @see {@link https://api.slack.com/methods/reactions.list `reactions.list` API reference}.
|
|
16915
17211
|
*/
|
|
16916
|
-
list:
|
|
17212
|
+
list: bindApiCallWithOptionalArgument(this, "reactions.list"),
|
|
16917
17213
|
/**
|
|
16918
17214
|
* @description Removes a reaction from an item.
|
|
16919
17215
|
* @see {@link https://api.slack.com/methods/reactions.remove `reactions.remove` API reference}.
|
|
@@ -16945,20 +17241,20 @@ var require_methods = __commonJS({
|
|
|
16945
17241
|
* @description Lists all reminders created by or for a given user.
|
|
16946
17242
|
* @see {@link https://api.slack.com/methods/reminders.list `reminders.list` API reference}.
|
|
16947
17243
|
*/
|
|
16948
|
-
list:
|
|
17244
|
+
list: bindApiCallWithOptionalArgument(this, "reminders.list")
|
|
16949
17245
|
};
|
|
16950
17246
|
this.rtm = {
|
|
16951
17247
|
/**
|
|
16952
17248
|
* @description Starts a Real Time Messaging session.
|
|
16953
17249
|
* @see {@link https://api.slack.com/methods/rtm.connect `rtm.connect` API reference}.
|
|
16954
17250
|
*/
|
|
16955
|
-
connect:
|
|
17251
|
+
connect: bindApiCallWithOptionalArgument(this, "rtm.connect"),
|
|
16956
17252
|
/**
|
|
16957
17253
|
* @description Starts a Real Time Messaging session.
|
|
16958
17254
|
* @deprecated Use `rtm.connect` instead. See {@link https://api.slack.com/changelog/2021-10-rtm-start-to-stop our post on retiring `rtm.start`}.
|
|
16959
17255
|
* @see {@link https://api.slack.com/methods/rtm.start `rtm.start` API reference}.
|
|
16960
17256
|
*/
|
|
16961
|
-
start:
|
|
17257
|
+
start: bindApiCallWithOptionalArgument(this, "rtm.start")
|
|
16962
17258
|
};
|
|
16963
17259
|
this.search = {
|
|
16964
17260
|
/**
|
|
@@ -16982,12 +17278,12 @@ var require_methods = __commonJS({
|
|
|
16982
17278
|
* @description Gets the access logs for the current team.
|
|
16983
17279
|
* @see {@link https://api.slack.com/methods/team.accessLogs `team.accessLogs` API reference}.
|
|
16984
17280
|
*/
|
|
16985
|
-
accessLogs:
|
|
17281
|
+
accessLogs: bindApiCallWithOptionalArgument(this, "team.accessLogs"),
|
|
16986
17282
|
/**
|
|
16987
17283
|
* @description Gets billable users information for the current team.
|
|
16988
17284
|
* @see {@link https://api.slack.com/methods/team.billableInfo `team.billableInfo` API reference}.
|
|
16989
17285
|
*/
|
|
16990
|
-
billableInfo:
|
|
17286
|
+
billableInfo: bindApiCallWithOptionalArgument(this, "team.billableInfo"),
|
|
16991
17287
|
billing: {
|
|
16992
17288
|
/**
|
|
16993
17289
|
* @description Reads a workspace's billing plan information.
|
|
@@ -17011,25 +17307,25 @@ var require_methods = __commonJS({
|
|
|
17011
17307
|
* @description Gets information about the current team.
|
|
17012
17308
|
* @see {@link https://api.slack.com/methods/team.info `team.info` API reference}.
|
|
17013
17309
|
*/
|
|
17014
|
-
info:
|
|
17310
|
+
info: bindApiCallWithOptionalArgument(this, "team.info"),
|
|
17015
17311
|
/**
|
|
17016
17312
|
* @description Gets the integration logs for the current team.
|
|
17017
17313
|
* @see {@link https://api.slack.com/methods/team.integrationLogs `team.integrationLogs` API reference}.
|
|
17018
17314
|
*/
|
|
17019
|
-
integrationLogs:
|
|
17315
|
+
integrationLogs: bindApiCallWithOptionalArgument(this, "team.integrationLogs"),
|
|
17020
17316
|
preferences: {
|
|
17021
17317
|
/**
|
|
17022
17318
|
* @description Retrieve a list of a workspace's team preferences.
|
|
17023
17319
|
* @see {@link https://api.slack.com/methods/team.preferences.list `team.preferences.list` API reference}.
|
|
17024
17320
|
*/
|
|
17025
|
-
list:
|
|
17321
|
+
list: bindApiCallWithOptionalArgument(this, "team.preferences.list")
|
|
17026
17322
|
},
|
|
17027
17323
|
profile: {
|
|
17028
17324
|
/**
|
|
17029
17325
|
* @description Retrieve a team's profile.
|
|
17030
17326
|
* @see {@link https://api.slack.com/methods/team.profile.get `team.profile.get` API reference}.
|
|
17031
17327
|
*/
|
|
17032
|
-
get:
|
|
17328
|
+
get: bindApiCallWithOptionalArgument(this, "team.profile.get")
|
|
17033
17329
|
}
|
|
17034
17330
|
};
|
|
17035
17331
|
this.tooling = {
|
|
@@ -17061,7 +17357,7 @@ var require_methods = __commonJS({
|
|
|
17061
17357
|
* @description List all User Groups for a team.
|
|
17062
17358
|
* @see {@link https://api.slack.com/methods/usergroups.list `usergroups.list` API reference}.
|
|
17063
17359
|
*/
|
|
17064
|
-
list:
|
|
17360
|
+
list: bindApiCallWithOptionalArgument(this, "usergroups.list"),
|
|
17065
17361
|
/**
|
|
17066
17362
|
* @description Update an existing User Group.
|
|
17067
17363
|
* @see {@link https://api.slack.com/methods/usergroups.update `usergroups.update` API reference}.
|
|
@@ -17381,10 +17677,10 @@ var require_WebClient = __commonJS({
|
|
|
17381
17677
|
};
|
|
17382
17678
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
17383
17679
|
exports2.buildThreadTsWarningMessage = exports2.WebClient = exports2.WebClientEvent = void 0;
|
|
17384
|
-
var
|
|
17385
|
-
var
|
|
17386
|
-
var
|
|
17387
|
-
var
|
|
17680
|
+
var node_path_1 = require("node:path");
|
|
17681
|
+
var node_querystring_1 = require("node:querystring");
|
|
17682
|
+
var node_util_1 = require("node:util");
|
|
17683
|
+
var node_zlib_1 = __importDefault(require("node:zlib"));
|
|
17388
17684
|
var axios_1 = __importDefault(require_axios());
|
|
17389
17685
|
var form_data_1 = __importDefault(require_form_data());
|
|
17390
17686
|
var is_electron_1 = __importDefault(require_is_electron());
|
|
@@ -17398,7 +17694,19 @@ var require_WebClient = __commonJS({
|
|
|
17398
17694
|
var logger_1 = require_logger();
|
|
17399
17695
|
var methods_1 = require_methods();
|
|
17400
17696
|
var retry_policies_1 = require_retry_policies();
|
|
17401
|
-
var axiosHeaderPropsToIgnore = [
|
|
17697
|
+
var axiosHeaderPropsToIgnore = [
|
|
17698
|
+
"delete",
|
|
17699
|
+
"common",
|
|
17700
|
+
"get",
|
|
17701
|
+
"put",
|
|
17702
|
+
"head",
|
|
17703
|
+
"post",
|
|
17704
|
+
"link",
|
|
17705
|
+
"patch",
|
|
17706
|
+
"purge",
|
|
17707
|
+
"unlink",
|
|
17708
|
+
"options"
|
|
17709
|
+
];
|
|
17402
17710
|
var defaultFilename = "Untitled";
|
|
17403
17711
|
var defaultPageSize = 200;
|
|
17404
17712
|
var noopPageReducer = () => void 0;
|
|
@@ -17433,7 +17741,6 @@ var require_WebClient = __commonJS({
|
|
|
17433
17741
|
this.axios = axios_1.default.create({
|
|
17434
17742
|
timeout,
|
|
17435
17743
|
baseURL: slackApiUrl,
|
|
17436
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
17437
17744
|
headers: (0, is_electron_1.default)() ? headers : Object.assign({ "User-Agent": (0, instrument_1.getUserAgent)() }, headers),
|
|
17438
17745
|
httpAgent: agent,
|
|
17439
17746
|
httpsAgent: agent,
|
|
@@ -17447,7 +17754,7 @@ var require_WebClient = __commonJS({
|
|
|
17447
17754
|
// protocols), users of this package should use the `agent` option to configure a proxy.
|
|
17448
17755
|
proxy: false
|
|
17449
17756
|
});
|
|
17450
|
-
|
|
17757
|
+
this.axios.defaults.headers.post["Content-Type"] = void 0;
|
|
17451
17758
|
this.logger.debug("initialized");
|
|
17452
17759
|
}
|
|
17453
17760
|
/**
|
|
@@ -17477,7 +17784,7 @@ var require_WebClient = __commonJS({
|
|
|
17477
17784
|
result.response_metadata.warnings.forEach(this.logger.warn.bind(this.logger));
|
|
17478
17785
|
}
|
|
17479
17786
|
if (result.response_metadata !== void 0 && result.response_metadata.messages !== void 0) {
|
|
17480
|
-
result.response_metadata.messages
|
|
17787
|
+
for (const msg of result.response_metadata.messages) {
|
|
17481
17788
|
const errReg = /\[ERROR\](.*)/;
|
|
17482
17789
|
const warnReg = /\[WARN\](.*)/;
|
|
17483
17790
|
if (errReg.test(msg)) {
|
|
@@ -17491,11 +17798,12 @@ var require_WebClient = __commonJS({
|
|
|
17491
17798
|
this.logger.warn(warnMatch[1].trim());
|
|
17492
17799
|
}
|
|
17493
17800
|
}
|
|
17494
|
-
}
|
|
17801
|
+
}
|
|
17495
17802
|
}
|
|
17496
17803
|
if (!result.ok && response.headers["content-type"] !== "application/gzip") {
|
|
17497
17804
|
throw (0, errors_1.platformErrorFromResult)(result);
|
|
17498
|
-
}
|
|
17805
|
+
}
|
|
17806
|
+
if ("ok" in result && result.ok === false) {
|
|
17499
17807
|
throw (0, errors_1.platformErrorFromResult)(result);
|
|
17500
17808
|
}
|
|
17501
17809
|
this.logger.debug(`apiCall('${method}') end`);
|
|
@@ -17506,7 +17814,7 @@ var require_WebClient = __commonJS({
|
|
|
17506
17814
|
const pageSize = (() => {
|
|
17507
17815
|
if (options !== void 0 && typeof options.limit === "number") {
|
|
17508
17816
|
const { limit } = options;
|
|
17509
|
-
|
|
17817
|
+
options.limit = void 0;
|
|
17510
17818
|
return limit;
|
|
17511
17819
|
}
|
|
17512
17820
|
return defaultPageSize;
|
|
@@ -17681,7 +17989,7 @@ var require_WebClient = __commonJS({
|
|
|
17681
17989
|
config.responseType = "arraybuffer";
|
|
17682
17990
|
}
|
|
17683
17991
|
if (url.endsWith("apps.event.authorizations.list")) {
|
|
17684
|
-
|
|
17992
|
+
body.token = void 0;
|
|
17685
17993
|
}
|
|
17686
17994
|
this.logger.debug(`http request url: ${requestURL}`);
|
|
17687
17995
|
this.logger.debug(`http request body: ${JSON.stringify(redact(body))}`);
|
|
@@ -17707,9 +18015,8 @@ var require_WebClient = __commonJS({
|
|
|
17707
18015
|
yield (0, helpers_1.default)(retrySec * 1e3);
|
|
17708
18016
|
this.requestQueue.start();
|
|
17709
18017
|
throw new Error(`A rate limit was exceeded (url: ${url}, retry-after: ${retrySec})`);
|
|
17710
|
-
} else {
|
|
17711
|
-
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"]})`));
|
|
17712
18018
|
}
|
|
18019
|
+
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"]})`));
|
|
17713
18020
|
}
|
|
17714
18021
|
if (response.status !== 200) {
|
|
17715
18022
|
throw (0, errors_1.httpErrorFromResponse)(response);
|
|
@@ -17757,10 +18064,10 @@ var require_WebClient = __commonJS({
|
|
|
17757
18064
|
opts.filename = (() => {
|
|
17758
18065
|
const streamOrBuffer = value;
|
|
17759
18066
|
if (typeof streamOrBuffer.name === "string") {
|
|
17760
|
-
return (0,
|
|
18067
|
+
return (0, node_path_1.basename)(streamOrBuffer.name);
|
|
17761
18068
|
}
|
|
17762
18069
|
if (typeof streamOrBuffer.path === "string") {
|
|
17763
|
-
return (0,
|
|
18070
|
+
return (0, node_path_1.basename)(streamOrBuffer.path);
|
|
17764
18071
|
}
|
|
17765
18072
|
return defaultFilename;
|
|
17766
18073
|
})();
|
|
@@ -17771,16 +18078,16 @@ var require_WebClient = __commonJS({
|
|
|
17771
18078
|
return frm;
|
|
17772
18079
|
}, new form_data_1.default());
|
|
17773
18080
|
if (headers) {
|
|
17774
|
-
Object.entries(form.getHeaders())
|
|
18081
|
+
for (const [header, value] of Object.entries(form.getHeaders())) {
|
|
17775
18082
|
headers[header] = value;
|
|
17776
|
-
}
|
|
18083
|
+
}
|
|
17777
18084
|
}
|
|
17778
18085
|
return form;
|
|
17779
18086
|
}
|
|
17780
18087
|
if (headers)
|
|
17781
18088
|
headers["Content-Type"] = "application/x-www-form-urlencoded";
|
|
17782
18089
|
const initialValue = {};
|
|
17783
|
-
return (0,
|
|
18090
|
+
return (0, node_querystring_1.stringify)(flattened.reduce((accumulator, [key, value]) => {
|
|
17784
18091
|
if (key !== void 0 && value !== void 0) {
|
|
17785
18092
|
accumulator[key] = value;
|
|
17786
18093
|
}
|
|
@@ -17792,7 +18099,6 @@ var require_WebClient = __commonJS({
|
|
|
17792
18099
|
* HTTP headers into the object.
|
|
17793
18100
|
* @param response - an http response
|
|
17794
18101
|
*/
|
|
17795
|
-
// eslint-disable-next-line class-methods-use-this
|
|
17796
18102
|
buildResult(response) {
|
|
17797
18103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
17798
18104
|
let { data } = response;
|
|
@@ -17800,7 +18106,7 @@ var require_WebClient = __commonJS({
|
|
|
17800
18106
|
if (isGzipResponse) {
|
|
17801
18107
|
try {
|
|
17802
18108
|
const unzippedData = yield new Promise((resolve, reject) => {
|
|
17803
|
-
|
|
18109
|
+
node_zlib_1.default.unzip(data, (err, buf) => {
|
|
17804
18110
|
if (err) {
|
|
17805
18111
|
return reject(err);
|
|
17806
18112
|
}
|
|
@@ -17811,18 +18117,18 @@ var require_WebClient = __commonJS({
|
|
|
17811
18117
|
});
|
|
17812
18118
|
const fileData = [];
|
|
17813
18119
|
if (Array.isArray(unzippedData)) {
|
|
17814
|
-
|
|
18120
|
+
for (const dataset of unzippedData) {
|
|
17815
18121
|
if (dataset && dataset.length > 0) {
|
|
17816
18122
|
fileData.push(JSON.parse(dataset));
|
|
17817
18123
|
}
|
|
17818
|
-
}
|
|
18124
|
+
}
|
|
17819
18125
|
}
|
|
17820
18126
|
data = { file_data: fileData };
|
|
17821
18127
|
} catch (err) {
|
|
17822
18128
|
data = { ok: false, error: err };
|
|
17823
18129
|
}
|
|
17824
18130
|
} else if (!isGzipResponse && response.request.path === "/api/admin.analytics.getFile") {
|
|
17825
|
-
data = JSON.parse(new
|
|
18131
|
+
data = JSON.parse(new node_util_1.TextDecoder().decode(data));
|
|
17826
18132
|
}
|
|
17827
18133
|
if (typeof data === "string") {
|
|
17828
18134
|
try {
|
|
@@ -17862,7 +18168,7 @@ var require_WebClient = __commonJS({
|
|
|
17862
18168
|
}
|
|
17863
18169
|
function parseRetryHeaders(response) {
|
|
17864
18170
|
if (response.headers["retry-after"] !== void 0) {
|
|
17865
|
-
const retryAfter = parseInt(response.headers["retry-after"], 10);
|
|
18171
|
+
const retryAfter = Number.parseInt(response.headers["retry-after"], 10);
|
|
17866
18172
|
if (!Number.isNaN(retryAfter)) {
|
|
17867
18173
|
return retryAfter;
|
|
17868
18174
|
}
|
|
@@ -19362,7 +19668,11 @@ var require_pump = __commonJS({
|
|
|
19362
19668
|
"use strict";
|
|
19363
19669
|
var once = require_once();
|
|
19364
19670
|
var eos = require_end_of_stream();
|
|
19365
|
-
var fs
|
|
19671
|
+
var fs;
|
|
19672
|
+
try {
|
|
19673
|
+
fs = require("fs");
|
|
19674
|
+
} catch (e) {
|
|
19675
|
+
}
|
|
19366
19676
|
var noop = function() {
|
|
19367
19677
|
};
|
|
19368
19678
|
var ancient = /^v?\.0/.test(process.version);
|