cloudstructs 0.6.44 → 0.6.46
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 +3 -3
- package/assets/slack-textract/detect.lambda/index.js +5932 -3556
- 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/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/@slack/logger/dist/index.js +2 -1
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/package.json +9 -8
- package/node_modules/@slack/types/README.md +32 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +903 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +241 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +173 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +63 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
- package/node_modules/@slack/types/dist/calls.d.ts +26 -0
- package/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/calls.js +6 -0
- package/node_modules/@slack/types/dist/calls.js.map +1 -0
- package/node_modules/@slack/types/dist/dialog.d.ts +36 -0
- package/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/dialog.js +3 -0
- package/node_modules/@slack/types/dist/dialog.js.map +1 -0
- package/node_modules/@slack/types/dist/index.d.ts +9 -322
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +23 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/dist/message-attachments.d.ts +170 -0
- package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/message-attachments.js +3 -0
- package/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
- package/node_modules/@slack/types/dist/message-metadata.d.ts +22 -0
- package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/message-metadata.js +3 -0
- package/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
- package/node_modules/@slack/types/dist/views.d.ts +35 -0
- package/node_modules/@slack/types/dist/views.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/views.js +3 -0
- package/node_modules/@slack/types/dist/views.js.map +1 -0
- package/node_modules/@slack/types/package.json +15 -9
- package/node_modules/@slack/web-api/README.md +17 -11
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +84 -43
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +362 -84
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +16 -2
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +13 -2
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +107 -0
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/file-upload.js +329 -0
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
- package/node_modules/@slack/web-api/dist/helpers.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/helpers.js +3 -4
- package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +12 -3
- package/node_modules/@slack/web-api/dist/index.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 +16 -4
- package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.js +1 -1
- package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +719 -249
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +187 -61
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +77 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +63 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +67 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +25 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +69 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +40 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +19 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +65 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +84 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +28 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +23 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +29 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +324 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +250 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +42 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +997 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +481 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +717 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +38 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +48 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +1012 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +56 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +51 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +61 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +71 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +456 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +981 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +64 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +382 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +611 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +41 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +533 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +41 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +45 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +37 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +122 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +49 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +36 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +64 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +44 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +394 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +479 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +995 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +1962 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +1149 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +68 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +980 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +1031 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +68 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +689 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +32 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +73 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +88 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +98 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +76 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/index.d.ts +290 -0
- package/node_modules/@slack/web-api/dist/response/index.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/index.js +3 -0
- package/node_modules/@slack/web-api/dist/response/index.js.map +1 -0
- 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/package.json +29 -20
- package/node_modules/axios/CHANGELOG.md +746 -718
- package/node_modules/axios/LICENSE +4 -16
- package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
- package/node_modules/axios/README.md +846 -100
- package/node_modules/axios/SECURITY.md +4 -3
- package/node_modules/axios/dist/axios.js +2843 -1975
- package/node_modules/axios/dist/axios.js.map +1 -0
- package/node_modules/axios/dist/axios.min.js +2 -3
- package/node_modules/axios/dist/axios.min.js.map +1 -0
- package/node_modules/axios/dist/browser/axios.cjs +3234 -0
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
- package/node_modules/axios/dist/esm/axios.js +3257 -0
- package/node_modules/axios/dist/esm/axios.js.map +1 -0
- package/node_modules/axios/dist/esm/axios.min.js +2 -0
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
- package/node_modules/axios/dist/node/axios.cjs +4327 -0
- package/node_modules/axios/dist/node/axios.cjs.map +1 -0
- package/node_modules/axios/index.d.cts +542 -0
- package/node_modules/axios/index.d.ts +458 -67
- package/node_modules/axios/index.js +43 -1
- package/node_modules/axios/lib/adapters/adapters.js +77 -0
- package/node_modules/axios/lib/adapters/http.js +539 -189
- package/node_modules/axios/lib/adapters/xhr.js +129 -58
- package/node_modules/axios/lib/axios.js +57 -24
- package/node_modules/axios/lib/cancel/CancelToken.js +104 -40
- package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
- package/node_modules/axios/lib/cancel/isCancel.js +2 -2
- package/node_modules/axios/lib/core/Axios.js +153 -100
- package/node_modules/axios/lib/core/AxiosError.js +100 -0
- package/node_modules/axios/lib/core/AxiosHeaders.js +298 -0
- package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
- package/node_modules/axios/lib/core/buildFullPath.js +5 -4
- package/node_modules/axios/lib/core/dispatchRequest.js +30 -31
- package/node_modules/axios/lib/core/mergeConfig.js +69 -50
- package/node_modules/axios/lib/core/settle.js +8 -6
- package/node_modules/axios/lib/core/transformData.js +15 -9
- package/node_modules/axios/lib/defaults/index.js +159 -0
- package/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/node_modules/axios/lib/env/README.md +3 -0
- package/node_modules/axios/lib/env/classes/FormData.js +2 -0
- package/node_modules/axios/lib/env/data.js +1 -0
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
- package/node_modules/axios/lib/helpers/bind.js +3 -7
- package/node_modules/axios/lib/helpers/buildURL.js +26 -33
- package/node_modules/axios/lib/helpers/callbackify.js +16 -0
- package/node_modules/axios/lib/helpers/combineURLs.js +4 -3
- package/node_modules/axios/lib/helpers/cookies.js +39 -50
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
- package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
- package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
- package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -3
- package/node_modules/axios/lib/helpers/isAxiosError.js +6 -3
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +45 -46
- package/node_modules/axios/lib/helpers/null.js +2 -0
- package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
- package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/node_modules/axios/lib/helpers/readBlob.js +15 -0
- package/node_modules/axios/lib/helpers/speedometer.js +55 -0
- package/node_modules/axios/lib/helpers/spread.js +3 -2
- package/node_modules/axios/lib/helpers/throttle.js +33 -0
- package/node_modules/axios/lib/helpers/toFormData.js +219 -0
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
- package/node_modules/axios/lib/helpers/validator.js +32 -46
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/browser/index.js +13 -0
- package/node_modules/axios/lib/platform/common/utils.js +47 -0
- package/node_modules/axios/lib/platform/index.js +7 -0
- package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/node/index.js +12 -0
- package/node_modules/axios/lib/utils.js +519 -145
- package/node_modules/axios/node_modules/form-data/License +19 -0
- package/node_modules/axios/node_modules/form-data/README.md.bak +358 -0
- package/node_modules/axios/node_modules/form-data/Readme.md +358 -0
- package/node_modules/axios/node_modules/form-data/index.d.ts +62 -0
- package/node_modules/axios/node_modules/form-data/lib/browser.js +2 -0
- package/node_modules/axios/node_modules/form-data/lib/form_data.js +501 -0
- package/node_modules/axios/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/axios/node_modules/form-data/package.json +68 -0
- package/node_modules/axios/package.json +169 -35
- package/node_modules/is-electron/LICENSE +21 -0
- package/node_modules/is-electron/README.md +25 -0
- package/node_modules/is-electron/index.d.ts +2 -0
- package/node_modules/is-electron/index.js +21 -0
- package/node_modules/is-electron/package.json +34 -0
- package/node_modules/proxy-from-env/.eslintrc +29 -0
- package/node_modules/proxy-from-env/.travis.yml +10 -0
- package/node_modules/proxy-from-env/LICENSE +20 -0
- package/node_modules/proxy-from-env/README.md +131 -0
- package/node_modules/proxy-from-env/index.js +108 -0
- package/node_modules/proxy-from-env/package.json +34 -0
- package/node_modules/proxy-from-env/test.js +483 -0
- package/package.json +24 -22
- package/node_modules/@slack/logger/LICENSE +0 -23
- package/node_modules/axios/UPGRADE_GUIDE.md +0 -162
- package/node_modules/axios/dist/axios.map +0 -1
- package/node_modules/axios/dist/axios.min.map +0 -1
- package/node_modules/axios/lib/cancel/Cancel.js +0 -19
- package/node_modules/axios/lib/core/createError.js +0 -18
- package/node_modules/axios/lib/core/enhanceError.js +0 -42
- package/node_modules/axios/lib/defaults.js +0 -134
- package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
|
@@ -0,0 +1,903 @@
|
|
|
1
|
+
import { Actionable, Confirmable, Dispatchable, Focusable, Placeholdable, RichTextStyleable } from './extensions';
|
|
2
|
+
import { Option, PlainTextElement, PlainTextOption } from './composition-objects';
|
|
3
|
+
import { RichTextBlock } from './blocks';
|
|
4
|
+
/**
|
|
5
|
+
* @description Allows users a direct path to performing basic actions.
|
|
6
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#button Button element reference}.
|
|
7
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
8
|
+
*/
|
|
9
|
+
export interface Button extends Actionable, Confirmable {
|
|
10
|
+
/**
|
|
11
|
+
* @description The type of element. In this case `type` is always `button`.
|
|
12
|
+
*/
|
|
13
|
+
type: 'button';
|
|
14
|
+
/**
|
|
15
|
+
* @description A {@link PlainTextElement} that defines the button's text. `text` may truncate with ~30 characters.
|
|
16
|
+
* Maximum length for the text in this field is 75 characters.
|
|
17
|
+
*/
|
|
18
|
+
text: PlainTextElement;
|
|
19
|
+
/**
|
|
20
|
+
* @description The value to send along with the {@link https://api.slack.com/interactivity/handling#payloads interaction payload}.
|
|
21
|
+
* Maximum length for this field is 2000 characters.
|
|
22
|
+
*/
|
|
23
|
+
value?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @description A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000
|
|
26
|
+
* characters. If you're using `url`, you'll still receive an {@link https://api.slack.com/interactivity/handling#payloads interaction payload}
|
|
27
|
+
* and will need to send an {@link https://api.slack.com/interactivity/handling#acknowledgment_response acknowledgement response}.
|
|
28
|
+
*/
|
|
29
|
+
url?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @description Decorates buttons with alternative visual color schemes. Use this option with restraint.
|
|
32
|
+
* `primary` gives buttons a green outline and text, ideal for affirmation or confirmation actions. `primary` should
|
|
33
|
+
* only be used for one button within a set.
|
|
34
|
+
* `danger` gives buttons a red outline and text, and should be used when the action is destructive. Use `danger` even
|
|
35
|
+
* more sparingly than primary.
|
|
36
|
+
* If you don't include this field, the default button style will be used.
|
|
37
|
+
*/
|
|
38
|
+
style?: 'danger' | 'primary';
|
|
39
|
+
/**
|
|
40
|
+
* @description A label for longer descriptive text about a button element. This label will be read out by screen
|
|
41
|
+
* readers instead of the button `text` object. Maximum length for this field is 75 characters.
|
|
42
|
+
*/
|
|
43
|
+
accessibility_label?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @description Allows users to choose multiple items from a list of options.
|
|
47
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#checkboxes Checkboxes element reference}.
|
|
48
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
49
|
+
*/
|
|
50
|
+
export interface Checkboxes extends Actionable, Confirmable, Focusable {
|
|
51
|
+
/**
|
|
52
|
+
* @description The type of element. In this case `type` is always `checkboxes`.
|
|
53
|
+
*/
|
|
54
|
+
type: 'checkboxes';
|
|
55
|
+
/**
|
|
56
|
+
* @description An array of {@link Option} objects that exactly matches one or more of the options within `options`.
|
|
57
|
+
* These options will be selected when the checkbox group initially loads.
|
|
58
|
+
*/
|
|
59
|
+
initial_options?: Option[];
|
|
60
|
+
/**
|
|
61
|
+
* @description An array of {@link Option} objects. A maximum of 10 options are allowed.
|
|
62
|
+
*/
|
|
63
|
+
options: Option[];
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @description Allows users to select a date from a calendar style UI.
|
|
67
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#datepicker Date picker element reference}.
|
|
68
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
69
|
+
*/
|
|
70
|
+
export interface Datepicker extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
71
|
+
/**
|
|
72
|
+
* @description The type of element. In this case `type` is always `datepicker`.
|
|
73
|
+
*/
|
|
74
|
+
type: 'datepicker';
|
|
75
|
+
/**
|
|
76
|
+
* @description The initial date that is selected when the element is loaded.
|
|
77
|
+
* This should be in the format `YYYY-MM-DD`.
|
|
78
|
+
*/
|
|
79
|
+
initial_date?: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @description Allows users to select both a date and a time of day, formatted as a Unix timestamp. On desktop
|
|
83
|
+
* clients, this time picker will take the form of a dropdown list and the date picker will take the form of a dropdown
|
|
84
|
+
* calendar. Both options will have free-text entry for precise choices. On mobile clients, the time picker and date
|
|
85
|
+
* picker will use native UIs.
|
|
86
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#datetimepicker Datetime picker element reference}.
|
|
87
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
88
|
+
*/
|
|
89
|
+
export interface DateTimepicker extends Actionable, Confirmable, Focusable {
|
|
90
|
+
/**
|
|
91
|
+
* @description The type of element. In this case `type` is always `datetimepicker`.
|
|
92
|
+
*/
|
|
93
|
+
type: 'datetimepicker';
|
|
94
|
+
/**
|
|
95
|
+
* @description The initial date and time that is selected when the element is loaded, represented as a UNIX
|
|
96
|
+
* timestamp in seconds. This should be in the format of 10 digits, for example `1628633820` represents the date and
|
|
97
|
+
* time August 10th, 2021 at 03:17pm PST.
|
|
98
|
+
*/
|
|
99
|
+
initial_date_time?: number;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* @description Allows user to enter an email into a single-line field.
|
|
103
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#email Email input element reference}.
|
|
104
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
105
|
+
*/
|
|
106
|
+
export interface EmailInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
107
|
+
/**
|
|
108
|
+
* @description The type of element. In this case `type` is always `email_text_input`.
|
|
109
|
+
*/
|
|
110
|
+
type: 'email_text_input';
|
|
111
|
+
/**
|
|
112
|
+
* @description The initial value in the email input when it is loaded.
|
|
113
|
+
*/
|
|
114
|
+
initial_value?: string;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @description Allows user to upload files. In order to use the `file_input` element within your app,
|
|
118
|
+
* your app must have the `files:read` scope.
|
|
119
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#file_input File input element reference}.
|
|
120
|
+
*/
|
|
121
|
+
export interface FileInput extends Actionable {
|
|
122
|
+
/**
|
|
123
|
+
* @description The type of element. In this case `type` is always `file_input`.
|
|
124
|
+
*/
|
|
125
|
+
type: 'file_input';
|
|
126
|
+
/**
|
|
127
|
+
* @description An array of valid {@link https://api.slack.com/types/file#types file extensions} that will be accepted
|
|
128
|
+
* for this element. All file extensions will be accepted if `filetypes` is not specified. This validation is provided
|
|
129
|
+
* for convenience only, and you should perform your own file type validation based on what you expect to receive.
|
|
130
|
+
*/
|
|
131
|
+
filetypes?: string[];
|
|
132
|
+
/**
|
|
133
|
+
* @description Maximum number of files that can be uploaded for this `file_input` element. Minimum of `1`, maximum of
|
|
134
|
+
* `10`. Defaults to `10` if not specified.
|
|
135
|
+
*/
|
|
136
|
+
max_files?: number;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* @description Displays an image as part of a larger block of content. Use this `image` block if you want a block with
|
|
140
|
+
* only an image in it.
|
|
141
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#image Image element reference}.
|
|
142
|
+
*/
|
|
143
|
+
export interface ImageElement {
|
|
144
|
+
/**
|
|
145
|
+
* @description The type of element. In this case `type` is always `image`.
|
|
146
|
+
*/
|
|
147
|
+
type: 'image';
|
|
148
|
+
/**
|
|
149
|
+
* @description The URL of the image to be displayed.
|
|
150
|
+
*/
|
|
151
|
+
image_url: string;
|
|
152
|
+
/**
|
|
153
|
+
* @description A plain-text summary of the image. This should not contain any markup.
|
|
154
|
+
*/
|
|
155
|
+
alt_text: string;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* @description Allows users to choose an option from a drop down menu.
|
|
159
|
+
* The select menu also includes type-ahead functionality, where a user can type a part or all of an option string to
|
|
160
|
+
* filter the list. There are different types of select menu elements that depend on different data sources for their
|
|
161
|
+
* lists of options: {@link StaticSelect}, {@link ExternalSelect}, {@link UsersSelect}, {@link ConversationsSelect},
|
|
162
|
+
* {@link ChannelsSelect}.
|
|
163
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#select Select menu element reference}.
|
|
164
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
165
|
+
*/
|
|
166
|
+
export type Select = UsersSelect | StaticSelect | ConversationsSelect | ChannelsSelect | ExternalSelect;
|
|
167
|
+
/**
|
|
168
|
+
* @description Allows users to select multiple items from a list of options.
|
|
169
|
+
* Just like regular {@link Select}, multi-select menus also include type-ahead functionality, where a user can type a
|
|
170
|
+
* part or all of an option string to filter the list.
|
|
171
|
+
* There are different types of multi-select menu that depend on different data sources for their lists of options:
|
|
172
|
+
* {@link MultiStaticSelect}, {@link MultiExternalSelect}, {@link MultiUsersSelect}, {@link MultiConversationsSelect},
|
|
173
|
+
* {@link MultiChannelsSelect}.
|
|
174
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#multi_select Multi-select menu element reference}.
|
|
175
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
176
|
+
*/
|
|
177
|
+
export type MultiSelect = MultiUsersSelect | MultiStaticSelect | MultiConversationsSelect | MultiChannelsSelect | MultiExternalSelect;
|
|
178
|
+
/**
|
|
179
|
+
* @description This select menu will populate its options with a list of Slack users visible to the current user in the
|
|
180
|
+
* active workspace.
|
|
181
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#users_select Select menu of users reference}.
|
|
182
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
183
|
+
*/
|
|
184
|
+
export interface UsersSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
185
|
+
/**
|
|
186
|
+
* @description The type of element. In this case `type` is always `users_select`.
|
|
187
|
+
*/
|
|
188
|
+
type: 'users_select';
|
|
189
|
+
/**
|
|
190
|
+
* @description The user ID of any valid user to be pre-selected when the menu loads.
|
|
191
|
+
*/
|
|
192
|
+
initial_user?: string;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* @description This multi-select menu will populate its options with a list of Slack users visible to the current user
|
|
196
|
+
* in the active workspace.
|
|
197
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#users_multi_select Multi-select menu of users reference}.
|
|
198
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
199
|
+
*/
|
|
200
|
+
export interface MultiUsersSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
201
|
+
/**
|
|
202
|
+
* @description The type of element. In this case `type` is always `multi_users_select`.
|
|
203
|
+
*/
|
|
204
|
+
type: 'multi_users_select';
|
|
205
|
+
/**
|
|
206
|
+
* @description An array of user IDs of any valid users to be pre-selected when the menu loads.
|
|
207
|
+
*/
|
|
208
|
+
initial_users?: string[];
|
|
209
|
+
/**
|
|
210
|
+
* @description Specifies the maximum number of items that can be selected in the menu. Minimum number is `1`.
|
|
211
|
+
*/
|
|
212
|
+
max_selected_items?: number;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* @description This is the simplest form of select menu, with a static list of options passed in when defining the
|
|
216
|
+
* element.
|
|
217
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#static_select Select menu of static options reference}.
|
|
218
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
219
|
+
*/
|
|
220
|
+
export interface StaticSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
221
|
+
/**
|
|
222
|
+
* @description The type of element. In this case `type` is always `static_select`.
|
|
223
|
+
*/
|
|
224
|
+
type: 'static_select';
|
|
225
|
+
/**
|
|
226
|
+
* @description A single option that exactly matches one of the options within `options` or `option_groups`.
|
|
227
|
+
* This option will be selected when the menu initially loads.
|
|
228
|
+
*/
|
|
229
|
+
initial_option?: PlainTextOption;
|
|
230
|
+
/**
|
|
231
|
+
* @description An array of {@link PlainTextOption}. Maximum number of options is 100. If `option_groups` is
|
|
232
|
+
* specified, this field should not be.
|
|
233
|
+
*/
|
|
234
|
+
options?: PlainTextOption[];
|
|
235
|
+
/**
|
|
236
|
+
* @description An array of option group objects. Maximum number of option groups is 100. If `options` is specified,
|
|
237
|
+
* this field should not be.
|
|
238
|
+
*/
|
|
239
|
+
option_groups?: {
|
|
240
|
+
label: PlainTextElement;
|
|
241
|
+
options: PlainTextOption[];
|
|
242
|
+
}[];
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @description This is the simplest form of select menu, with a static list of options passed in when defining the
|
|
246
|
+
* element.
|
|
247
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#static_multi_select Multi-select menu of static options reference}.
|
|
248
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
249
|
+
*/
|
|
250
|
+
export interface MultiStaticSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
251
|
+
/**
|
|
252
|
+
* @description The type of element. In this case `type` is always `multi_static_select`.
|
|
253
|
+
*/
|
|
254
|
+
type: 'multi_static_select';
|
|
255
|
+
/**
|
|
256
|
+
* @description An array of option objects that exactly match one or more of the options within `options` or
|
|
257
|
+
* `option_groups`. These options will be selected when the menu initially loads.
|
|
258
|
+
*/
|
|
259
|
+
initial_options?: PlainTextOption[];
|
|
260
|
+
/**
|
|
261
|
+
* @description An array of {@link PlainTextOption}. Maximum number of options is 100. If `option_groups` is
|
|
262
|
+
* specified, this field should not be.
|
|
263
|
+
*/
|
|
264
|
+
options?: PlainTextOption[];
|
|
265
|
+
/**
|
|
266
|
+
* @description An array of option group objects. Maximum number of option groups is 100. If `options` is specified,
|
|
267
|
+
* this field should not be.
|
|
268
|
+
*/
|
|
269
|
+
option_groups?: {
|
|
270
|
+
label: PlainTextElement;
|
|
271
|
+
options: PlainTextOption[];
|
|
272
|
+
}[];
|
|
273
|
+
/**
|
|
274
|
+
* @description Specifies the maximum number of items that can be selected in the menu. Minimum number is 1.
|
|
275
|
+
*/
|
|
276
|
+
max_selected_items?: number;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* @description This select menu will populate its options with a list of public and private channels, DMs, and MPIMs
|
|
280
|
+
* visible to the current user in the active workspace.
|
|
281
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#conversations_select Select menu of conversations reference}.
|
|
282
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
283
|
+
*/
|
|
284
|
+
export interface ConversationsSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
285
|
+
/**
|
|
286
|
+
* @description The type of element. In this case `type` is always `conversations_select`.
|
|
287
|
+
*/
|
|
288
|
+
type: 'conversations_select';
|
|
289
|
+
/**
|
|
290
|
+
* @description The ID of any valid conversation to be pre-selected when the menu loads. If
|
|
291
|
+
* `default_to_current_conversation` is also supplied, `initial_conversation` will take precedence.
|
|
292
|
+
*/
|
|
293
|
+
initial_conversation?: string;
|
|
294
|
+
/**
|
|
295
|
+
* @description When set to `true`, the {@link https://api.slack.com/reference/interaction-payloads/views#view_submission `view_submission` payload}
|
|
296
|
+
* from the menu's parent view will contain a `response_url`. This `response_url` can be used for
|
|
297
|
+
* {@link https://api.slack.com/interactivity/handling#message_responses message responses}. The target conversation
|
|
298
|
+
* for the message will be determined by the value of this select menu.
|
|
299
|
+
*/
|
|
300
|
+
response_url_enabled?: boolean;
|
|
301
|
+
/**
|
|
302
|
+
* @description Pre-populates the select menu with the conversation that the user was viewing when they opened the
|
|
303
|
+
* modal, if available. Default is `false`.
|
|
304
|
+
*/
|
|
305
|
+
default_to_current_conversation?: boolean;
|
|
306
|
+
/**
|
|
307
|
+
* @description A filter object that reduces the list of available conversations using the specified criteria.
|
|
308
|
+
*/
|
|
309
|
+
filter?: {
|
|
310
|
+
include?: ('im' | 'mpim' | 'private' | 'public')[];
|
|
311
|
+
exclude_external_shared_channels?: boolean;
|
|
312
|
+
exclude_bot_users?: boolean;
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* @description This multi-select menu will populate its options with a list of public and private channels, DMs, and
|
|
317
|
+
* MPIMs visible to the current user in the active workspace.
|
|
318
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#conversation_multi_select Multi-select menu of conversations reference}.
|
|
319
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
320
|
+
*/
|
|
321
|
+
export interface MultiConversationsSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
322
|
+
/**
|
|
323
|
+
* @description The type of element. In this case `type` is always `conversations_select`.
|
|
324
|
+
*/
|
|
325
|
+
type: 'multi_conversations_select';
|
|
326
|
+
/**
|
|
327
|
+
* @description An array of one or more IDs of any valid conversations to be pre-selected when the menu loads. If
|
|
328
|
+
* `default_to_current_conversation` is also supplied, `initial_conversation` will be ignored.
|
|
329
|
+
*/
|
|
330
|
+
initial_conversations?: string[];
|
|
331
|
+
/**
|
|
332
|
+
* @description Specifies the maximum number of items that can be selected in the menu. Minimum number is 1.
|
|
333
|
+
*/
|
|
334
|
+
max_selected_items?: number;
|
|
335
|
+
/**
|
|
336
|
+
* @description Pre-populates the select menu with the conversation that the user was viewing when they opened the
|
|
337
|
+
* modal, if available. Default is `false`.
|
|
338
|
+
*/
|
|
339
|
+
default_to_current_conversation?: boolean;
|
|
340
|
+
/**
|
|
341
|
+
* @description A filter object that reduces the list of available conversations using the specified criteria.
|
|
342
|
+
*/
|
|
343
|
+
filter?: {
|
|
344
|
+
include?: ('im' | 'mpim' | 'private' | 'public')[];
|
|
345
|
+
exclude_external_shared_channels?: boolean;
|
|
346
|
+
exclude_bot_users?: boolean;
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* @description This select menu will populate its options with a list of public channels visible to the current user
|
|
351
|
+
* in the active workspace.
|
|
352
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#channels_select Select menu of public channels reference}.
|
|
353
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
354
|
+
*/
|
|
355
|
+
export interface ChannelsSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
356
|
+
/**
|
|
357
|
+
* @description The type of element. In this case `type` is always `channels_select`.
|
|
358
|
+
*/
|
|
359
|
+
type: 'channels_select';
|
|
360
|
+
/**
|
|
361
|
+
* @description The ID of any valid public channel to be pre-selected when the menu loads.
|
|
362
|
+
*/
|
|
363
|
+
initial_channel?: string;
|
|
364
|
+
/**
|
|
365
|
+
* @description When set to `true`, the {@link https://api.slack.com/reference/interaction-payloads/views#view_submission `view_submission` payload}
|
|
366
|
+
* from the menu's parent view will contain a `response_url`. This `response_url` can be used for
|
|
367
|
+
* {@link https://api.slack.com/interactivity/handling#message_responses message responses}. The target channel
|
|
368
|
+
* for the message will be determined by the value of this select menu.
|
|
369
|
+
*/
|
|
370
|
+
response_url_enabled?: boolean;
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* @description This multi-select menu will populate its options with a list of public channels visible to the current
|
|
374
|
+
* user in the active workspace.
|
|
375
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#channel_multi_select Multi-select menu of public channels reference}.
|
|
376
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
377
|
+
*/
|
|
378
|
+
export interface MultiChannelsSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
379
|
+
/**
|
|
380
|
+
* @description The type of element. In this case `type` is always `multi_channels_select`.
|
|
381
|
+
*/
|
|
382
|
+
type: 'multi_channels_select';
|
|
383
|
+
/**
|
|
384
|
+
* @description An array of one or more IDs of any valid public channel to be pre-selected when the menu loads.
|
|
385
|
+
*/
|
|
386
|
+
initial_channels?: string[];
|
|
387
|
+
/**
|
|
388
|
+
* @description Specifies the maximum number of items that can be selected in the menu. Minimum number is 1.
|
|
389
|
+
*/
|
|
390
|
+
max_selected_items?: number;
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* @description This select menu will load its options from an external data source, allowing for a dynamic list of
|
|
394
|
+
* options.
|
|
395
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#external_select Select menu of external data source reference}.
|
|
396
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
397
|
+
*/
|
|
398
|
+
export interface ExternalSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
399
|
+
/**
|
|
400
|
+
* @description The type of element. In this case `type` is always `external_select`.
|
|
401
|
+
*/
|
|
402
|
+
type: 'external_select';
|
|
403
|
+
/**
|
|
404
|
+
* @description A single option to be selected when the menu initially loads.
|
|
405
|
+
*/
|
|
406
|
+
initial_option?: PlainTextOption;
|
|
407
|
+
/**
|
|
408
|
+
* @description When the typeahead field is used, a request will be sent on every character change. If you prefer
|
|
409
|
+
* fewer requests or more fully ideated queries, use the `min_query_length` attribute to tell Slack the fewest number
|
|
410
|
+
* of typed characters required before dispatch. The default value is `3`.
|
|
411
|
+
*/
|
|
412
|
+
min_query_length?: number;
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* @description This menu will load its options from an external data source, allowing for a dynamic list of options.
|
|
416
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#external_multi_select Multi-select menu of external data source reference}.
|
|
417
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
418
|
+
*/
|
|
419
|
+
export interface MultiExternalSelect extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
420
|
+
/**
|
|
421
|
+
* @description The type of element. In this case `type` is always `multi_external_select`.
|
|
422
|
+
*/
|
|
423
|
+
type: 'multi_external_select';
|
|
424
|
+
/**
|
|
425
|
+
* @description An array of options to be selected when the menu initially loads.
|
|
426
|
+
*/
|
|
427
|
+
initial_options?: PlainTextOption[];
|
|
428
|
+
/**
|
|
429
|
+
* @description When the typeahead field is used, a request will be sent on every character change. If you prefer
|
|
430
|
+
* fewer requests or more fully ideated queries, use the `min_query_length` attribute to tell Slack the fewest number
|
|
431
|
+
* of typed characters required before dispatch. The default value is `3`.
|
|
432
|
+
*/
|
|
433
|
+
min_query_length?: number;
|
|
434
|
+
/**
|
|
435
|
+
* @description Specifies the maximum number of items that can be selected in the menu. Minimum number is 1.
|
|
436
|
+
*/
|
|
437
|
+
max_selected_items?: number;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* @description Allows user to enter a number into a single-line field. The number input element accepts both whole and
|
|
441
|
+
* decimal numbers. For example, 0.25, 5.5, and -10 are all valid input values. Decimal numbers are only allowed when
|
|
442
|
+
* `is_decimal_allowed` is equal to `true`.
|
|
443
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#number Number input element reference}.
|
|
444
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
445
|
+
*/
|
|
446
|
+
export interface NumberInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
447
|
+
/**
|
|
448
|
+
* @description The type of element. In this case `type` is always `number_input`.
|
|
449
|
+
*/
|
|
450
|
+
type: 'number_input';
|
|
451
|
+
/**
|
|
452
|
+
* @description Decimal numbers are allowed if this property is `true`, set the value to `false` otherwise.
|
|
453
|
+
*/
|
|
454
|
+
is_decimal_allowed: boolean;
|
|
455
|
+
/**
|
|
456
|
+
* @description The initial value in the input when it is loaded.
|
|
457
|
+
*/
|
|
458
|
+
initial_value?: string;
|
|
459
|
+
/**
|
|
460
|
+
* @description The minimum value, cannot be greater than `max_value`.
|
|
461
|
+
*/
|
|
462
|
+
min_value?: string;
|
|
463
|
+
/**
|
|
464
|
+
* @description The maximum value, cannot be less than `min_value`.
|
|
465
|
+
*/
|
|
466
|
+
max_value?: string;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* @description Allows users to press a button to view a list of options.
|
|
470
|
+
* Unlike the select menu, there is no typeahead field, and the button always appears with an ellipsis ("…") rather
|
|
471
|
+
* than customizable text. As such, it is usually used if you want a more compact layout than a select menu, or to
|
|
472
|
+
* supply a list of less visually important actions after a row of buttons. You can also specify simple URL links as
|
|
473
|
+
* overflow menu options, instead of actions.
|
|
474
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#overflow Overflow menu element reference}.
|
|
475
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
476
|
+
*/
|
|
477
|
+
export interface Overflow extends Actionable, Confirmable {
|
|
478
|
+
/**
|
|
479
|
+
* @description The type of element. In this case `type` is always `number_input`.
|
|
480
|
+
*/
|
|
481
|
+
type: 'overflow';
|
|
482
|
+
/**
|
|
483
|
+
* @description An array of up to 5 {@link PlainTextOption} to display in the menu.
|
|
484
|
+
*/
|
|
485
|
+
options: PlainTextOption[];
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* @description Allows users to enter freeform text data into a single-line or multi-line field.
|
|
489
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#input Plain-text input element reference}.
|
|
490
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
491
|
+
*/
|
|
492
|
+
export interface PlainTextInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
493
|
+
/**
|
|
494
|
+
* @description The type of element. In this case `type` is always `plain_text_input`.
|
|
495
|
+
*/
|
|
496
|
+
type: 'plain_text_input';
|
|
497
|
+
/**
|
|
498
|
+
* @description The initial value in the plain-text input when it is loaded.
|
|
499
|
+
*/
|
|
500
|
+
initial_value?: string;
|
|
501
|
+
/**
|
|
502
|
+
* @description Indicates whether the input will be a single line (`false`) or a larger textarea (`true`).
|
|
503
|
+
* Defaults to `false`.
|
|
504
|
+
*/
|
|
505
|
+
multiline?: boolean;
|
|
506
|
+
/**
|
|
507
|
+
* @description The minimum length of input that the user must provide. If the user provides less, they will receive
|
|
508
|
+
* an error. Maximum value is 3000.
|
|
509
|
+
*/
|
|
510
|
+
min_length?: number;
|
|
511
|
+
/**
|
|
512
|
+
* @description The maximum length of input that the user can provide. If the user provides more,
|
|
513
|
+
* they will receive an error.
|
|
514
|
+
*/
|
|
515
|
+
max_length?: number;
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* @description Allows users to choose one item from a list of possible options.
|
|
519
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#radio Radio button group element reference}.
|
|
520
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
521
|
+
*/
|
|
522
|
+
export interface RadioButtons extends Actionable, Confirmable, Focusable {
|
|
523
|
+
/**
|
|
524
|
+
* @description The type of element. In this case `type` is always `radio_buttons`.
|
|
525
|
+
*/
|
|
526
|
+
type: 'radio_buttons';
|
|
527
|
+
/**
|
|
528
|
+
* @description An {@link Option} object that exactly matches one of the options within `options`. This option will
|
|
529
|
+
* be selected when the radio button group initially loads.
|
|
530
|
+
*/
|
|
531
|
+
initial_option?: Option;
|
|
532
|
+
/**
|
|
533
|
+
* @description An array of {@link Option} objects. A maximum of 10 options are allowed.
|
|
534
|
+
*/
|
|
535
|
+
options: Option[];
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* @description Allows users to choose a time from a rich dropdown UI. On desktop clients, this time picker will take
|
|
539
|
+
* the form of a dropdown list with free-text entry for precise choices. On mobile clients, the time picker will use
|
|
540
|
+
* native time picker UIs.
|
|
541
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#timepicker Time picker element reference}.
|
|
542
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
543
|
+
*/
|
|
544
|
+
export interface Timepicker extends Actionable, Confirmable, Focusable, Placeholdable {
|
|
545
|
+
/**
|
|
546
|
+
* @description The type of element. In this case `type` is always `timepicker`.
|
|
547
|
+
*/
|
|
548
|
+
type: 'timepicker';
|
|
549
|
+
/**
|
|
550
|
+
* @description The initial time that is selected when the element is loaded. This should be in the format `HH:mm`,
|
|
551
|
+
* where `HH` is the 24-hour format of an hour (00 to 23) and `mm` is minutes with leading zeros (00 to 59),
|
|
552
|
+
* for example 22:25 for 10:25pm.
|
|
553
|
+
*/
|
|
554
|
+
initial_time?: string;
|
|
555
|
+
/**
|
|
556
|
+
* @description A string in the IANA format, e.g. "America/Chicago". The timezone is displayed to end users as hint
|
|
557
|
+
* text underneath the time picker. It is also passed to the app upon certain interactions, such as view_submission.
|
|
558
|
+
*/
|
|
559
|
+
timezone?: string;
|
|
560
|
+
}
|
|
561
|
+
/**
|
|
562
|
+
* @description Allows user to enter a URL into a single-line field.
|
|
563
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#url URL input element reference}.
|
|
564
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
565
|
+
*/
|
|
566
|
+
export interface URLInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
567
|
+
/**
|
|
568
|
+
* @description The type of element. In this case `type` is always `url_text_input`.
|
|
569
|
+
*/
|
|
570
|
+
type: 'url_text_input';
|
|
571
|
+
/**
|
|
572
|
+
* @description The initial value in the URL input when it is loaded.
|
|
573
|
+
*/
|
|
574
|
+
initial_value?: string;
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* @description Allows users to run a {@link https://api.slack.com/automation/triggers/link#workflow_buttons link trigger} with customizable inputs.
|
|
578
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#workflow_button Workflow button element reference}.
|
|
579
|
+
*/
|
|
580
|
+
export interface WorkflowButton extends Confirmable {
|
|
581
|
+
/**
|
|
582
|
+
* @description The type of element. In this case `type` is always `workflow_button`.
|
|
583
|
+
*/
|
|
584
|
+
type: 'workflow_button';
|
|
585
|
+
/**
|
|
586
|
+
* @description A {@link PlainTextElement} that defines the button's text. `text` may truncate with ~30 characters.
|
|
587
|
+
* Maximum length for the `text` in this field is 75 characters.
|
|
588
|
+
*/
|
|
589
|
+
text: PlainTextElement;
|
|
590
|
+
/**
|
|
591
|
+
* @description A workflow object that contains details about the workflow that will run when the button is clicked.
|
|
592
|
+
*/
|
|
593
|
+
workflow: {
|
|
594
|
+
/**
|
|
595
|
+
* @description Properties of the {@link https://api.slack.com/automation/triggers/link#workflow_buttons link trigger}
|
|
596
|
+
* that will be invoked via this button.
|
|
597
|
+
*/
|
|
598
|
+
trigger: {
|
|
599
|
+
/**
|
|
600
|
+
* @description The trigger URL of the {@link https://api.slack.com/automation/triggers/link#workflow_buttons link trigger}
|
|
601
|
+
*/
|
|
602
|
+
url: string;
|
|
603
|
+
/**
|
|
604
|
+
* @description List of customizable input parameters and their values. Should match input parameters specified on
|
|
605
|
+
* the provided trigger.
|
|
606
|
+
*/
|
|
607
|
+
customizable_input_parameters?: {
|
|
608
|
+
/**
|
|
609
|
+
* @description Name of the customizable input, which should be the name of a workflow input parameter for the
|
|
610
|
+
* matching workflow of the link trigger.
|
|
611
|
+
*/
|
|
612
|
+
name: string;
|
|
613
|
+
/**
|
|
614
|
+
* @description The value of the customizable input parameter. The type of the value is expected to match the
|
|
615
|
+
* specified type for the matching workflow input parameter.
|
|
616
|
+
*/
|
|
617
|
+
value: string;
|
|
618
|
+
}[];
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
/**
|
|
622
|
+
* @description Decorates buttons with alternative visual color schemes. Use this option with restraint.
|
|
623
|
+
* `primary` gives buttons a green outline and text, ideal for affirmation or confirmation actions. `primary` should
|
|
624
|
+
* only be used for one button within a set.
|
|
625
|
+
* `danger` gives buttons a red outline and text, and should be used when the action is destructive. Use `danger` even
|
|
626
|
+
* more sparingly than primary.
|
|
627
|
+
* If you don't include this field, the default button style will be used.
|
|
628
|
+
*/
|
|
629
|
+
style?: 'danger' | 'primary';
|
|
630
|
+
/**
|
|
631
|
+
* @description A label for longer descriptive text about a button element. This label will be read out by screen
|
|
632
|
+
* readers instead of the button `text` object. Maximum length for this field is 75 characters.
|
|
633
|
+
*/
|
|
634
|
+
accessibility_label?: string;
|
|
635
|
+
}
|
|
636
|
+
/**
|
|
637
|
+
* @description A broadcast mention element for use in a rich text message.
|
|
638
|
+
*/
|
|
639
|
+
export interface RichTextBroadcastMention extends RichTextStyleable {
|
|
640
|
+
/**
|
|
641
|
+
* @description The type of element. In this case `type` is always `broadcast`.
|
|
642
|
+
*/
|
|
643
|
+
type: 'broadcast';
|
|
644
|
+
/**
|
|
645
|
+
* @description The range of the broadcast; can be one of `here`, `channel` and `everyone`.
|
|
646
|
+
*/
|
|
647
|
+
range: 'here' | 'channel' | 'everyone';
|
|
648
|
+
}
|
|
649
|
+
/**
|
|
650
|
+
* @description A hex color element for use in a rich text message.
|
|
651
|
+
*/
|
|
652
|
+
export interface RichTextColor extends RichTextStyleable {
|
|
653
|
+
/**
|
|
654
|
+
* @description The type of element. In this case `type` is always `color`.
|
|
655
|
+
*/
|
|
656
|
+
type: 'color';
|
|
657
|
+
/**
|
|
658
|
+
* @description The hex value for the color.
|
|
659
|
+
*/
|
|
660
|
+
value: string;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* @description A channel mention element for use in a rich text message.
|
|
664
|
+
*/
|
|
665
|
+
export interface RichTextChannelMention extends RichTextStyleable {
|
|
666
|
+
/**
|
|
667
|
+
* @description The type of element. In this case `type` is always `channel`.
|
|
668
|
+
*/
|
|
669
|
+
type: 'channel';
|
|
670
|
+
/**
|
|
671
|
+
* @description The encoded channel ID, e.g. C1234ABCD.
|
|
672
|
+
*/
|
|
673
|
+
channel_id: string;
|
|
674
|
+
}
|
|
675
|
+
/**
|
|
676
|
+
* @description A date element for use in a rich text message.
|
|
677
|
+
*/
|
|
678
|
+
export interface RichTextDate extends RichTextStyleable {
|
|
679
|
+
/**
|
|
680
|
+
* @description The type of element. In this case `type` is always `date`.
|
|
681
|
+
*/
|
|
682
|
+
type: 'date';
|
|
683
|
+
/**
|
|
684
|
+
* @description A UNIX timestamp for the date to be displayed in seconds.
|
|
685
|
+
*/
|
|
686
|
+
timestamp: number;
|
|
687
|
+
/**
|
|
688
|
+
* @description A template string containing curly-brace-enclosed tokens to substitute your provided `timestamp`
|
|
689
|
+
* in a particularly-formatted way. For example: `Posted at {date_long}`. The available date formatting tokens are:
|
|
690
|
+
* - `{day_divider_pretty}`: Shows `today`, `yesterday` or `tomorrow` if applicable. Otherwise, if the date is in
|
|
691
|
+
* current year, uses the `{date_long}` format without the year. Otherwise, falls back to using the `{date_long}`
|
|
692
|
+
* format.
|
|
693
|
+
* - `{date_num}`: Shows date as YYYY-MM-DD.
|
|
694
|
+
* - `{date_slash}`: Shows date as DD/MM/YYYY (subject to locale preferences).
|
|
695
|
+
* - `{date_long}`: Shows date as a long-form sentence including day-of-week, e.g. `Monday, December 23rd, 2013`.
|
|
696
|
+
* - `{date_long_full}`: Shows date as a long-form sentence without day-of-week, e.g. `August 9, 2020`.
|
|
697
|
+
* - `{date_long_pretty}`: Shows `yesterday`, `today` or `tomorrow`, otherwise uses the `{date_long}` format.
|
|
698
|
+
* - `{date}`: Same as `{date_long_full}` but without the year.
|
|
699
|
+
* - `{date_pretty}`: Shows `today`, `yesterday` or `tomorrow` if applicable, otherwise uses the `{date}` format.
|
|
700
|
+
* - `{date_short}`: Shows date using short month names without day-of-week, e.g. `Aug 9, 2020`.
|
|
701
|
+
* - `{date_short_pretty}`: Shows `today`, `yesterday` or `tomorrow` if applicable, otherwise uses the `{date_short}`
|
|
702
|
+
* format.
|
|
703
|
+
* - `{time}`: Depending on user preferences, shows just the time-of-day portion of the timestamp using either 12 or
|
|
704
|
+
* 24 hour clock formats, e.g. `2:34 PM` or `14:34`.
|
|
705
|
+
* - `{time_secs}`: Depending on user preferences, shows just the time-of-day portion of the timestamp using either 12
|
|
706
|
+
* or 24 hour clock formats, including seconds, e.g. `2:34:56 PM` or `14:34:56`.
|
|
707
|
+
* - `{ago}`: A human-readable period of time, e.g. `3 minutes ago`, `4 hours ago`, `2 days ago`.
|
|
708
|
+
* TODO: test/document `{member_local_time}`, `{status_expiration}` and `{calendar_header}`
|
|
709
|
+
*/
|
|
710
|
+
format: string;
|
|
711
|
+
/**
|
|
712
|
+
* @description URL to link the entire `format` string to.
|
|
713
|
+
*/
|
|
714
|
+
url?: string;
|
|
715
|
+
/**
|
|
716
|
+
* @description Text to display in place of the date should parsing, formatting or displaying fails.
|
|
717
|
+
*/
|
|
718
|
+
fallback?: string;
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
* @description An emoji element for use in a rich text message.
|
|
722
|
+
*/
|
|
723
|
+
export interface RichTextEmoji extends RichTextStyleable {
|
|
724
|
+
/**
|
|
725
|
+
* @description The type of element. In this case `type` is always `emoji`.
|
|
726
|
+
*/
|
|
727
|
+
type: 'emoji';
|
|
728
|
+
/**
|
|
729
|
+
* @description Name of emoji, without colons or skin tones, e.g. `wave`
|
|
730
|
+
*/
|
|
731
|
+
name: string;
|
|
732
|
+
/**
|
|
733
|
+
* @description Lowercase hexadecimal Unicode representation of a standard emoji (not for use with custom emoji).
|
|
734
|
+
*/
|
|
735
|
+
unicode?: string;
|
|
736
|
+
/**
|
|
737
|
+
* @description URL of emoji asset. Only used when sharing custom emoji across workspaces.
|
|
738
|
+
*/
|
|
739
|
+
url?: string;
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* @description A link element for use in a rich text message.
|
|
743
|
+
*/
|
|
744
|
+
export interface RichTextLink extends RichTextStyleable {
|
|
745
|
+
/**
|
|
746
|
+
* @description The type of element. In this case `type` is always `link`.
|
|
747
|
+
*/
|
|
748
|
+
type: 'link';
|
|
749
|
+
/**
|
|
750
|
+
* @description The text to link.
|
|
751
|
+
*/
|
|
752
|
+
text?: string;
|
|
753
|
+
/**
|
|
754
|
+
* @description TODO: ?
|
|
755
|
+
*/
|
|
756
|
+
unsafe?: boolean;
|
|
757
|
+
/**
|
|
758
|
+
* @description URL to link to.
|
|
759
|
+
*/
|
|
760
|
+
url: string;
|
|
761
|
+
}
|
|
762
|
+
/**
|
|
763
|
+
* @description A workspace or team mention element for use in a rich text message.
|
|
764
|
+
*/
|
|
765
|
+
export interface RichTextTeamMention extends RichTextStyleable {
|
|
766
|
+
/**
|
|
767
|
+
* @description The type of element. In this case `type` is always `team`.
|
|
768
|
+
*/
|
|
769
|
+
type: 'team';
|
|
770
|
+
/**
|
|
771
|
+
* @description The encoded team ID, e.g. T1234ABCD.
|
|
772
|
+
*/
|
|
773
|
+
team_id: string;
|
|
774
|
+
}
|
|
775
|
+
/**
|
|
776
|
+
* @description A generic text element for use in a rich text message.
|
|
777
|
+
*/
|
|
778
|
+
export interface RichTextText extends RichTextStyleable {
|
|
779
|
+
/**
|
|
780
|
+
* @description The type of element. In this case `type` is always `text`.
|
|
781
|
+
*/
|
|
782
|
+
type: 'text';
|
|
783
|
+
/**
|
|
784
|
+
* @description The text to render.
|
|
785
|
+
*/
|
|
786
|
+
text: string;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* @description A user mention element for use in a rich text message.
|
|
790
|
+
*/
|
|
791
|
+
export interface RichTextUserMention extends RichTextStyleable {
|
|
792
|
+
/**
|
|
793
|
+
* @description The type of element. In this case `type` is always `user`.
|
|
794
|
+
*/
|
|
795
|
+
type: 'user';
|
|
796
|
+
/**
|
|
797
|
+
* @description The encoded user ID, e.g. U1234ABCD.
|
|
798
|
+
*/
|
|
799
|
+
user_id: string;
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* @description A usergroup mention element for use in a rich text message.
|
|
803
|
+
*/
|
|
804
|
+
export interface RichTextUsergroupMention extends RichTextStyleable {
|
|
805
|
+
/**
|
|
806
|
+
* @description The type of element. In this case `type` is always `usergroup`.
|
|
807
|
+
*/
|
|
808
|
+
type: 'usergroup';
|
|
809
|
+
/**
|
|
810
|
+
* @description The encoded usergroup ID, e.g. S1234ABCD.
|
|
811
|
+
*/
|
|
812
|
+
usergroup_id: string;
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* @description Union of rich text sub-elements for use within rich text blocks.
|
|
816
|
+
*/
|
|
817
|
+
export type RichTextElement = RichTextBroadcastMention | RichTextColor | RichTextChannelMention | RichTextDate | RichTextEmoji | RichTextLink | RichTextTeamMention | RichTextText | RichTextUserMention | RichTextUsergroupMention;
|
|
818
|
+
/**
|
|
819
|
+
* @description A section block within a rich text field.
|
|
820
|
+
*/
|
|
821
|
+
export interface RichTextSection {
|
|
822
|
+
/**
|
|
823
|
+
* @description The type of element. In this case `type` is always `rich_text_section`.
|
|
824
|
+
*/
|
|
825
|
+
type: 'rich_text_section';
|
|
826
|
+
elements: RichTextElement[];
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* @description A list block within a rich text field.
|
|
830
|
+
*/
|
|
831
|
+
export interface RichTextList {
|
|
832
|
+
/**
|
|
833
|
+
* @description The type of element. In this case `type` is always `rich_text_list`.
|
|
834
|
+
*/
|
|
835
|
+
type: 'rich_text_list';
|
|
836
|
+
/**
|
|
837
|
+
* @description An array of {@link RichTextSection} elements comprising each list item.
|
|
838
|
+
*/
|
|
839
|
+
elements: RichTextSection[];
|
|
840
|
+
/**
|
|
841
|
+
* @description The type of list. Can be either `bullet` (the list points are all rendered the same way) or `ordered`
|
|
842
|
+
* (the list points increase numerically from 1).
|
|
843
|
+
*/
|
|
844
|
+
style: 'bullet' | 'ordered';
|
|
845
|
+
/**
|
|
846
|
+
* @description The style of the list points. Can be a number from `0` (default) to `8`. Yields a different character
|
|
847
|
+
* or characters rendered as the list points. Also affected by the `style` property.
|
|
848
|
+
*/
|
|
849
|
+
indent?: number;
|
|
850
|
+
/**
|
|
851
|
+
* @description Whether to render a quote-block-like border on the inline side of the list. `0` renders no border
|
|
852
|
+
* while `1` renders a border.
|
|
853
|
+
*/
|
|
854
|
+
border?: 0 | 1;
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* @description A quote block within a rich text field.
|
|
858
|
+
*/
|
|
859
|
+
export interface RichTextQuote {
|
|
860
|
+
/**
|
|
861
|
+
* @description The type of element. In this case `type` is always `rich_text_quote`.
|
|
862
|
+
*/
|
|
863
|
+
type: 'rich_text_quote';
|
|
864
|
+
/**
|
|
865
|
+
* @description An array of {@link RichTextElement} comprising the quote block.
|
|
866
|
+
*/
|
|
867
|
+
elements: RichTextElement[];
|
|
868
|
+
}
|
|
869
|
+
/**
|
|
870
|
+
* @description A block of preformatted text within a rich text field.
|
|
871
|
+
*/
|
|
872
|
+
export interface RichTextPreformatted {
|
|
873
|
+
/**
|
|
874
|
+
* @description The type of element. In this case `type` is always `rich_text_preformatted`.
|
|
875
|
+
*/
|
|
876
|
+
type: 'rich_text_preformatted';
|
|
877
|
+
/**
|
|
878
|
+
* @description An array of either {@link RichTextLink} or {@link RichTextText} comprising the preformatted text.
|
|
879
|
+
*/
|
|
880
|
+
elements: (RichTextText | RichTextLink)[];
|
|
881
|
+
/**
|
|
882
|
+
* @description Whether to render a quote-block-like border on the inline side of the preformatted text.
|
|
883
|
+
* `0` renders no border, while `1` renders a border. Defaults to `0`.
|
|
884
|
+
*/
|
|
885
|
+
border?: 0 | 1;
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @description A rich text input creates a composer/WYSIWYG editor for entering formatted text, offering nearly the
|
|
889
|
+
* same experience you have writing messages in Slack.
|
|
890
|
+
* @see {@link https://api.slack.com/reference/block-kit/block-elements#rich_text_input Rich-text input element reference}.
|
|
891
|
+
* @see {@link https://api.slack.com/interactivity/handling This is an interactive component - see our guide to enabling interactivity}.
|
|
892
|
+
*/
|
|
893
|
+
export interface RichTextInput extends Actionable, Dispatchable, Focusable, Placeholdable {
|
|
894
|
+
/**
|
|
895
|
+
* @description The type of element. In this case `type` is always `rich_text_input`.
|
|
896
|
+
*/
|
|
897
|
+
type: 'rich_text_input';
|
|
898
|
+
/**
|
|
899
|
+
* @description Initial contents of the input when it is loaded.
|
|
900
|
+
*/
|
|
901
|
+
initial_value?: RichTextBlock;
|
|
902
|
+
}
|
|
903
|
+
//# sourceMappingURL=block-elements.d.ts.map
|