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
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import { OptionalArgument } from '../helpers';
|
|
2
|
-
import type { CursorPaginationEnabled, LocaleAware, OptionalTeamAssignable, TargetTeam, TimelinePaginationEnabled, TokenOverridable } from './common';
|
|
3
|
-
interface Channel {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { ChannelID, CursorPaginationEnabled, LocaleAware, OptionalTeamAssignable, TargetTeam, TimelinePaginationEnabled, TokenOverridable } from './common';
|
|
3
|
+
export interface Channel {
|
|
4
4
|
/** @description ID of conversation. */
|
|
5
5
|
channel: string;
|
|
6
6
|
}
|
|
7
|
-
interface
|
|
8
|
-
/** @description ID of the channel that you'd like to accept. Must provide either `invite_id` or `channel_id`. */
|
|
9
|
-
channel_id: string;
|
|
10
|
-
}
|
|
11
|
-
interface Emails {
|
|
7
|
+
export interface Emails {
|
|
12
8
|
/** @description List of emails to receive this invite. Either `emails` or `user_ids` must be provided. */
|
|
13
9
|
emails: string[];
|
|
14
10
|
user_ids?: never;
|
|
@@ -17,24 +13,28 @@ interface IncludeAllMetadata {
|
|
|
17
13
|
/** @description Return all metadata associated with messages. Defaults to `false`. */
|
|
18
14
|
include_all_metadata?: boolean;
|
|
19
15
|
}
|
|
20
|
-
interface InviteID {
|
|
16
|
+
export interface InviteID {
|
|
21
17
|
/** @description ID of the invite. */
|
|
22
18
|
invite_id: string;
|
|
23
19
|
}
|
|
24
|
-
interface IsPrivate {
|
|
20
|
+
export interface IsPrivate {
|
|
25
21
|
/** @description Whether the channel should be private. */
|
|
26
22
|
is_private?: boolean;
|
|
27
23
|
}
|
|
28
|
-
interface
|
|
24
|
+
interface MessageSpecifier extends Channel {
|
|
29
25
|
/** @description Unique identifier of message. */
|
|
30
26
|
ts: string;
|
|
31
27
|
}
|
|
32
|
-
interface
|
|
28
|
+
interface Message {
|
|
29
|
+
/** @description A message to send to the user who requested the invite. */
|
|
30
|
+
message?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface UserIDs {
|
|
33
33
|
/** List of user IDs to receive this invite. Either `emails` or `user_ids` must be provided. */
|
|
34
34
|
user_ids: string[];
|
|
35
35
|
emails?: never;
|
|
36
36
|
}
|
|
37
|
-
interface Users {
|
|
37
|
+
export interface Users {
|
|
38
38
|
/** @description A comma separated list of user IDs. Up to 1000 users may be listed. */
|
|
39
39
|
users: string;
|
|
40
40
|
}
|
|
@@ -104,7 +104,7 @@ export type ConversationsListConnectInvitesArguments = OptionalArgument<TokenOve
|
|
|
104
104
|
/** @description Set to `next_cursor` returned by previous call to list items in subsequent page. */
|
|
105
105
|
cursor?: string;
|
|
106
106
|
}>;
|
|
107
|
-
export interface ConversationsMarkArguments extends
|
|
107
|
+
export interface ConversationsMarkArguments extends MessageSpecifier, TokenOverridable {
|
|
108
108
|
}
|
|
109
109
|
export interface ConversationsMembersArguments extends Channel, TokenOverridable, CursorPaginationEnabled {
|
|
110
110
|
}
|
|
@@ -121,7 +121,26 @@ export interface ConversationsRenameArguments extends Channel, TokenOverridable
|
|
|
121
121
|
/** @description New name for conversation. */
|
|
122
122
|
name: string;
|
|
123
123
|
}
|
|
124
|
-
export interface ConversationsRepliesArguments extends
|
|
124
|
+
export interface ConversationsRepliesArguments extends MessageSpecifier, IncludeAllMetadata, TokenOverridable, CursorPaginationEnabled, TimelinePaginationEnabled {
|
|
125
|
+
}
|
|
126
|
+
export interface ConversationsRequestSharedInviteApproveArguments extends InviteID, Partial<ChannelID> {
|
|
127
|
+
/**
|
|
128
|
+
* @description Whether the invited team will have post-only permissions in the channel.
|
|
129
|
+
* Will override the value on the requested invite.
|
|
130
|
+
*/
|
|
131
|
+
is_external_limited?: boolean;
|
|
132
|
+
/** @description Optional additional messaging to attach to the invite approval message. */
|
|
133
|
+
message?: {
|
|
134
|
+
/**
|
|
135
|
+
* @description When `true`, will override the user specified message. Otherwise, `text` will be appended to the
|
|
136
|
+
* user specified message on the invite request.
|
|
137
|
+
*/
|
|
138
|
+
is_override: boolean;
|
|
139
|
+
/** @description Text to include along with the email invite. */
|
|
140
|
+
text: string;
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
export interface ConversationsRequestSharedInviteDenyArguments extends InviteID, Message {
|
|
125
144
|
}
|
|
126
145
|
export interface ConversationsSetPurposeArguments extends Channel, TokenOverridable {
|
|
127
146
|
/** @description A new, specialer purpose. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversations.d.ts","sourceRoot":"","sources":["../../../src/types/request/conversations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"conversations.d.ts","sourceRoot":"","sources":["../../../src/types/request/conversations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { TokenOverridable } from './common';
|
|
2
1
|
import type { Dialog } from '@slack/types';
|
|
2
|
+
import type { TokenOverridable } from './common';
|
|
3
3
|
export interface DialogOpenArguments extends TokenOverridable {
|
|
4
4
|
/** @description Exchange a trigger to post to the user. */
|
|
5
5
|
trigger_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/types/request/dialog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/types/request/dialog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGjD,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,2DAA2D;IAC3D,UAAU,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { OptionalTeamAssignable, TokenOverridable } from './common';
|
|
3
3
|
export type DndEndDndArguments = OptionalArgument<TokenOverridable>;
|
|
4
4
|
export type DndEndSnoozeArguments = OptionalArgument<TokenOverridable>;
|
|
5
5
|
export type DndInfoArguments = OptionalArgument<TokenOverridable & OptionalTeamAssignable & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnd.d.ts","sourceRoot":"","sources":["../../../src/types/request/dnd.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"dnd.d.ts","sourceRoot":"","sources":["../../../src/types/request/dnd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGzE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAEpE,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAEvE,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAC7C,gBAAgB,GACd,sBAAsB,GAAG;IACvB,uEAAuE;IACvE,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACJ,CAAC;AAEF,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;IAC7D,iEAAiE;IACjE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oBAAqB,SAAQ,gBAAgB,EAAE,sBAAsB;IACpF,qFAAqF;IACrF,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { TokenOverridable } from './common';
|
|
3
3
|
export type EmojiListArguments = OptionalArgument<TokenOverridable & {
|
|
4
4
|
/** @description Include a list of categories for Unicode emoji and the emoji in each category. */
|
|
5
5
|
include_categories?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji.d.ts","sourceRoot":"","sources":["../../../src/types/request/emoji.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"emoji.d.ts","sourceRoot":"","sources":["../../../src/types/request/emoji.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAC/C,gBAAgB,GAAG;IACjB,kGAAkG;IAClG,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CACF,CAAC"}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/// <reference types="node" />
|
|
3
|
-
import type {
|
|
3
|
+
import type { Stream } from 'node:stream';
|
|
4
4
|
import type { ExcludeFromUnion } from '../helpers';
|
|
5
5
|
import type { FilesGetUploadURLExternalResponse } from '../response/index';
|
|
6
|
-
import type {
|
|
7
|
-
interface FileArgument {
|
|
6
|
+
import type { CursorPaginationEnabled, OptionalTeamAssignable, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
7
|
+
export interface FileArgument {
|
|
8
8
|
/** @description Encoded file ID. */
|
|
9
9
|
file: string;
|
|
10
10
|
}
|
|
11
|
-
interface ExternalIDArgument {
|
|
11
|
+
export interface ExternalIDArgument {
|
|
12
12
|
/** @description Creator defined GUID for the file. */
|
|
13
13
|
external_id: string;
|
|
14
14
|
}
|
|
15
|
-
interface ChannelsArgument {
|
|
15
|
+
export interface ChannelsArgument {
|
|
16
16
|
/**
|
|
17
17
|
* @description Comma-seperated list of channel IDs where the file will be shared. If not specified the file will
|
|
18
18
|
* be private.
|
|
19
19
|
*/
|
|
20
20
|
channels?: string;
|
|
21
21
|
}
|
|
22
|
-
interface FileType {
|
|
22
|
+
export interface FileType {
|
|
23
23
|
/**
|
|
24
24
|
* @description A file type identifier.
|
|
25
25
|
* @see {@link https://api.slack.com/types/file#file_types File types} for a complete list of supported file types.
|
|
26
26
|
*/
|
|
27
27
|
filetype?: string;
|
|
28
28
|
}
|
|
29
|
-
interface FileUploadComplete {
|
|
29
|
+
export interface FileUploadComplete {
|
|
30
30
|
/** @description Encoded file ID. */
|
|
31
31
|
id: string;
|
|
32
32
|
/** @description File title. */
|
|
33
33
|
title?: string;
|
|
34
34
|
}
|
|
35
|
-
interface FileChannelDestinationArgument {
|
|
35
|
+
export interface FileChannelDestinationArgument {
|
|
36
36
|
/** @description Channel ID where the file will be shared. If not specified the file will be private. */
|
|
37
37
|
channel_id?: string;
|
|
38
38
|
thread_ts?: never;
|
|
39
39
|
}
|
|
40
|
-
interface FileThreadDestinationArgument {
|
|
40
|
+
export interface FileThreadDestinationArgument {
|
|
41
41
|
/** @description Channel ID where the file will be shared as a thread reply. */
|
|
42
42
|
channel_id: string;
|
|
43
43
|
/** @description Provide another message's `ts` value to upload this file as a reply. */
|
|
44
44
|
thread_ts: string;
|
|
45
45
|
}
|
|
46
46
|
type FileDestinationArgument = FileChannelDestinationArgument | FileThreadDestinationArgument;
|
|
47
|
-
interface FileChannelDestinationArgumentChannels extends ChannelsArgument {
|
|
47
|
+
export interface FileChannelDestinationArgumentChannels extends ChannelsArgument {
|
|
48
48
|
thread_ts?: never;
|
|
49
49
|
}
|
|
50
|
-
interface FileThreadDestinationArgumentChannels extends Required<ChannelsArgument> {
|
|
50
|
+
export interface FileThreadDestinationArgumentChannels extends Required<ChannelsArgument> {
|
|
51
51
|
/** @description Provide another message's `ts` value to upload this file as a reply. */
|
|
52
52
|
thread_ts: string;
|
|
53
53
|
}
|
|
@@ -129,7 +129,7 @@ export type FileUploadV2 = FileUpload & {
|
|
|
129
129
|
/** @description Syntax type of the snippet being uploaded. E.g. `python`. */
|
|
130
130
|
snippet_type?: string;
|
|
131
131
|
};
|
|
132
|
-
interface FilesUploadV2ArgumentsMultipleFiles {
|
|
132
|
+
export interface FilesUploadV2ArgumentsMultipleFiles {
|
|
133
133
|
file_uploads: ExcludeFromUnion<FileUploadV2, 'channel_id' | 'channels' | 'initial_comment' | 'thread_ts'>[];
|
|
134
134
|
}
|
|
135
135
|
export type FilesUploadV2Arguments = TokenOverridable & (FileUploadV2 | (Omit<FileUploadV2, 'file' | 'content'> & FilesUploadV2ArgumentsMultipleFiles));
|
|
@@ -141,7 +141,7 @@ export interface FilesCommentsDeleteArguments extends FileArgument, TokenOverrid
|
|
|
141
141
|
/** @description The ID of the comment to delete. */
|
|
142
142
|
id: string;
|
|
143
143
|
}
|
|
144
|
-
interface SharedFile {
|
|
144
|
+
export interface SharedFile {
|
|
145
145
|
/** @description Title of the file being shared. */
|
|
146
146
|
title: string;
|
|
147
147
|
/** @description URL of the remote file. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/types/request/files.ts"],"names":[],"mappings":";;AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/types/request/files.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export type { WorkflowsStepCompletedArguments, WorkflowsStepFailedArguments, WorkflowsUpdateStepArguments } from './workflows';
|
|
1
|
+
export type { WorkflowsStepCompletedArguments, WorkflowsStepFailedArguments, WorkflowsUpdateStepArguments, } from './workflows';
|
|
2
2
|
export type { ViewsUpdateArguments, ViewsOpenArguments, ViewsPushArguments, ViewsPublishArguments } from './views';
|
|
3
|
-
export type { UsersConversationsArguments, UsersDiscoverableContactsLookupArguments, UsersInfoArguments, UsersListArguments, UsersIdentityArguments, UsersSetPhotoArguments, UsersProfileGetArguments, UsersProfileSetArguments, UsersDeletePhotoArguments, UsersGetPresenceArguments, UsersSetPresenceArguments, UsersLookupByEmailArguments } from './users';
|
|
3
|
+
export type { UsersConversationsArguments, UsersDiscoverableContactsLookupArguments, UsersInfoArguments, UsersListArguments, UsersIdentityArguments, UsersSetPhotoArguments, UsersProfileGetArguments, UsersProfileSetArguments, UsersDeletePhotoArguments, UsersGetPresenceArguments, UsersSetPresenceArguments, UsersLookupByEmailArguments, } from './users';
|
|
4
4
|
export type { ToolingTokensRotateArguments } from './tooling';
|
|
5
5
|
export type { SearchAllArguments, SearchFilesArguments, SearchMessagesArguments } from './search';
|
|
6
|
-
export type { UsergroupsCreateArguments, UsergroupsDisableArguments, UsergroupsEnableArguments, UsergroupsListArguments, UsergroupsUpdateArguments, UsergroupsUsersListArguments, UsergroupsUsersUpdateArguments } from './usergroups';
|
|
7
|
-
export type { TeamAccessLogsArguments, TeamBillableInfoArguments, TeamBillingInfoArguments, TeamExternalTeamsDisconnectArguments, TeamExternalTeamsListArguments, TeamInfoArguments, TeamIntegrationLogsArguments, TeamPreferencesListArguments, TeamProfileGetArguments } from './team';
|
|
6
|
+
export type { UsergroupsCreateArguments, UsergroupsDisableArguments, UsergroupsEnableArguments, UsergroupsListArguments, UsergroupsUpdateArguments, UsergroupsUsersListArguments, UsergroupsUsersUpdateArguments, } from './usergroups';
|
|
7
|
+
export type { TeamAccessLogsArguments, TeamBillableInfoArguments, TeamBillingInfoArguments, TeamExternalTeamsDisconnectArguments, TeamExternalTeamsListArguments, TeamInfoArguments, TeamIntegrationLogsArguments, TeamPreferencesListArguments, TeamProfileGetArguments, } from './team';
|
|
8
8
|
export type { StarsAddRemoveArguments, StarsListArguments } from './stars';
|
|
9
9
|
export type { RTMConnectArguments, RTMStartArguments } from './rtm';
|
|
10
|
-
export type { RemindersAddArguments, RemindersInfoArguments, RemindersListArguments, RemindersDeleteArguments, RemindersCompleteArguments } from './reminders';
|
|
11
|
-
export type { ReactionsAddArguments, ReactionsGetArguments, ReactionsListArguments, ReactionsRemoveArguments } from './reactions';
|
|
10
|
+
export type { RemindersAddArguments, RemindersInfoArguments, RemindersListArguments, RemindersDeleteArguments, RemindersCompleteArguments, } from './reminders';
|
|
11
|
+
export type { ReactionsAddArguments, ReactionsGetArguments, ReactionsListArguments, ReactionsRemoveArguments, } from './reactions';
|
|
12
12
|
export type { PinsAddArguments, PinsListArguments, PinsRemoveArguments } from './pins';
|
|
13
13
|
export type { OpenIDConnectTokenArguments, OpenIDConnectUserInfoArguments } from './openid';
|
|
14
14
|
export type { OAuthAccessArguments, OAuthV2AccessArguments, OAuthV2ExchangeArguments } from './oauth';
|
|
15
15
|
export type { MigrationExchangeArguments } from './migration';
|
|
16
|
-
export type { FilesDeleteArguments, FilesInfoArguments, FilesListArguments, FilesRevokePublicURLArguments, FilesSharedPublicURLArguments, FilesUploadArguments, FilesUploadV2Arguments, FilesCompleteUploadExternalArguments, FilesGetUploadURLExternalArguments, FilesCommentsDeleteArguments, FilesRemoteUpdateArguments, FilesRemoteRemoveArguments, FilesRemoteShareArguments, FilesRemoteListArguments, FilesRemoteInfoArguments, FilesRemoteAddArguments } from './files';
|
|
16
|
+
export type { FilesDeleteArguments, FilesInfoArguments, FilesListArguments, FilesRevokePublicURLArguments, FilesSharedPublicURLArguments, FilesUploadArguments, FilesUploadV2Arguments, FilesCompleteUploadExternalArguments, FilesGetUploadURLExternalArguments, FilesCommentsDeleteArguments, FilesRemoteUpdateArguments, FilesRemoteRemoveArguments, FilesRemoteShareArguments, FilesRemoteListArguments, FilesRemoteInfoArguments, FilesRemoteAddArguments, } from './files';
|
|
17
17
|
export type { EmojiListArguments } from './emoji';
|
|
18
|
-
export type { DndEndDndArguments, DndEndSnoozeArguments, DndInfoArguments, DndSetSnoozeArguments, DndTeamInfoArguments } from './dnd';
|
|
18
|
+
export type { DndEndDndArguments, DndEndSnoozeArguments, DndInfoArguments, DndSetSnoozeArguments, DndTeamInfoArguments, } from './dnd';
|
|
19
19
|
export type { DialogOpenArguments } from './dialog';
|
|
20
|
-
export type { ConversationsAcceptSharedInviteArguments, ConversationsApproveSharedInviteArguments, ConversationsArchiveArguments, ConversationsCloseArguments, ConversationsCreateArguments, ConversationsDeclineSharedInviteArguments, ConversationsExternalInvitePermissionsSetArguments, ConversationsHistoryArguments, ConversationsInfoArguments, ConversationsInviteArguments, ConversationsInviteSharedArguments, ConversationsJoinArguments, ConversationsKickArguments, ConversationsLeaveArguments, ConversationsListArguments, ConversationsListConnectInvitesArguments, ConversationsMarkArguments, ConversationsMembersArguments, ConversationsOpenArguments, ConversationsRenameArguments, ConversationsRepliesArguments, ConversationsSetPurposeArguments, ConversationsSetTopicArguments, ConversationsUnarchiveArguments } from './conversations';
|
|
21
|
-
export type { ChatDeleteArguments, ChatDeleteScheduledMessageArguments, ChatGetPermalinkArguments, ChatMeMessageArguments, ChatPostEphemeralArguments, ChatPostMessageArguments, ChatScheduleMessageArguments, ChatScheduledMessagesListArguments, ChatUnfurlArguments, ChatUpdateArguments } from './chat';
|
|
22
|
-
export type { CanvasesAccessDeleteArguments, CanvasesAccessSetArguments, CanvasesCreateArguments, CanvasesDeleteArguments, CanvasesEditArguments, CanvasesSectionsLookupArguments, ConversationsCanvasesCreateArguments } from './canvas';
|
|
23
|
-
export type { CallsAddArguments, CallsEndArguments, CallsInfoArguments, CallsUpdateArguments, CallsParticipantsAddArguments, CallsParticipantsRemoveArguments } from './calls';
|
|
20
|
+
export type { ConversationsAcceptSharedInviteArguments, ConversationsApproveSharedInviteArguments, ConversationsArchiveArguments, ConversationsCloseArguments, ConversationsCreateArguments, ConversationsDeclineSharedInviteArguments, ConversationsExternalInvitePermissionsSetArguments, ConversationsHistoryArguments, ConversationsInfoArguments, ConversationsInviteArguments, ConversationsInviteSharedArguments, ConversationsJoinArguments, ConversationsKickArguments, ConversationsLeaveArguments, ConversationsListArguments, ConversationsListConnectInvitesArguments, ConversationsMarkArguments, ConversationsMembersArguments, ConversationsOpenArguments, ConversationsRenameArguments, ConversationsRepliesArguments, ConversationsRequestSharedInviteApproveArguments, ConversationsRequestSharedInviteDenyArguments, ConversationsSetPurposeArguments, ConversationsSetTopicArguments, ConversationsUnarchiveArguments, } from './conversations';
|
|
21
|
+
export type { ChatDeleteArguments, ChatDeleteScheduledMessageArguments, ChatGetPermalinkArguments, ChatMeMessageArguments, ChatPostEphemeralArguments, ChatPostMessageArguments, ChatScheduleMessageArguments, ChatScheduledMessagesListArguments, ChatUnfurlArguments, ChatUpdateArguments, } from './chat';
|
|
22
|
+
export type { CanvasesAccessDeleteArguments, CanvasesAccessSetArguments, CanvasesCreateArguments, CanvasesDeleteArguments, CanvasesEditArguments, CanvasesSectionsLookupArguments, ConversationsCanvasesCreateArguments, } from './canvas';
|
|
23
|
+
export type { CallsAddArguments, CallsEndArguments, CallsInfoArguments, CallsUpdateArguments, CallsParticipantsAddArguments, CallsParticipantsRemoveArguments, } from './calls';
|
|
24
24
|
export type { BotsInfoArguments } from './bots';
|
|
25
|
-
export type { BookmarksAddArguments, BookmarksEditArguments, BookmarksListArguments, BookmarksRemoveArguments } from './bookmarks';
|
|
25
|
+
export type { BookmarksAddArguments, BookmarksEditArguments, BookmarksListArguments, BookmarksRemoveArguments, } from './bookmarks';
|
|
26
26
|
export type { AuthRevokeArguments, AuthTestArguments, AuthTeamsListArguments } from './auth';
|
|
27
|
-
export type { AppsConnectionsOpenArguments, AppsEventAuthorizationsListArguments, AppsManifestCreateArguments, AppsManifestDeleteArguments, AppsManifestExportArguments, AppsManifestUpdateArguments, AppsManifestValidateArguments, AppsUninstallArguments } from './apps';
|
|
27
|
+
export type { AppsConnectionsOpenArguments, AppsEventAuthorizationsListArguments, AppsManifestCreateArguments, AppsManifestDeleteArguments, AppsManifestExportArguments, AppsManifestUpdateArguments, AppsManifestValidateArguments, AppsUninstallArguments, } from './apps';
|
|
28
28
|
export type { APITestArguments } from './api';
|
|
29
29
|
export type { AdminAnalyticsGetFileArguments } from './admin/analytics';
|
|
30
|
-
export type { AdminAppsActivitiesListArguments, AdminAppsApproveArguments, AdminAppsApprovedListArguments, AdminAppsClearResolutionArguments, AdminAppsConfigLookupArguments, AdminAppsConfigSetArguments, AdminAppsRequestsCancelArguments, AdminAppsRequestsListArguments, AdminAppsRestrictArguments, AdminAppsRestrictedListArguments, AdminAppsUninstallArguments } from './admin/apps';
|
|
31
|
-
export type { AdminAuthPolicyAssignEntitiesArguments, AdminAuthPolicyGetEntitiesArguments, AdminAuthPolicyRemoveEntitiesArguments } from './admin/auth';
|
|
32
|
-
export type { AdminBarriersCreateArguments, AdminBarriersDeleteArguments, AdminBarriersListArguments, AdminBarriersUpdateArguments } from './admin/barriers';
|
|
33
|
-
export type { AdminConversationsArchiveArguments, AdminConversationsBulkArchiveArguments, AdminConversationsBulkDeleteArguments, AdminConversationsBulkMoveArguments, AdminConversationsConvertToPrivateArguments, AdminConversationsConvertToPublicArguments, AdminConversationsCreateArguments, AdminConversationsDeleteArguments, AdminConversationsDisconnectSharedArguments, AdminConversationsEKMListOriginalConnectedChannelInfoArguments, AdminConversationsGetConversationPrefsArguments, AdminConversationsGetCustomRetentionArguments, AdminConversationsGetTeamsArguments, AdminConversationsInviteArguments, AdminConversationsLookupArguments, AdminConversationsRemoveCustomRetentionArguments, AdminConversationsRenameArguments, AdminConversationsRestrictAccessAddGroupArguments, AdminConversationsRestrictAccessListGroupsArguments, AdminConversationsRestrictAccessRemoveGroupArguments, AdminConversationsSearchArguments, AdminConversationsSetConversationPrefsArguments, AdminConversationsSetCustomRetentionArguments, AdminConversationsSetTeamsArguments, AdminConversationsUnarchiveArguments } from './admin/conversations';
|
|
34
|
-
export type { AdminEmojiAddArguments, AdminEmojiAddAliasArguments, AdminEmojiListArguments, AdminEmojiRemoveArguments, AdminEmojiRenameArguments } from './admin/emoji';
|
|
35
|
-
export type { AdminFunctionsListArguments, AdminFunctionsPermissionsLookupArguments, AdminFunctionsPermissionsSetArguments } from './admin/functions';
|
|
30
|
+
export type { AdminAppsActivitiesListArguments, AdminAppsApproveArguments, AdminAppsApprovedListArguments, AdminAppsClearResolutionArguments, AdminAppsConfigLookupArguments, AdminAppsConfigSetArguments, AdminAppsRequestsCancelArguments, AdminAppsRequestsListArguments, AdminAppsRestrictArguments, AdminAppsRestrictedListArguments, AdminAppsUninstallArguments, } from './admin/apps';
|
|
31
|
+
export type { AdminAuthPolicyAssignEntitiesArguments, AdminAuthPolicyGetEntitiesArguments, AdminAuthPolicyRemoveEntitiesArguments, } from './admin/auth';
|
|
32
|
+
export type { AdminBarriersCreateArguments, AdminBarriersDeleteArguments, AdminBarriersListArguments, AdminBarriersUpdateArguments, } from './admin/barriers';
|
|
33
|
+
export type { AdminConversationsArchiveArguments, AdminConversationsBulkArchiveArguments, AdminConversationsBulkDeleteArguments, AdminConversationsBulkMoveArguments, AdminConversationsConvertToPrivateArguments, AdminConversationsConvertToPublicArguments, AdminConversationsCreateArguments, AdminConversationsDeleteArguments, AdminConversationsDisconnectSharedArguments, AdminConversationsEKMListOriginalConnectedChannelInfoArguments, AdminConversationsGetConversationPrefsArguments, AdminConversationsGetCustomRetentionArguments, AdminConversationsGetTeamsArguments, AdminConversationsInviteArguments, AdminConversationsLookupArguments, AdminConversationsRemoveCustomRetentionArguments, AdminConversationsRenameArguments, AdminConversationsRestrictAccessAddGroupArguments, AdminConversationsRestrictAccessListGroupsArguments, AdminConversationsRestrictAccessRemoveGroupArguments, AdminConversationsSearchArguments, AdminConversationsSetConversationPrefsArguments, AdminConversationsSetCustomRetentionArguments, AdminConversationsSetTeamsArguments, AdminConversationsUnarchiveArguments, } from './admin/conversations';
|
|
34
|
+
export type { AdminEmojiAddArguments, AdminEmojiAddAliasArguments, AdminEmojiListArguments, AdminEmojiRemoveArguments, AdminEmojiRenameArguments, } from './admin/emoji';
|
|
35
|
+
export type { AdminFunctionsListArguments, AdminFunctionsPermissionsLookupArguments, AdminFunctionsPermissionsSetArguments, } from './admin/functions';
|
|
36
36
|
export type { FunctionsCompleteErrorArguments, FunctionsCompleteSuccessArguments } from './functions';
|
|
37
|
-
export type { AdminInviteRequestsApproveArguments, AdminInviteRequestsApprovedListArguments, AdminInviteRequestsDeniedListArguments, AdminInviteRequestsDenyArguments, AdminInviteRequestsListArguments } from './admin/inviteRequests';
|
|
38
|
-
export type { AdminRolesAddAssignmentsArguments, AdminRolesListAssignmentsArguments, AdminRolesRemoveAssignmentsArguments } from './admin/roles';
|
|
39
|
-
export type { AdminTeamsAdminsListArguments, AdminTeamsCreateArguments, AdminTeamsListArguments, AdminTeamsOwnersListArguments, AdminTeamsSettingsInfoArguments, AdminTeamsSettingsSetDefaultChannelsArguments, AdminTeamsSettingsSetDescriptionArguments, AdminTeamsSettingsSetDiscoverabilityArguments, AdminTeamsSettingsSetIconArguments, AdminTeamsSettingsSetNameArguments } from './admin/teams';
|
|
40
|
-
export type { AdminUsergroupsAddChannelsArguments, AdminUsergroupsAddTeamsArguments, AdminUsergroupsListChannelsArguments, AdminUsergroupsRemoveChannelsArguments } from './admin/usergroups';
|
|
41
|
-
export type { AdminUsersAssignArguments, AdminUsersInviteArguments, AdminUsersListArguments, AdminUsersRemoveArguments, AdminUsersSessionListArguments, AdminUsersSessionClearSettingsArguments, AdminUsersSessionGetSettingsArguments, AdminUsersSessionInvalidateArguments, AdminUsersSessionResetArguments, AdminUsersSessionResetBulkArguments, AdminUsersSessionSetSettingsArguments, AdminUsersSetAdminArguments, AdminUsersSetExpirationArguments, AdminUsersSetOwnerArguments, AdminUsersSetRegularArguments, AdminUsersUnsupportedVersionsExportArguments } from './admin/users';
|
|
42
|
-
export type { AdminWorkflowsCollaboratorsAddArguments, AdminWorkflowsCollaboratorsRemoveArguments, AdminWorkflowsPermissionsLookupArguments, AdminWorkflowsSearchArguments, AdminWorkflowsUnpublishArguments } from './admin/workflows';
|
|
37
|
+
export type { AdminInviteRequestsApproveArguments, AdminInviteRequestsApprovedListArguments, AdminInviteRequestsDeniedListArguments, AdminInviteRequestsDenyArguments, AdminInviteRequestsListArguments, } from './admin/inviteRequests';
|
|
38
|
+
export type { AdminRolesAddAssignmentsArguments, AdminRolesListAssignmentsArguments, AdminRolesRemoveAssignmentsArguments, } from './admin/roles';
|
|
39
|
+
export type { AdminTeamsAdminsListArguments, AdminTeamsCreateArguments, AdminTeamsListArguments, AdminTeamsOwnersListArguments, AdminTeamsSettingsInfoArguments, AdminTeamsSettingsSetDefaultChannelsArguments, AdminTeamsSettingsSetDescriptionArguments, AdminTeamsSettingsSetDiscoverabilityArguments, AdminTeamsSettingsSetIconArguments, AdminTeamsSettingsSetNameArguments, } from './admin/teams';
|
|
40
|
+
export type { AdminUsergroupsAddChannelsArguments, AdminUsergroupsAddTeamsArguments, AdminUsergroupsListChannelsArguments, AdminUsergroupsRemoveChannelsArguments, } from './admin/usergroups';
|
|
41
|
+
export type { AdminUsersAssignArguments, AdminUsersInviteArguments, AdminUsersListArguments, AdminUsersRemoveArguments, AdminUsersSessionListArguments, AdminUsersSessionClearSettingsArguments, AdminUsersSessionGetSettingsArguments, AdminUsersSessionInvalidateArguments, AdminUsersSessionResetArguments, AdminUsersSessionResetBulkArguments, AdminUsersSessionSetSettingsArguments, AdminUsersSetAdminArguments, AdminUsersSetExpirationArguments, AdminUsersSetOwnerArguments, AdminUsersSetRegularArguments, AdminUsersUnsupportedVersionsExportArguments, } from './admin/users';
|
|
42
|
+
export type { AdminWorkflowsCollaboratorsAddArguments, AdminWorkflowsCollaboratorsRemoveArguments, AdminWorkflowsPermissionsLookupArguments, AdminWorkflowsSearchArguments, AdminWorkflowsUnpublishArguments, } from './admin/workflows';
|
|
43
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/request/index.ts"],"names":[],"mappings":"AAAA,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/request/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../../src/types/request/manifest.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAS,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACvD,mEAAmE;IACnE,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B;;;OAGG;IACH,mBAAmB,EAAE,0BAA0B,CAAC;IAChD,sGAAsG;IACtG,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,mFAAmF;IACnF,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,sGAAsG;IACtG,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,sGAAsG;IACtG,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CAE9C;AAED,UAAU,gBAAgB;IACxB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,0BAA0B;IAClC,qFAAqF;IACrF,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oHAAoH;IACpH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,gBAAgB;IACxB;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACxC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,UAAU,eAAe;IACvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;;OAKG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C;AAED,UAAU,eAAe;IACvB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,yGAAyG;IACzG,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,gBAAgB;IACxB,6IAA6I;IAC7I,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC3B,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;IACb,2GAA2G;IAC3G,WAAW,EAAE,MAAM,CAAC;IACpB,+GAA+G;IAC/G,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,oBAAoB;IAC5B;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,qHAAqH;IACrH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,mBAAmB;IAC3B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,8HAA8H;IAC9H,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAC7B,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,UAAU,mBAAmB;IAC3B;;;OAGG;IACH,GAAG,CAAC,EAAE,QAAQ,EAAE,CAAC;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;CACpB;AAED,UAAU,gBAAgB;IACxB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAC;IACrC,wJAAwJ;IACxJ,mBAAmB,CAAC,EAAE,0BAA0B,CAAC;IACjD,sJAAsJ;IACtJ,iBAAiB,CAAC,EAAE,wBAAwB,CAAC;IAC7C,6IAA6I;IAC7I,aAAa,CAAC,EAAE,qBAAqB,CAAC;IACtC,kJAAkJ;IAClJ,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,yIAAyI;IACzI,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,4IAA4I;IAC5I,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,0BAA0B;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,EAAE,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,aAAa,EAAE,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,wBAAwB;IAChC,qJAAqJ;IACrJ,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,UAAU,qBAAqB;IAC7B,+FAA+F;IAC/F,UAAU,EAAE,OAAO,CAAC;IACpB,oKAAoK;IACpK,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,+JAA+J;IAC/J,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,gBAAgB;IACxB,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,WAAW,EAAE,MAAM,CAAC;IACpB,oEAAoE;IACpE,gBAAgB,EAAE,kBAAkB,CAAC;IACrC,sEAAsE;IACtE,iBAAiB,EAAE,kBAAkB,CAAC;CACvC;AAED,UAAU,kBAAkB;IAC1B;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAC;IACtD,wFAAwF;IACxF,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,MAAM,yBAAyB,GACjC,+BAA+B,GAC/B,+BAA+B,GAC/B,+BAA+B,CAAC;AAEpC,UAAU,+BAA+B;IACvC,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,+BAAgC,SAAQ,+BAA+B;IAC/E,wFAAwF;IACxF,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,+BAAgC,SAAQ,+BAA+B;IAC/E,wFAAwF;IACxF,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAOD,KAAK,QAAQ,GACT,mBAAmB,GACnB,gBAAgB,GAChB,iBAAiB,GACjB,YAAY,GACZ,aAAa,GACb,kBAAkB,GAClB,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,wBAAwB,GACxB,sBAAsB,GACtB,YAAY,GACZ,sBAAsB,GACtB,mBAAmB,GACnB,UAAU,GACV,8BAA8B,GAC9B,4BAA4B,GAC5B,6BAA6B,GAC7B,gBAAgB,GAChB,iBAAiB,GACjB,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,aAAa,GACb,cAAc,GACd,sBAAsB,GACtB,oBAAoB,GACpB,YAAY,GACZ,SAAS,GACT,UAAU,GACV,kBAAkB,GAClB,mBAAmB,GACnB,YAAY,GACZ,aAAa,GACb,uBAAuB,GACvB,cAAc,GACd,WAAW,GACX,YAAY,GACZ,oBAAoB,GACpB,kBAAkB,GAClB,MAAM,GACN,WAAW,GACX,YAAY,GACZ,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,oBAAoB,GACpB,mBAAmB,GACnB,uBAAuB,GACvB,WAAW,GACX,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,YAAY,GACZ,kBAAkB,GAClB,aAAa,GACb,wBAAwB,CAAC;AAK7B,KAAK,SAAS,GACV,OAAO,GACP,sBAAsB,GACtB,2BAA2B,GAC3B,iBAAiB,GACjB,kBAAkB,GAClB,qBAAqB,GACrB,sBAAsB,GACtB,0BAA0B,GAC1B,2BAA2B,GAC3B,oBAAoB,GACpB,qBAAqB,GACrB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,uBAAuB,GACvB,wBAAwB,GACxB,kBAAkB,GAClB,mBAAmB,GACnB,sBAAsB,GACtB,uBAAuB,GACvB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,YAAY,GACZ,aAAa,GACb,kBAAkB,GAClB,eAAe,GACf,gBAAgB,GAChB,wBAAwB,GACxB,sBAAsB,GACtB,YAAY,GACZ,gBAAgB,GAChB,iBAAiB,GACjB,UAAU,GACV,UAAU,GACV,WAAW,GACX,OAAO,GACP,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,kBAAkB,GAClB,gBAAgB,GAChB,aAAa,GACb,cAAc,GACd,sBAAsB,GACtB,oBAAoB,GACpB,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,YAAY,GACZ,SAAS,GACT,UAAU,GACV,kBAAkB,GAClB,mBAAmB,GACnB,YAAY,GACZ,aAAa,GACb,cAAc,GACd,WAAW,GACX,YAAY,GACZ,oBAAoB,GACpB,kBAAkB,GAClB,QAAQ,GACR,WAAW,GACX,YAAY,GACZ,SAAS,GACT,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,aAAa,GACb,YAAY,GACZ,aAAa,GACb,mBAAmB,GACnB,uBAAuB,GACvB,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,qBAAqB,GACrB,YAAY,GACZ,kBAAkB,GAClB,aAAa,CAAC;AAKlB,MAAM,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../../src/types/request/manifest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openid.d.ts","sourceRoot":"","sources":["../../../src/types/request/openid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"openid.d.ts","sourceRoot":"","sources":["../../../src/types/request/openid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGpE,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB,EAAE,iBAAiB;CAAG;AAE3F,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MessageArgument, TokenOverridable } from './common';
|
|
1
|
+
import type { MessageArgument, TokenOverridable } from './common';
|
|
2
2
|
export interface PinsAddArguments extends MessageArgument, TokenOverridable {
|
|
3
3
|
}
|
|
4
4
|
export interface PinsListArguments extends TokenOverridable {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pins.d.ts","sourceRoot":"","sources":["../../../src/types/request/pins.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"pins.d.ts","sourceRoot":"","sources":["../../../src/types/request/pins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAGlE,MAAM,WAAW,gBAAiB,SAAQ,eAAe,EAAE,gBAAgB;CAAG;AAE9E,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB;IACzD,oDAAoD;IACpD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,eAAe,EAAE,gBAAgB;CAAG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
interface ReactionsFull {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { CursorPaginationEnabled, FileArgument, FileCommentArgument, MessageArgument, OptionalTeamAssignable, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
3
|
+
export interface ReactionsFull {
|
|
4
4
|
/** @description If `true`, return the complete reaction list. */
|
|
5
5
|
full?: boolean;
|
|
6
6
|
}
|
|
7
|
-
interface ReactionName {
|
|
7
|
+
export interface ReactionName {
|
|
8
8
|
/** @description Reaction (emoji) name. */
|
|
9
9
|
name: string;
|
|
10
10
|
}
|
|
@@ -16,5 +16,4 @@ export type ReactionsListArguments = OptionalArgument<ReactionsFull & TokenOverr
|
|
|
16
16
|
user?: string;
|
|
17
17
|
}>;
|
|
18
18
|
export type ReactionsRemoveArguments = TokenOverridable & ReactionName & (MessageArgument | FileArgument | FileCommentArgument);
|
|
19
|
-
export {};
|
|
20
19
|
//# sourceMappingURL=reactions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactions.d.ts","sourceRoot":"","sources":["../../../src/types/request/reactions.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"reactions.d.ts","sourceRoot":"","sources":["../../../src/types/request/reactions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EACV,uBAAuB,EACvB,YAAY,EACZ,mBAAmB,EACnB,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,aAAa;IAC5B,iEAAiE;IACjE,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AACD,MAAM,WAAW,YAAY;IAC3B,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,qBAAsB,SAAQ,eAAe,EAAE,gBAAgB,EAAE,YAAY;CAAG;AAEjG,MAAM,MAAM,qBAAqB,GAAG,aAAa,GAC/C,gBAAgB,GAChB,CAAC,eAAe,GAAG,YAAY,GAAG,mBAAmB,CAAC,CAAC;AAGzD,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CACnD,aAAa,GACX,gBAAgB,GAChB,wBAAwB,GACxB,uBAAuB,GACvB,sBAAsB,GAAG;IACvB,kFAAkF;IAClF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACJ,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,GACrD,YAAY,GACZ,CAAC,eAAe,GAAG,YAAY,GAAG,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { OptionalTeamAssignable, TokenOverridable } from './common';
|
|
3
3
|
interface ReminderRecurrenceDailyMonthlyYearly {
|
|
4
4
|
/** @description Specifies the repeating behavior of a reminder. */
|
|
5
5
|
frequency: 'daily' | 'monthly' | 'yearly';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reminders.d.ts","sourceRoot":"","sources":["../../../src/types/request/reminders.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"reminders.d.ts","sourceRoot":"","sources":["../../../src/types/request/reminders.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEzE,UAAU,oCAAoC;IAC5C,mEAAmE;IACnE,SAAS,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC3C;AACD,KAAK,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AACxG,UAAU,wBAAwB;IAChC,mEAAmE;IACnE,SAAS,EAAE,QAAQ,CAAC;IACpB,0GAA0G;IAC1G,QAAQ,EAAE,CAAC,aAAa,EAAE,GAAG,aAAa,EAAE,CAAC,CAAC;CAC/C;AACD,KAAK,kBAAkB,GAAG,wBAAwB,GAAG,oCAAoC,CAAC;AAE1F,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB,EAAE,sBAAsB;IACrF,gDAAgD;IAChD,IAAI,EAAE,MAAM,CAAC;IACb;;;;;OAKG;IACH,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC;AAED,MAAM,WAAW,0BAA2B,SAAQ,gBAAgB,EAAE,sBAAsB;IAC1F,oEAAoE;IACpE,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB,EAAE,sBAAsB;IACxF,qDAAqD;IACrD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB,EAAE,sBAAsB;IACtF,yEAAyE;IACzE,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,GAAG,sBAAsB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { LocaleAware, TokenOverridable } from './common';
|
|
3
3
|
export type RTMConnectArguments = OptionalArgument<TokenOverridable & {
|
|
4
4
|
/**
|
|
5
5
|
* @description Batch presence deliveries via subscription. Enabling changes the shape of `presence_change` events.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rtm.d.ts","sourceRoot":"","sources":["../../../src/types/request/rtm.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"rtm.d.ts","sourceRoot":"","sources":["../../../src/types/request/rtm.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAG9D,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAChD,gBAAgB,GAAG;IACjB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CACF,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAC9C,mBAAmB,GACjB,WAAW,GAAG;IACZ,oEAAoE;IACpE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2GAA2G;IAC3G,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CACJ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OptionalTeamAssignable, SortDir, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
1
|
+
import type { OptionalTeamAssignable, SortDir, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
2
2
|
interface Searchable extends OptionalTeamAssignable, SortDir {
|
|
3
3
|
/** @description Search query. */
|
|
4
4
|
query: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/types/request/search.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/types/request/search.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAE5G,UAAU,UAAW,SAAQ,sBAAsB,EAAE,OAAO;IAC1D,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gGAAgG;IAChG,IAAI,CAAC,EAAE,OAAO,GAAG,WAAW,CAAC;CAC9B;AAGD,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB,EAAE,wBAAwB,EAAE,UAAU;CAAG;AAErG,MAAM,WAAW,oBAAqB,SAAQ,gBAAgB,EAAE,wBAAwB,EAAE,UAAU;CAAG;AAEvG,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB,EAAE,wBAAwB,EAAE,UAAU;CAAG"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { CursorPaginationEnabled, FileArgument, FileCommentArgument, MessageArgument, OptionalTeamAssignable, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
1
|
+
import type { CursorPaginationEnabled, FileArgument, FileCommentArgument, MessageArgument, OptionalTeamAssignable, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
2
2
|
/** @description When starring something, it can be starred _to_ a channel. */
|
|
3
|
-
interface StarsChannelDestination {
|
|
3
|
+
export interface StarsChannelDestination {
|
|
4
4
|
/** @description Encoded channel ID the star belongs to. */
|
|
5
5
|
channel: string;
|
|
6
6
|
}
|
|
7
7
|
export type StarsAddRemoveArguments = TokenOverridable & (StarsChannelDestination | MessageArgument | FileArgument | FileCommentArgument);
|
|
8
8
|
export interface StarsListArguments extends TokenOverridable, TraditionalPagingEnabled, CursorPaginationEnabled, OptionalTeamAssignable {
|
|
9
9
|
}
|
|
10
|
-
export {};
|
|
11
10
|
//# sourceMappingURL=stars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stars.d.ts","sourceRoot":"","sources":["../../../src/types/request/stars.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"stars.d.ts","sourceRoot":"","sources":["../../../src/types/request/stars.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,YAAY,EACZ,mBAAmB,EACnB,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAElB,8EAA8E;AAC9E,MAAM,WAAW,uBAAuB;IACtC,2DAA2D;IAC3D,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,GACpD,CAAC,uBAAuB,GAAG,eAAe,GAAG,YAAY,GAAG,mBAAmB,CAAC,CAAC;AAEnF,MAAM,WAAW,kBACf,SAAQ,gBAAgB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,sBAAsB;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { OptionalArgument } from '../helpers';
|
|
2
|
+
import type { AppID, CursorPaginationEnabled, OptionalTeamAssignable, SortDir, TargetTeam, TokenOverridable, TraditionalPagingEnabled } from './common';
|
|
3
3
|
export type TeamAccessLogsArguments = OptionalArgument<TokenOverridable & CursorPaginationEnabled & TraditionalPagingEnabled & OptionalTeamAssignable & {
|
|
4
4
|
/**
|
|
5
5
|
* @description End of time range of logs to include in results (inclusive) as a UNIX timestamp in seconds.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"team.d.ts","sourceRoot":"","sources":["../../../src/types/request/team.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"team.d.ts","sourceRoot":"","sources":["../../../src/types/request/team.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EACV,KAAK,EACL,uBAAuB,EACvB,sBAAsB,EACtB,OAAO,EACP,UAAU,EACV,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CACpD,gBAAgB,GACd,uBAAuB,GACvB,wBAAwB,GACxB,sBAAsB,GAAG;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CACJ,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,gBAAgB,CACtD,gBAAgB,GACd,uBAAuB,GACvB,sBAAsB,GAAG;IACvB,2FAA2F;IAC3F,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACJ,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAE1E,MAAM,MAAM,oCAAoC,GAAG,gBAAgB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE3F,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,CAC3D,gBAAgB,GACd,uBAAuB,GAAG;IACxB,iDAAiD;IACjD,wBAAwB,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,SAAS,GAAG,WAAW,CAAC;IAClF,4EAA4E;IAC5E,yBAAyB,CAAC,EACtB,oBAAoB,GACpB,uBAAuB,GACvB,oBAAoB,GACpB,iCAAiC,GACjC,mBAAmB,GACnB,oBAAoB,GACpB,8BAA8B,GAC9B,gCAAgC,CAAC;IACrC,qDAAqD;IACrD,cAAc,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IACrC,0FAA0F;IAC1F,UAAU,CAAC,EAAE,WAAW,GAAG,uBAAuB,GAAG,mBAAmB,CAAC;IACzE,iGAAiG;IACjG,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B,CACJ,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAC9C,gBAAgB,GAAG;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uGAAuG;IACvG,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACF,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,gBAAgB,CACzD,OAAO,CAAC,KAAK,CAAC,GACZ,gBAAgB,GAChB,sBAAsB,GACtB,wBAAwB,GAAG;IACzB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IACvE,sEAAsE;IACtE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uFAAuF;IACvF,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACJ,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CACpD,gBAAgB,GAAG;IACjB,yCAAyC;IACzC,UAAU,CAAC,EAAE,KAAK,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC3C,CACF,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC"}
|