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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pin.js","sourceRoot":"","sources":["../../src/events/pin.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface ReactionMessageItem {
|
|
2
|
+
type: 'message';
|
|
3
|
+
channel: string;
|
|
4
|
+
ts: string;
|
|
5
|
+
}
|
|
6
|
+
export interface ReactionAddedEvent {
|
|
7
|
+
type: 'reaction_added';
|
|
8
|
+
user: string;
|
|
9
|
+
reaction: string;
|
|
10
|
+
item_user: string;
|
|
11
|
+
item: ReactionMessageItem;
|
|
12
|
+
event_ts: string;
|
|
13
|
+
}
|
|
14
|
+
export interface ReactionRemovedEvent {
|
|
15
|
+
type: 'reaction_removed';
|
|
16
|
+
user: string;
|
|
17
|
+
reaction: string;
|
|
18
|
+
item_user: string;
|
|
19
|
+
item: ReactionMessageItem;
|
|
20
|
+
event_ts: string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=reaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reaction.d.ts","sourceRoot":"","sources":["../../src/events/reaction.ts"],"names":[],"mappings":"AAAA,UAAU,mBAAmB;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,gBAAgB,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,kBAAkB,CAAC;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reaction.js","sourceRoot":"","sources":["../../src/events/reaction.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
interface SharedChannelTeamItem {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
icon: Record<string, unknown>;
|
|
5
|
+
is_verified: boolean;
|
|
6
|
+
domain: string;
|
|
7
|
+
date_created: number;
|
|
8
|
+
}
|
|
9
|
+
interface SharedChannelUserItem {
|
|
10
|
+
id: string;
|
|
11
|
+
team_id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
updated: number;
|
|
14
|
+
profile: {
|
|
15
|
+
real_name: string;
|
|
16
|
+
display_name: string;
|
|
17
|
+
real_name_normalized: string;
|
|
18
|
+
display_name_normalized: string;
|
|
19
|
+
team: string;
|
|
20
|
+
avatar_hash: string;
|
|
21
|
+
email: string;
|
|
22
|
+
image_24: string;
|
|
23
|
+
image_32: string;
|
|
24
|
+
image_48: string;
|
|
25
|
+
image_72: string;
|
|
26
|
+
image_192: string;
|
|
27
|
+
image_512: string;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
interface SharedChannelInviteItem {
|
|
31
|
+
id: string;
|
|
32
|
+
date_created: number;
|
|
33
|
+
date_invalid: number;
|
|
34
|
+
inviting_team: SharedChannelTeamItem;
|
|
35
|
+
inviting_user: SharedChannelUserItem;
|
|
36
|
+
recipient_email?: string;
|
|
37
|
+
recipient_user_id?: string;
|
|
38
|
+
}
|
|
39
|
+
interface SharedChannelItem {
|
|
40
|
+
id: string;
|
|
41
|
+
is_private: boolean;
|
|
42
|
+
is_im: boolean;
|
|
43
|
+
name: string;
|
|
44
|
+
}
|
|
45
|
+
export interface SharedChannelInviteAcceptedEvent {
|
|
46
|
+
type: 'shared_channel_invite_accepted';
|
|
47
|
+
approval_required: boolean;
|
|
48
|
+
invite: SharedChannelInviteItem;
|
|
49
|
+
channel: SharedChannelItem;
|
|
50
|
+
teams_in_channel: SharedChannelTeamItem[];
|
|
51
|
+
accepting_user: SharedChannelUserItem;
|
|
52
|
+
event_ts: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @deprecated Will be removed in next major version. Use the `SharedChannelInviteAcceptedEvent` interface instead.
|
|
56
|
+
*/
|
|
57
|
+
export type SharedChannelInviteAccepted = SharedChannelInviteAcceptedEvent;
|
|
58
|
+
export interface SharedChannelInviteApprovedEvent {
|
|
59
|
+
type: 'shared_channel_invite_approved';
|
|
60
|
+
invite: SharedChannelInviteItem;
|
|
61
|
+
channel: SharedChannelItem;
|
|
62
|
+
approving_team_id: string;
|
|
63
|
+
teams_in_channel: SharedChannelTeamItem[];
|
|
64
|
+
approving_user: SharedChannelUserItem;
|
|
65
|
+
event_ts: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @deprecated Will be removed in next major version. Use the `SharedChannelInviteApprovedEvent` interface instead.
|
|
69
|
+
*/
|
|
70
|
+
export type SharedChannelInviteApproved = SharedChannelInviteApprovedEvent;
|
|
71
|
+
export interface SharedChannelInviteDeclinedEvent {
|
|
72
|
+
type: 'shared_channel_invite_declined';
|
|
73
|
+
invite: SharedChannelInviteItem;
|
|
74
|
+
channel: SharedChannelItem;
|
|
75
|
+
declining_team_id: string;
|
|
76
|
+
teams_in_channel: SharedChannelTeamItem[];
|
|
77
|
+
declining_user: SharedChannelUserItem;
|
|
78
|
+
event_ts: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @deprecated Will be removed in next major version. Use the `SharedChannelInviteDeclinedEvent` interface instead.
|
|
82
|
+
*/
|
|
83
|
+
export type SharedChannelInviteDeclined = SharedChannelInviteDeclinedEvent;
|
|
84
|
+
export interface SharedChannelInviteReceivedEvent {
|
|
85
|
+
type: 'shared_channel_invite_received';
|
|
86
|
+
invite: SharedChannelInviteItem;
|
|
87
|
+
channel: SharedChannelItem;
|
|
88
|
+
event_ts: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* @deprecated Will be removed in next major version. Use the `SharedChannelInviteReceivedEvent` interface instead.
|
|
92
|
+
*/
|
|
93
|
+
export type SharedChannelInviteReceived = SharedChannelInviteReceivedEvent;
|
|
94
|
+
export interface SharedChannelInviteRequestedEvent {
|
|
95
|
+
type: 'shared_channel_invite_requested';
|
|
96
|
+
actor: {
|
|
97
|
+
id: string;
|
|
98
|
+
name: string;
|
|
99
|
+
is_bot: boolean;
|
|
100
|
+
team_id: string;
|
|
101
|
+
timezone: string;
|
|
102
|
+
real_name: string;
|
|
103
|
+
display_name: string;
|
|
104
|
+
};
|
|
105
|
+
channel_id: string;
|
|
106
|
+
event_type: 'slack#/events/shared_channel_invite_requested';
|
|
107
|
+
channel_name: string;
|
|
108
|
+
channel_type: 'public' | 'private';
|
|
109
|
+
target_users: [{
|
|
110
|
+
email: string;
|
|
111
|
+
invite_id: string;
|
|
112
|
+
}];
|
|
113
|
+
teams_in_channel: [
|
|
114
|
+
{
|
|
115
|
+
id: string;
|
|
116
|
+
icon: {
|
|
117
|
+
image_34: string;
|
|
118
|
+
image_default: boolean;
|
|
119
|
+
};
|
|
120
|
+
name: string;
|
|
121
|
+
domain: string;
|
|
122
|
+
is_verified: boolean;
|
|
123
|
+
date_created: number;
|
|
124
|
+
avatar_base_url: string;
|
|
125
|
+
requires_sponsorship: boolean;
|
|
126
|
+
}
|
|
127
|
+
];
|
|
128
|
+
is_external_limited: boolean;
|
|
129
|
+
channel_date_created: number;
|
|
130
|
+
channel_message_latest_counted_timestamp: number;
|
|
131
|
+
event_ts: string;
|
|
132
|
+
}
|
|
133
|
+
export {};
|
|
134
|
+
//# sourceMappingURL=shared-channel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-channel.d.ts","sourceRoot":"","sources":["../../src/events/shared-channel.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-channel.js","sourceRoot":"","sources":["../../src/events/shared-channel.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface StarAddedEvent {
|
|
2
|
+
type: 'star_added';
|
|
3
|
+
user: string;
|
|
4
|
+
item: Record<string, unknown>;
|
|
5
|
+
event_ts: string;
|
|
6
|
+
}
|
|
7
|
+
export interface StarRemovedEvent {
|
|
8
|
+
type: 'star_removed';
|
|
9
|
+
user: string;
|
|
10
|
+
item: Record<string, unknown>;
|
|
11
|
+
event_ts: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=star.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"star.d.ts","sourceRoot":"","sources":["../../src/events/star.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"star.js","sourceRoot":"","sources":["../../src/events/star.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export interface WorkflowDeletedEvent {
|
|
2
|
+
type: 'workflow_deleted';
|
|
3
|
+
workflow_id: string;
|
|
4
|
+
workflow_draft_configuration: {
|
|
5
|
+
version_id: string;
|
|
6
|
+
app_steps: {
|
|
7
|
+
app_id: string;
|
|
8
|
+
workflow_step_id: string;
|
|
9
|
+
callback_id: string;
|
|
10
|
+
}[];
|
|
11
|
+
};
|
|
12
|
+
event_ts: string;
|
|
13
|
+
}
|
|
14
|
+
export interface WorkflowPublishedEvent {
|
|
15
|
+
type: 'workflow_published';
|
|
16
|
+
workflow_id: string;
|
|
17
|
+
workflow_published_configuration: {
|
|
18
|
+
version_id: string;
|
|
19
|
+
app_steps: {
|
|
20
|
+
app_id: string;
|
|
21
|
+
workflow_step_id: string;
|
|
22
|
+
callback_id: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
event_ts: string;
|
|
26
|
+
}
|
|
27
|
+
export interface WorkflowUnpublishedEvent {
|
|
28
|
+
type: 'workflow_unpublished';
|
|
29
|
+
workflow_id: string;
|
|
30
|
+
workflow_draft_configuration: {
|
|
31
|
+
version_id: string;
|
|
32
|
+
app_steps: {
|
|
33
|
+
app_id: string;
|
|
34
|
+
workflow_step_id: string;
|
|
35
|
+
callback_id: string;
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
event_ts: string;
|
|
39
|
+
}
|
|
40
|
+
export interface WorkflowStepDeletedEvent {
|
|
41
|
+
type: 'workflow_step_deleted';
|
|
42
|
+
workflow_id: string;
|
|
43
|
+
workflow_draft_configuration: {
|
|
44
|
+
version_id: string;
|
|
45
|
+
app_steps: {
|
|
46
|
+
app_id: string;
|
|
47
|
+
workflow_step_id: string;
|
|
48
|
+
callback_id: string;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
workflow_published_configuration?: {
|
|
52
|
+
version_id: string;
|
|
53
|
+
app_steps: {
|
|
54
|
+
app_id: string;
|
|
55
|
+
workflow_step_id: string;
|
|
56
|
+
callback_id: string;
|
|
57
|
+
}[];
|
|
58
|
+
};
|
|
59
|
+
event_ts: string;
|
|
60
|
+
}
|
|
61
|
+
export interface WorkflowStepExecuteEvent {
|
|
62
|
+
type: 'workflow_step_execute';
|
|
63
|
+
callback_id: string;
|
|
64
|
+
workflow_step: {
|
|
65
|
+
workflow_step_execute_id: string;
|
|
66
|
+
workflow_id: string;
|
|
67
|
+
workflow_instance_id: string;
|
|
68
|
+
step_id: string;
|
|
69
|
+
inputs: {
|
|
70
|
+
[key: string]: {
|
|
71
|
+
value: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
outputs: {
|
|
75
|
+
name: string;
|
|
76
|
+
type: string;
|
|
77
|
+
label: string;
|
|
78
|
+
}[];
|
|
79
|
+
};
|
|
80
|
+
event_ts: string;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=steps-from-apps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steps-from-apps.d.ts","sourceRoot":"","sources":["../../src/events/steps-from-apps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,kBAAkB,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,EAAE;QAC5B,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE;YACT,MAAM,EAAE,MAAM,CAAC;YACf,gBAAgB,EAAE,MAAM,CAAC;YACzB,WAAW,EAAE,MAAM,CAAC;SACrB,EAAE,CAAC;KACL,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,gCAAgC,EAAE;QAChC,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE;YACT,MAAM,EAAE,MAAM,CAAC;YACf,gBAAgB,EAAE,MAAM,CAAC;YACzB,WAAW,EAAE,MAAM,CAAC;SACrB,EAAE,CAAC;KACL,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,sBAAsB,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,EAAE;QAC5B,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE;YACT,MAAM,EAAE,MAAM,CAAC;YACf,gBAAgB,EAAE,MAAM,CAAC;YACzB,WAAW,EAAE,MAAM,CAAC;SACrB,EAAE,CAAC;KACL,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,EAAE;QAC5B,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE;YACT,MAAM,EAAE,MAAM,CAAC;YACf,gBAAgB,EAAE,MAAM,CAAC;YACzB,WAAW,EAAE,MAAM,CAAC;SACrB,EAAE,CAAC;KACL,CAAC;IACF,gCAAgC,CAAC,EAAE;QACjC,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE;YACT,MAAM,EAAE,MAAM,CAAC;YACf,gBAAgB,EAAE,MAAM,CAAC;YACzB,WAAW,EAAE,MAAM,CAAC;SACrB,EAAE,CAAC;KACL,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE;QACb,wBAAwB,EAAE,MAAM,CAAC;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,oBAAoB,EAAE,MAAM,CAAC;QAC7B,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE;YACN,CAAC,GAAG,EAAE,MAAM,GAAG;gBAEb,KAAK,EAAE,GAAG,CAAC;aACZ,CAAC;SACH,CAAC;QACF,OAAO,EAAE;YACP,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,MAAM,CAAC;YACb,KAAK,EAAE,MAAM,CAAC;SACf,EAAE,CAAC;KACL,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steps-from-apps.js","sourceRoot":"","sources":["../../src/events/steps-from-apps.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
interface Subteam {
|
|
2
|
+
id: string;
|
|
3
|
+
team_id?: string;
|
|
4
|
+
is_usergroup: boolean;
|
|
5
|
+
is_subteam: boolean;
|
|
6
|
+
name: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
handle: string;
|
|
9
|
+
is_external: boolean;
|
|
10
|
+
date_create: number;
|
|
11
|
+
date_update?: number;
|
|
12
|
+
date_delete?: number;
|
|
13
|
+
auto_provision: boolean;
|
|
14
|
+
enterprise_subteam_id?: string;
|
|
15
|
+
created_by: string;
|
|
16
|
+
updated_by?: string;
|
|
17
|
+
prefs?: {
|
|
18
|
+
channels?: string[];
|
|
19
|
+
groups?: string[];
|
|
20
|
+
};
|
|
21
|
+
users: string[];
|
|
22
|
+
user_count: number;
|
|
23
|
+
channel_count?: number;
|
|
24
|
+
}
|
|
25
|
+
export interface SubteamCreatedEvent {
|
|
26
|
+
type: 'subteam_created';
|
|
27
|
+
subteam: Subteam;
|
|
28
|
+
event_ts: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated Will be removed in next major version. Use the `SubteamCreatedEvent` interface instead.
|
|
32
|
+
*/
|
|
33
|
+
export type SubteamCreated = SubteamCreatedEvent;
|
|
34
|
+
export interface SubteamMembersChangedEvent {
|
|
35
|
+
type: 'subteam_members_changed';
|
|
36
|
+
subteam_id: string;
|
|
37
|
+
team_id: string;
|
|
38
|
+
date_previous_update: number;
|
|
39
|
+
date_update: number;
|
|
40
|
+
added_users?: string[];
|
|
41
|
+
added_users_count?: number;
|
|
42
|
+
removed_users?: string[];
|
|
43
|
+
removed_users_count?: number;
|
|
44
|
+
event_ts: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @deprecated Will be removed in next major version. Use the `SubteamMembersChangedEvent` interface instead.
|
|
48
|
+
*/
|
|
49
|
+
export type SubteamMembersChanged = SubteamMembersChangedEvent;
|
|
50
|
+
export interface SubteamSelfAddedEvent {
|
|
51
|
+
type: 'subteam_self_added';
|
|
52
|
+
subteam_id: string;
|
|
53
|
+
event_ts: string;
|
|
54
|
+
}
|
|
55
|
+
export interface SubteamSelfRemovedEvent {
|
|
56
|
+
type: 'subteam_self_removed';
|
|
57
|
+
subteam_id: string;
|
|
58
|
+
event_ts: string;
|
|
59
|
+
}
|
|
60
|
+
export interface SubteamUpdatedEvent {
|
|
61
|
+
type: 'subteam_updated';
|
|
62
|
+
subteam: Subteam;
|
|
63
|
+
event_ts: string;
|
|
64
|
+
}
|
|
65
|
+
export {};
|
|
66
|
+
//# sourceMappingURL=subteam.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subteam.d.ts","sourceRoot":"","sources":["../../src/events/subteam.ts"],"names":[],"mappings":"AAAA,UAAU,OAAO;IACf,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;QACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;KACnB,CAAC;IACF,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAC;AAEjD,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,yBAAyB,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,0BAA0B,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,sBAAsB,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subteam.js","sourceRoot":"","sources":["../../src/events/subteam.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import type { StatusEmojiDisplayInfo } from '../common/status-emoji-display-info';
|
|
2
|
+
export interface TeamAccessGrantedEvent {
|
|
3
|
+
type: 'team_access_granted';
|
|
4
|
+
team_ids: string[];
|
|
5
|
+
event_ts: string;
|
|
6
|
+
}
|
|
7
|
+
export interface TeamAccessRevokedEvent {
|
|
8
|
+
type: 'team_access_revoked';
|
|
9
|
+
team_ids: string[];
|
|
10
|
+
event_ts: string;
|
|
11
|
+
}
|
|
12
|
+
export interface TeamDomainChangedEvent {
|
|
13
|
+
type: 'team_domain_changed';
|
|
14
|
+
url: string;
|
|
15
|
+
domain: string;
|
|
16
|
+
}
|
|
17
|
+
export interface TeamJoinEvent {
|
|
18
|
+
type: 'team_join';
|
|
19
|
+
user: {
|
|
20
|
+
id: string;
|
|
21
|
+
team_id: string;
|
|
22
|
+
name: string;
|
|
23
|
+
deleted: boolean;
|
|
24
|
+
color: string;
|
|
25
|
+
real_name: string;
|
|
26
|
+
tz: string;
|
|
27
|
+
tz_label: string;
|
|
28
|
+
tz_offset: number;
|
|
29
|
+
profile: {
|
|
30
|
+
title: string;
|
|
31
|
+
phone: string;
|
|
32
|
+
skype: string;
|
|
33
|
+
real_name: string;
|
|
34
|
+
real_name_normalized: string;
|
|
35
|
+
display_name: string;
|
|
36
|
+
display_name_normalized: string;
|
|
37
|
+
status_text: string;
|
|
38
|
+
status_text_canonical: string;
|
|
39
|
+
status_emoji: string;
|
|
40
|
+
status_emoji_display_info: StatusEmojiDisplayInfo[];
|
|
41
|
+
status_expiration: number;
|
|
42
|
+
avatar_hash: string;
|
|
43
|
+
huddle_state?: string;
|
|
44
|
+
huddle_state_expiration_ts?: number;
|
|
45
|
+
first_name: string;
|
|
46
|
+
last_name: string;
|
|
47
|
+
email?: string;
|
|
48
|
+
image_original?: string;
|
|
49
|
+
is_custom_image?: boolean;
|
|
50
|
+
image_24: string;
|
|
51
|
+
image_32: string;
|
|
52
|
+
image_48: string;
|
|
53
|
+
image_72: string;
|
|
54
|
+
image_192: string;
|
|
55
|
+
image_512: string;
|
|
56
|
+
image_1024?: string;
|
|
57
|
+
team: string;
|
|
58
|
+
fields: {
|
|
59
|
+
[key: string]: {
|
|
60
|
+
value: string;
|
|
61
|
+
alt: string;
|
|
62
|
+
};
|
|
63
|
+
} | [] | null;
|
|
64
|
+
};
|
|
65
|
+
is_admin: boolean;
|
|
66
|
+
is_owner: boolean;
|
|
67
|
+
is_primary_owner: boolean;
|
|
68
|
+
is_restricted: boolean;
|
|
69
|
+
is_ultra_restricted: boolean;
|
|
70
|
+
is_bot: boolean;
|
|
71
|
+
is_stranger?: boolean;
|
|
72
|
+
updated: number;
|
|
73
|
+
is_email_confirmed: boolean;
|
|
74
|
+
is_app_user: boolean;
|
|
75
|
+
is_invited_user?: boolean;
|
|
76
|
+
has_2fa?: boolean;
|
|
77
|
+
locale: string;
|
|
78
|
+
presence?: string;
|
|
79
|
+
enterprise_user?: {
|
|
80
|
+
id: string;
|
|
81
|
+
enterprise_id: string;
|
|
82
|
+
enterprise_name: string;
|
|
83
|
+
is_admin: boolean;
|
|
84
|
+
is_owner: boolean;
|
|
85
|
+
teams: string[];
|
|
86
|
+
};
|
|
87
|
+
two_factor_type?: string;
|
|
88
|
+
has_files?: boolean;
|
|
89
|
+
is_workflow_bot?: boolean;
|
|
90
|
+
who_can_share_contact_card: string;
|
|
91
|
+
};
|
|
92
|
+
cache_ts: number;
|
|
93
|
+
event_ts: string;
|
|
94
|
+
}
|
|
95
|
+
export interface TeamRenameEvent {
|
|
96
|
+
type: 'team_rename';
|
|
97
|
+
name: string;
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=team.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"team.d.ts","sourceRoot":"","sources":["../../src/events/team.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"team.js","sourceRoot":"","sources":["../../src/events/team.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../src/events/token.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;QACjB,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;KAChB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token.js","sourceRoot":"","sources":["../../src/events/token.ts"],"names":[],"mappings":""}
|