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
|
@@ -69,7 +69,11 @@ const getBodyLength = async (body) => {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
if(utils.isSpecCompliantForm(body)) {
|
|
72
|
-
|
|
72
|
+
const _request = new Request(platform.origin, {
|
|
73
|
+
method: 'POST',
|
|
74
|
+
body,
|
|
75
|
+
});
|
|
76
|
+
return (await _request.arrayBuffer()).byteLength;
|
|
73
77
|
}
|
|
74
78
|
|
|
75
79
|
if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {
|
|
@@ -109,18 +113,13 @@ export default isFetchSupported && (async (config) => {
|
|
|
109
113
|
|
|
110
114
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
111
115
|
|
|
112
|
-
let
|
|
113
|
-
composeSignals([signal, cancelToken], timeout) : [];
|
|
114
|
-
|
|
115
|
-
let finished, request;
|
|
116
|
+
let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
116
117
|
|
|
117
|
-
|
|
118
|
-
!finished && setTimeout(() => {
|
|
119
|
-
composedSignal && composedSignal.unsubscribe();
|
|
120
|
-
});
|
|
118
|
+
let request;
|
|
121
119
|
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
121
|
+
composedSignal.unsubscribe();
|
|
122
|
+
});
|
|
124
123
|
|
|
125
124
|
let requestContentLength;
|
|
126
125
|
|
|
@@ -147,7 +146,7 @@ export default isFetchSupported && (async (config) => {
|
|
|
147
146
|
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
148
147
|
);
|
|
149
148
|
|
|
150
|
-
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush
|
|
149
|
+
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
151
150
|
}
|
|
152
151
|
}
|
|
153
152
|
|
|
@@ -157,7 +156,7 @@ export default isFetchSupported && (async (config) => {
|
|
|
157
156
|
|
|
158
157
|
// Cloudflare Workers throws when credentials are defined
|
|
159
158
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
160
|
-
const isCredentialsSupported = "credentials" in Request.prototype;
|
|
159
|
+
const isCredentialsSupported = "credentials" in Request.prototype;
|
|
161
160
|
request = new Request(url, {
|
|
162
161
|
...fetchOptions,
|
|
163
162
|
signal: composedSignal,
|
|
@@ -172,7 +171,7 @@ export default isFetchSupported && (async (config) => {
|
|
|
172
171
|
|
|
173
172
|
const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
174
173
|
|
|
175
|
-
if (supportsResponseStream && (onDownloadProgress || isStreamResponse)) {
|
|
174
|
+
if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {
|
|
176
175
|
const options = {};
|
|
177
176
|
|
|
178
177
|
['status', 'statusText', 'headers'].forEach(prop => {
|
|
@@ -189,8 +188,8 @@ export default isFetchSupported && (async (config) => {
|
|
|
189
188
|
response = new Response(
|
|
190
189
|
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
191
190
|
flush && flush();
|
|
192
|
-
|
|
193
|
-
}
|
|
191
|
+
unsubscribe && unsubscribe();
|
|
192
|
+
}),
|
|
194
193
|
options
|
|
195
194
|
);
|
|
196
195
|
}
|
|
@@ -199,9 +198,7 @@ export default isFetchSupported && (async (config) => {
|
|
|
199
198
|
|
|
200
199
|
let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);
|
|
201
200
|
|
|
202
|
-
!isStreamResponse &&
|
|
203
|
-
|
|
204
|
-
stopTimeout && stopTimeout();
|
|
201
|
+
!isStreamResponse && unsubscribe && unsubscribe();
|
|
205
202
|
|
|
206
203
|
return await new Promise((resolve, reject) => {
|
|
207
204
|
settle(resolve, reject, {
|
|
@@ -214,7 +211,7 @@ export default isFetchSupported && (async (config) => {
|
|
|
214
211
|
})
|
|
215
212
|
})
|
|
216
213
|
} catch (err) {
|
|
217
|
-
|
|
214
|
+
unsubscribe && unsubscribe();
|
|
218
215
|
|
|
219
216
|
if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {
|
|
220
217
|
throw Object.assign(
|
|
@@ -427,7 +427,7 @@ export default isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
427
427
|
if (config.socketPath) {
|
|
428
428
|
options.socketPath = config.socketPath;
|
|
429
429
|
} else {
|
|
430
|
-
options.hostname = parsed.hostname;
|
|
430
|
+
options.hostname = parsed.hostname.startsWith("[") ? parsed.hostname.slice(1, -1) : parsed.hostname;
|
|
431
431
|
options.port = parsed.port;
|
|
432
432
|
setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path);
|
|
433
433
|
}
|
|
@@ -102,6 +102,20 @@ class CancelToken {
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
+
toAbortSignal() {
|
|
106
|
+
const controller = new AbortController();
|
|
107
|
+
|
|
108
|
+
const abort = (err) => {
|
|
109
|
+
controller.abort(err);
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
this.subscribe(abort);
|
|
113
|
+
|
|
114
|
+
controller.signal.unsubscribe = () => this.unsubscribe(abort);
|
|
115
|
+
|
|
116
|
+
return controller.signal;
|
|
117
|
+
}
|
|
118
|
+
|
|
105
119
|
/**
|
|
106
120
|
* Returns an object that contains a new `CancelToken` and a function that, when called,
|
|
107
121
|
* cancels the `CancelToken`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.7.
|
|
1
|
+
export const VERSION = "1.7.7";
|
|
@@ -1,46 +1,48 @@
|
|
|
1
1
|
import CanceledError from "../cancel/CanceledError.js";
|
|
2
2
|
import AxiosError from "../core/AxiosError.js";
|
|
3
|
+
import utils from '../utils.js';
|
|
3
4
|
|
|
4
5
|
const composeSignals = (signals, timeout) => {
|
|
5
|
-
|
|
6
|
+
const {length} = (signals = signals ? signals.filter(Boolean) : []);
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
if (timeout || length) {
|
|
9
|
+
let controller = new AbortController();
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
if (!aborted) {
|
|
11
|
-
aborted = true;
|
|
12
|
-
unsubscribe();
|
|
13
|
-
const err = cancel instanceof Error ? cancel : this.reason;
|
|
14
|
-
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
15
|
-
}
|
|
16
|
-
}
|
|
11
|
+
let aborted;
|
|
17
12
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
const onabort = function (reason) {
|
|
14
|
+
if (!aborted) {
|
|
15
|
+
aborted = true;
|
|
16
|
+
unsubscribe();
|
|
17
|
+
const err = reason instanceof Error ? reason : this.reason;
|
|
18
|
+
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
if (signals) {
|
|
24
|
-
timer && clearTimeout(timer);
|
|
22
|
+
let timer = timeout && setTimeout(() => {
|
|
25
23
|
timer = null;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
signals
|
|
24
|
+
onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))
|
|
25
|
+
}, timeout)
|
|
26
|
+
|
|
27
|
+
const unsubscribe = () => {
|
|
28
|
+
if (signals) {
|
|
29
|
+
timer && clearTimeout(timer);
|
|
30
|
+
timer = null;
|
|
31
|
+
signals.forEach(signal => {
|
|
32
|
+
signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
|
|
33
|
+
});
|
|
34
|
+
signals = null;
|
|
35
|
+
}
|
|
31
36
|
}
|
|
32
|
-
}
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
signals.forEach((signal) => signal.addEventListener('abort', onabort));
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
const {signal} = controller;
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
signal.unsubscribe = () => utils.asap(unsubscribe);
|
|
39
43
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
timer = null;
|
|
43
|
-
}];
|
|
44
|
+
return signal;
|
|
45
|
+
}
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
export default composeSignals;
|
|
@@ -17,14 +17,34 @@ export const streamChunk = function* (chunk, chunkSize) {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
export const readBytes = async function* (iterable, chunkSize
|
|
21
|
-
for await (const chunk of iterable) {
|
|
22
|
-
yield* streamChunk(
|
|
20
|
+
export const readBytes = async function* (iterable, chunkSize) {
|
|
21
|
+
for await (const chunk of readStream(iterable)) {
|
|
22
|
+
yield* streamChunk(chunk, chunkSize);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
const readStream = async function* (stream) {
|
|
27
|
+
if (stream[Symbol.asyncIterator]) {
|
|
28
|
+
yield* stream;
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const reader = stream.getReader();
|
|
33
|
+
try {
|
|
34
|
+
for (;;) {
|
|
35
|
+
const {done, value} = await reader.read();
|
|
36
|
+
if (done) {
|
|
37
|
+
break;
|
|
38
|
+
}
|
|
39
|
+
yield value;
|
|
40
|
+
}
|
|
41
|
+
} finally {
|
|
42
|
+
await reader.cancel();
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
47
|
+
const iterator = readBytes(stream, chunkSize);
|
|
28
48
|
|
|
29
49
|
let bytes = 0;
|
|
30
50
|
let done;
|
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
type Promisable<T> = T | Promise<T>;
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
declare namespace escalade {
|
|
4
|
+
export type Callback = (
|
|
5
|
+
directory: string,
|
|
6
|
+
files: string[],
|
|
7
|
+
) => Promisable<string | false | void>;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
declare function escalade(
|
|
11
|
+
directory: string,
|
|
12
|
+
callback: escalade.Callback,
|
|
13
|
+
): Promise<string | void>;
|
|
14
|
+
|
|
15
|
+
export = escalade;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "escalade",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"repository": "lukeed/escalade",
|
|
5
5
|
"description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -15,22 +15,33 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
".": [
|
|
17
17
|
{
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
"import": {
|
|
19
|
+
"types": "./index.d.mts",
|
|
20
|
+
"default": "./dist/index.mjs"
|
|
21
|
+
},
|
|
22
|
+
"require": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"default": "./dist/index.js"
|
|
25
|
+
}
|
|
21
26
|
},
|
|
22
27
|
"./dist/index.js"
|
|
23
28
|
],
|
|
24
29
|
"./sync": [
|
|
25
30
|
{
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
31
|
+
"import": {
|
|
32
|
+
"types": "./sync/index.d.mts",
|
|
33
|
+
"default": "./sync/index.mjs"
|
|
34
|
+
},
|
|
35
|
+
"require": {
|
|
36
|
+
"types": "./sync/index.d.ts",
|
|
37
|
+
"default": "./sync/index.js"
|
|
38
|
+
}
|
|
29
39
|
},
|
|
30
40
|
"./sync/index.js"
|
|
31
41
|
]
|
|
32
42
|
},
|
|
33
43
|
"files": [
|
|
44
|
+
"*.d.mts",
|
|
34
45
|
"*.d.ts",
|
|
35
46
|
"dist",
|
|
36
47
|
"sync"
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
declare namespace escalade {
|
|
2
|
+
export type Callback = (
|
|
3
|
+
directory: string,
|
|
4
|
+
files: string[],
|
|
5
|
+
) => string | false | void;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare function escalade(
|
|
9
|
+
directory: string,
|
|
10
|
+
callback: escalade.Callback,
|
|
11
|
+
): string | void;
|
|
12
|
+
|
|
13
|
+
export = escalade;
|
|
@@ -6,10 +6,21 @@ var Writable = require("stream").Writable;
|
|
|
6
6
|
var assert = require("assert");
|
|
7
7
|
var debug = require("./debug");
|
|
8
8
|
|
|
9
|
+
// Preventive platform detection
|
|
10
|
+
// istanbul ignore next
|
|
11
|
+
(function detectUnsupportedEnvironment() {
|
|
12
|
+
var looksLikeNode = typeof process !== "undefined";
|
|
13
|
+
var looksLikeBrowser = typeof window !== "undefined" && typeof document !== "undefined";
|
|
14
|
+
var looksLikeV8 = isFunction(Error.captureStackTrace);
|
|
15
|
+
if (!looksLikeNode && (looksLikeBrowser || !looksLikeV8)) {
|
|
16
|
+
console.warn("The follow-redirects package should be excluded from browser builds.");
|
|
17
|
+
}
|
|
18
|
+
}());
|
|
19
|
+
|
|
9
20
|
// Whether to use the native URL object or the legacy url module
|
|
10
21
|
var useNativeURL = false;
|
|
11
22
|
try {
|
|
12
|
-
assert(new URL());
|
|
23
|
+
assert(new URL(""));
|
|
13
24
|
}
|
|
14
25
|
catch (error) {
|
|
15
26
|
useNativeURL = error.code === "ERR_INVALID_URL";
|
|
@@ -346,17 +357,17 @@ RedirectableRequest.prototype._performRequest = function () {
|
|
|
346
357
|
var buffers = this._requestBodyBuffers;
|
|
347
358
|
(function writeNext(error) {
|
|
348
359
|
// Only write if this request has not been redirected yet
|
|
349
|
-
|
|
360
|
+
// istanbul ignore else
|
|
350
361
|
if (request === self._currentRequest) {
|
|
351
362
|
// Report any write errors
|
|
352
|
-
|
|
363
|
+
// istanbul ignore if
|
|
353
364
|
if (error) {
|
|
354
365
|
self.emit("error", error);
|
|
355
366
|
}
|
|
356
367
|
// Write the next buffer if there are still left
|
|
357
368
|
else if (i < buffers.length) {
|
|
358
369
|
var buffer = buffers[i++];
|
|
359
|
-
|
|
370
|
+
// istanbul ignore else
|
|
360
371
|
if (!request.finished) {
|
|
361
372
|
request.write(buffer.data, buffer.encoding, writeNext);
|
|
362
373
|
}
|
|
@@ -552,7 +563,7 @@ function noop() { /* empty */ }
|
|
|
552
563
|
|
|
553
564
|
function parseUrl(input) {
|
|
554
565
|
var parsed;
|
|
555
|
-
|
|
566
|
+
// istanbul ignore else
|
|
556
567
|
if (useNativeURL) {
|
|
557
568
|
parsed = new URL(input);
|
|
558
569
|
}
|
|
@@ -567,7 +578,7 @@ function parseUrl(input) {
|
|
|
567
578
|
}
|
|
568
579
|
|
|
569
580
|
function resolveUrl(relative, base) {
|
|
570
|
-
|
|
581
|
+
// istanbul ignore next
|
|
571
582
|
return useNativeURL ? new URL(relative, base) : parseUrl(url.resolve(base, relative));
|
|
572
583
|
}
|
|
573
584
|
|
|
@@ -616,7 +627,10 @@ function removeMatchingHeaders(regex, headers) {
|
|
|
616
627
|
function createErrorType(code, message, baseClass) {
|
|
617
628
|
// Create constructor
|
|
618
629
|
function CustomError(properties) {
|
|
619
|
-
|
|
630
|
+
// istanbul ignore else
|
|
631
|
+
if (isFunction(Error.captureStackTrace)) {
|
|
632
|
+
Error.captureStackTrace(this, this.constructor);
|
|
633
|
+
}
|
|
620
634
|
Object.assign(this, properties || {});
|
|
621
635
|
this.code = code;
|
|
622
636
|
this.message = this.cause ? message + ": " + this.cause.message : message;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "follow-redirects",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.9",
|
|
4
4
|
"description": "HTTP and HTTPS modules that follow redirects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git@github.com
|
|
19
|
+
"url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
|
|
20
20
|
},
|
|
21
21
|
"homepage": "https://github.com/follow-redirects/follow-redirects",
|
|
22
22
|
"bugs": {
|
|
@@ -53,6 +53,9 @@ Similarly to `stream.pipe()`, `pump()` returns the last stream passed in, so you
|
|
|
53
53
|
return pump(s1, s2) // returns s2
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
+
Note that `pump` attaches error handlers to the streams to do internal error handling, so if `s2` emits an
|
|
57
|
+
error in the above scenario, it will not trigger a `proccess.on('uncaughtException')` if you do not listen for it.
|
|
58
|
+
|
|
56
59
|
If you want to return a stream that combines *both* s1 and s2 to a single stream use
|
|
57
60
|
[pumpify](https://github.com/mafintosh/pumpify) instead.
|
|
58
61
|
|
|
@@ -63,3 +66,9 @@ MIT
|
|
|
63
66
|
## Related
|
|
64
67
|
|
|
65
68
|
`pump` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
|
|
69
|
+
|
|
70
|
+
## For enterprise
|
|
71
|
+
|
|
72
|
+
Available as part of the Tidelift Subscription.
|
|
73
|
+
|
|
74
|
+
The maintainers of pump and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-pump?utm_source=npm-pump&utm_medium=referral&utm_campaign=enterprise)
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
var once = require('once')
|
|
2
2
|
var eos = require('end-of-stream')
|
|
3
|
-
var fs
|
|
3
|
+
var fs
|
|
4
|
+
|
|
5
|
+
try {
|
|
6
|
+
fs = require('fs') // we only need fs to get the ReadStream and WriteStream prototypes
|
|
7
|
+
} catch (e) {}
|
|
4
8
|
|
|
5
9
|
var noop = function () {}
|
|
6
10
|
var ancient = /^v?\.0/.test(process.version)
|
|
@@ -604,7 +604,16 @@ Compressor.prototype.compress = function(node) {
|
|
|
604
604
|
d.single_use = false;
|
|
605
605
|
var fixed = d.fixed;
|
|
606
606
|
if (typeof fixed == "function") fixed = fixed();
|
|
607
|
-
if (fixed instanceof AST_Lambda
|
|
607
|
+
if (fixed instanceof AST_Lambda) {
|
|
608
|
+
var safe_ids = fixed.safe_ids;
|
|
609
|
+
switch (safe_ids) {
|
|
610
|
+
case null:
|
|
611
|
+
case false:
|
|
612
|
+
return;
|
|
613
|
+
default:
|
|
614
|
+
if (safe_ids && safe_ids.seq !== tw.safe_ids.seq) return;
|
|
615
|
+
}
|
|
616
|
+
}
|
|
608
617
|
d.fixed = false;
|
|
609
618
|
});
|
|
610
619
|
}
|
|
@@ -652,6 +661,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
652
661
|
tw.defined_ids = defined_ids;
|
|
653
662
|
var safe_ids = Object.create(tw.safe_ids);
|
|
654
663
|
if (!sequential) safe_ids.seq = {};
|
|
664
|
+
if (conditional) safe_ids.cond = true;
|
|
655
665
|
tw.safe_ids = safe_ids;
|
|
656
666
|
}
|
|
657
667
|
|
|
@@ -1013,7 +1023,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
1013
1023
|
walk_assign();
|
|
1014
1024
|
right.parent_scope.resolve().fn_defs.push(right);
|
|
1015
1025
|
right.safe_ids = null;
|
|
1016
|
-
if (!ld.fixed || !node.write_only) mark_fn_def(tw, ld, right);
|
|
1026
|
+
if (!ld.fixed || !node.write_only || tw.safe_ids.cond) mark_fn_def(tw, ld, right);
|
|
1017
1027
|
return true;
|
|
1018
1028
|
}
|
|
1019
1029
|
if (scan) {
|
|
@@ -1378,6 +1388,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
1378
1388
|
def(AST_LambdaDefinition, function(tw, descend, compressor) {
|
|
1379
1389
|
var fn = this;
|
|
1380
1390
|
var def = fn.name.definition();
|
|
1391
|
+
if (!safe_to_trim(fn)) def.fixed = false;
|
|
1381
1392
|
var parent = tw.parent();
|
|
1382
1393
|
if (parent instanceof AST_ExportDeclaration || parent instanceof AST_ExportDefault) def.single_use = false;
|
|
1383
1394
|
if (!safe_to_visit(tw, fn)) return true;
|
|
@@ -2723,7 +2734,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
2723
2734
|
if (node instanceof AST_Function) {
|
|
2724
2735
|
return compressor.option("ie") && node.name && lvalues.has(node.name.name);
|
|
2725
2736
|
}
|
|
2726
|
-
if (node instanceof AST_ObjectIdentity) return symbol_in_lvalues(node
|
|
2737
|
+
if (node instanceof AST_ObjectIdentity) return symbol_in_lvalues(node);
|
|
2727
2738
|
if (node instanceof AST_PropAccess) {
|
|
2728
2739
|
var exp = node.expression;
|
|
2729
2740
|
if (compressor.option("unsafe")) {
|
|
@@ -2740,8 +2751,9 @@ Compressor.prototype.compress = function(node) {
|
|
|
2740
2751
|
}
|
|
2741
2752
|
if (node instanceof AST_Spread) return true;
|
|
2742
2753
|
if (node instanceof AST_SymbolRef) {
|
|
2754
|
+
var assign_direct = symbol_in_lvalues(node);
|
|
2743
2755
|
if (is_undeclared_ref(node) && node.is_declared(compressor)) return false;
|
|
2744
|
-
if (
|
|
2756
|
+
if (assign_direct) return !is_direct_assignment(node, parent);
|
|
2745
2757
|
if (side_effects && may_modify(node)) return true;
|
|
2746
2758
|
var def = node.definition();
|
|
2747
2759
|
return (in_try || def.scope.resolve() !== scope) && !can_drop_symbol(node);
|
|
@@ -3398,6 +3410,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
3398
3410
|
var find_arguments = scope.uses_arguments && !compressor.has_directive("use strict");
|
|
3399
3411
|
var scan_toplevel = scope instanceof AST_Toplevel;
|
|
3400
3412
|
var tw = new TreeWalker(function(node) {
|
|
3413
|
+
if (node.inlined_node) node.inlined_node.walk(tw);
|
|
3401
3414
|
var value;
|
|
3402
3415
|
if (node instanceof AST_SymbolRef) {
|
|
3403
3416
|
value = node.fixed_value();
|
|
@@ -3545,17 +3558,10 @@ Compressor.prototype.compress = function(node) {
|
|
|
3545
3558
|
if (node instanceof AST_Symbol) {
|
|
3546
3559
|
var def = node.definition();
|
|
3547
3560
|
var scope = def.scope.resolve();
|
|
3548
|
-
|
|
3549
|
-
var avoid = def.orig.reduce(function(scopes, sym) {
|
|
3561
|
+
def.orig.forEach(function(sym) {
|
|
3550
3562
|
if (sym instanceof AST_SymbolDefun) {
|
|
3551
3563
|
if (sym.scope !== scope) push_uniq(scopes, sym.scope);
|
|
3552
|
-
} else {
|
|
3553
|
-
found = true;
|
|
3554
3564
|
}
|
|
3555
|
-
return scopes;
|
|
3556
|
-
}, []);
|
|
3557
|
-
if (found) avoid.forEach(function(scope) {
|
|
3558
|
-
push_uniq(scopes, scope);
|
|
3559
3565
|
});
|
|
3560
3566
|
}
|
|
3561
3567
|
});
|
|
@@ -3613,7 +3619,7 @@ Compressor.prototype.compress = function(node) {
|
|
|
3613
3619
|
return true;
|
|
3614
3620
|
}
|
|
3615
3621
|
|
|
3616
|
-
function symbol_in_lvalues(sym
|
|
3622
|
+
function symbol_in_lvalues(sym) {
|
|
3617
3623
|
var lvalue = lvalues.get(sym.name);
|
|
3618
3624
|
if (!lvalue || all(lvalue, function(lhs) {
|
|
3619
3625
|
return !lhs;
|
|
@@ -7263,6 +7269,10 @@ Compressor.prototype.compress = function(node) {
|
|
|
7263
7269
|
var def = node.definition();
|
|
7264
7270
|
var_defs[def.id] = (var_defs[def.id] || 0) + 1;
|
|
7265
7271
|
assignments.add(def.id, node);
|
|
7272
|
+
var fixed = node.fixed_value(true);
|
|
7273
|
+
if (fixed && fixed.tail_node().operator == "=") {
|
|
7274
|
+
verify_safe_usage(def, node, value_modified[def.id]);
|
|
7275
|
+
}
|
|
7266
7276
|
return true;
|
|
7267
7277
|
}
|
|
7268
7278
|
if (node instanceof AST_SymbolImport) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
|
4
4
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
|
5
5
|
"license": "BSD-2-Clause",
|
|
6
|
-
"version": "3.19.
|
|
6
|
+
"version": "3.19.3",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=0.8.0"
|
|
9
9
|
},
|