cloudstructs 0.9.14 → 0.9.15

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.
Files changed (1147) hide show
  1. package/.jsii +4 -4
  2. package/API.md +0 -45
  3. package/assets/slack-textract/detect.lambda/index.js +454 -148
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
  20. package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
  21. package/node_modules/@babel/runtime/package.json +1 -1
  22. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +17 -10
  24. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +93 -8
  25. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1060 -110
  26. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  27. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2 -3
  28. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +262 -23
  29. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +21 -12
  30. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +14 -63
  31. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  32. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +64 -19
  33. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  34. package/node_modules/@slack/types/dist/block-kit/blocks.js +0 -1
  35. package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -1
  36. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +15 -3
  37. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  38. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +28 -5
  39. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  40. package/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
  41. package/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
  42. package/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
  43. package/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
  44. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
  45. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
  46. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
  47. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
  48. package/node_modules/@slack/types/dist/events/app.d.ts +150 -0
  49. package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
  50. package/node_modules/@slack/types/dist/events/app.js +3 -0
  51. package/node_modules/@slack/types/dist/events/app.js.map +1 -0
  52. package/node_modules/@slack/types/dist/events/call.d.ts +8 -0
  53. package/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
  54. package/node_modules/@slack/types/dist/events/call.js +3 -0
  55. package/node_modules/@slack/types/dist/events/call.js.map +1 -0
  56. package/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
  57. package/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
  58. package/node_modules/@slack/types/dist/events/channel.js +3 -0
  59. package/node_modules/@slack/types/dist/events/channel.js.map +1 -0
  60. package/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
  61. package/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
  62. package/node_modules/@slack/types/dist/events/dnd.js +3 -0
  63. package/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
  64. package/node_modules/@slack/types/dist/events/email.d.ts +6 -0
  65. package/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
  66. package/node_modules/@slack/types/dist/events/email.js +3 -0
  67. package/node_modules/@slack/types/dist/events/email.js.map +1 -0
  68. package/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
  69. package/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
  70. package/node_modules/@slack/types/dist/events/emoji.js +3 -0
  71. package/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
  72. package/node_modules/@slack/types/dist/events/file.d.ts +60 -0
  73. package/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
  74. package/node_modules/@slack/types/dist/events/file.js +4 -0
  75. package/node_modules/@slack/types/dist/events/file.js.map +1 -0
  76. package/node_modules/@slack/types/dist/events/function.d.ts +33 -0
  77. package/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
  78. package/node_modules/@slack/types/dist/events/function.js +3 -0
  79. package/node_modules/@slack/types/dist/events/function.js.map +1 -0
  80. package/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
  81. package/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
  82. package/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
  83. package/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
  84. package/node_modules/@slack/types/dist/events/group.d.ts +55 -0
  85. package/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
  86. package/node_modules/@slack/types/dist/events/group.js +3 -0
  87. package/node_modules/@slack/types/dist/events/group.js.map +1 -0
  88. package/node_modules/@slack/types/dist/events/im.d.ts +26 -0
  89. package/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
  90. package/node_modules/@slack/types/dist/events/im.js +3 -0
  91. package/node_modules/@slack/types/dist/events/im.js.map +1 -0
  92. package/node_modules/@slack/types/dist/events/index.d.ts +58 -0
  93. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
  94. package/node_modules/@slack/types/dist/events/index.js +42 -0
  95. package/node_modules/@slack/types/dist/events/index.js.map +1 -0
  96. package/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
  97. package/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
  98. package/node_modules/@slack/types/dist/events/invite.js +3 -0
  99. package/node_modules/@slack/types/dist/events/invite.js.map +1 -0
  100. package/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
  101. package/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
  102. package/node_modules/@slack/types/dist/events/link-shared.js +3 -0
  103. package/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
  104. package/node_modules/@slack/types/dist/events/member.d.ts +18 -0
  105. package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
  106. package/node_modules/@slack/types/dist/events/member.js +3 -0
  107. package/node_modules/@slack/types/dist/events/member.js.map +1 -0
  108. package/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
  109. package/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
  110. package/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
  111. package/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
  112. package/node_modules/@slack/types/dist/events/message.d.ts +303 -0
  113. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
  114. package/node_modules/@slack/types/dist/events/message.js +3 -0
  115. package/node_modules/@slack/types/dist/events/message.js.map +1 -0
  116. package/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
  117. package/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
  118. package/node_modules/@slack/types/dist/events/pin.js +3 -0
  119. package/node_modules/@slack/types/dist/events/pin.js.map +1 -0
  120. package/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
  121. package/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
  122. package/node_modules/@slack/types/dist/events/reaction.js +3 -0
  123. package/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
  124. package/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
  125. package/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
  126. package/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
  127. package/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
  128. package/node_modules/@slack/types/dist/events/star.d.ts +13 -0
  129. package/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
  130. package/node_modules/@slack/types/dist/events/star.js +3 -0
  131. package/node_modules/@slack/types/dist/events/star.js.map +1 -0
  132. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
  133. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
  134. package/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
  135. package/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
  136. package/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
  137. package/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
  138. package/node_modules/@slack/types/dist/events/subteam.js +3 -0
  139. package/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
  140. package/node_modules/@slack/types/dist/events/team.d.ts +99 -0
  141. package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
  142. package/node_modules/@slack/types/dist/events/team.js +3 -0
  143. package/node_modules/@slack/types/dist/events/team.js.map +1 -0
  144. package/node_modules/@slack/types/dist/events/token.d.ts +8 -0
  145. package/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
  146. package/node_modules/@slack/types/dist/events/token.js +3 -0
  147. package/node_modules/@slack/types/dist/events/token.js.map +1 -0
  148. package/node_modules/@slack/types/dist/events/user.d.ts +312 -0
  149. package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
  150. package/node_modules/@slack/types/dist/events/user.js +3 -0
  151. package/node_modules/@slack/types/dist/events/user.js.map +1 -0
  152. package/node_modules/@slack/types/dist/index.d.ts +1 -0
  153. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  154. package/node_modules/@slack/types/dist/index.js +1 -0
  155. package/node_modules/@slack/types/dist/index.js.map +1 -1
  156. package/node_modules/@slack/types/dist/message-attachments.d.ts +6 -5
  157. package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -1
  158. package/node_modules/@slack/types/dist/views.d.ts +50 -14
  159. package/node_modules/@slack/types/dist/views.d.ts.map +1 -1
  160. package/node_modules/@slack/types/package.json +8 -3
  161. package/node_modules/@slack/web-api/dist/WebClient.d.ts +12 -16
  162. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  163. package/node_modules/@slack/web-api/dist/WebClient.js +54 -60
  164. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  165. package/node_modules/@slack/web-api/dist/errors.d.ts +3 -3
  166. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  167. package/node_modules/@slack/web-api/dist/errors.js +2 -2
  168. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  169. package/node_modules/@slack/web-api/dist/file-upload.d.ts +5 -5
  170. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  171. package/node_modules/@slack/web-api/dist/file-upload.js +20 -21
  172. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  173. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  174. package/node_modules/@slack/web-api/dist/instrument.js +7 -6
  175. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  176. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  177. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  178. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  179. package/node_modules/@slack/web-api/dist/methods.d.ts +265 -253
  180. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  181. package/node_modules/@slack/web-api/dist/methods.js +59 -41
  182. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  183. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +1 -1
  184. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  185. package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
  186. package/node_modules/@slack/web-api/dist/types/helpers.d.ts +1 -1
  187. package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -1
  188. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +3 -3
  189. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -1
  190. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +5 -9
  191. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -1
  192. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -1
  193. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +1 -1
  194. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -1
  195. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +5 -16
  196. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -1
  197. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +1 -1
  198. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -1
  199. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +2 -4
  200. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -1
  201. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -1
  202. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  203. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -1
  204. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +1 -1
  205. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -1
  206. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -1
  207. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +7 -11
  208. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
  209. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +2 -2
  210. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -1
  211. package/node_modules/@slack/web-api/dist/types/request/api.d.ts +1 -1
  212. package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -1
  213. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +1 -1
  214. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -1
  215. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +1 -1
  216. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -1
  217. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +5 -9
  218. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -1
  219. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +1 -1
  220. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -1
  221. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  222. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -1
  223. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +3 -5
  224. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  225. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +19 -19
  226. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  227. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +12 -0
  228. package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -1
  229. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +34 -15
  230. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -1
  231. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +1 -1
  232. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -1
  233. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +2 -2
  234. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -1
  235. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +2 -2
  236. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -1
  237. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +13 -13
  238. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  239. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +26 -26
  240. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  241. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  242. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +1 -1
  243. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -1
  244. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +1 -1
  245. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -1
  246. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +4 -5
  247. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -1
  248. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +2 -2
  249. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -1
  250. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +2 -2
  251. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
  252. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  253. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  254. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +2 -3
  255. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -1
  256. package/node_modules/@slack/web-api/dist/types/request/team.d.ts +2 -2
  257. package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -1
  258. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +3 -4
  259. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -1
  260. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +2 -2
  261. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  262. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +8 -9
  263. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  264. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +1 -1
  265. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  266. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +1 -1
  267. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -1
  268. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +2 -3
  269. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
  270. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +1 -1
  271. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -1
  272. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +1 -1
  273. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -1
  274. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +1 -1
  275. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -1
  276. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -1
  277. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
  278. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -1
  279. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
  280. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -1
  281. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
  282. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +1 -1
  283. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -1
  284. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +1 -1
  285. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -1
  286. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +1 -1
  287. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -1
  288. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +1 -1
  289. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -1
  290. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -1
  291. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
  292. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -1
  293. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
  294. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -1
  295. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
  296. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -1
  297. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
  298. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -1
  299. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
  300. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -1
  301. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
  302. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -1
  303. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
  304. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +1 -1
  305. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -1
  306. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -1
  307. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
  308. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -1
  309. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
  310. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -1
  311. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
  312. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +1 -1
  313. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -1
  314. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +1 -1
  315. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -1
  316. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -1
  317. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
  318. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -1
  319. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
  320. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +1 -1
  321. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -1
  322. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -1
  323. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
  324. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +1 -1
  325. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -1
  326. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -1
  327. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
  328. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +1 -1
  329. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -1
  330. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +1 -1
  331. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -1
  332. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +1 -1
  333. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -1
  334. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -1
  335. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
  336. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +1 -1
  337. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -1
  338. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +1 -1
  339. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -1
  340. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +1 -1
  341. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -1
  342. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +1 -1
  343. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -1
  344. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +31 -4
  345. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  346. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +1 -1
  347. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -1
  348. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -1
  349. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
  350. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +1 -1
  351. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -1
  352. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +1 -1
  353. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -1
  354. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +1 -1
  355. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -1
  356. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +1 -1
  357. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -1
  358. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +1 -1
  359. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -1
  360. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -1
  361. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
  362. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -1
  363. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
  364. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -1
  365. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
  366. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -1
  367. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
  368. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -1
  369. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
  370. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +1 -1
  371. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
  372. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +2 -3
  373. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  374. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -1
  375. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
  376. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -1
  377. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
  378. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -1
  379. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
  380. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -1
  381. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
  382. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -1
  383. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
  384. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -1
  385. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
  386. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -1
  387. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
  388. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -1
  389. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
  390. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -1
  391. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
  392. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -1
  393. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
  394. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +1 -1
  395. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -1
  396. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -1
  397. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
  398. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -1
  399. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
  400. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -1
  401. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
  402. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -1
  403. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
  404. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -1
  405. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
  406. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -1
  407. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
  408. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -1
  409. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
  410. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -1
  411. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
  412. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -1
  413. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
  414. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -1
  415. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
  416. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -1
  417. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
  418. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -1
  419. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
  420. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +1 -1
  421. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -1
  422. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +1 -1
  423. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -1
  424. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -1
  425. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
  426. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +1 -1
  427. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -1
  428. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -1
  429. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
  430. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -1
  431. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
  432. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -1
  433. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
  434. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -1
  435. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
  436. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -1
  437. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
  438. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -1
  439. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
  440. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -1
  441. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
  442. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +1 -1
  443. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -1
  444. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +1 -1
  445. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -1
  446. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +1 -1
  447. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -1
  448. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +1 -1
  449. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -1
  450. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -1
  451. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
  452. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +1 -1
  453. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -1
  454. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +1 -1
  455. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -1
  456. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +1 -1
  457. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -1
  458. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +1 -1
  459. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -1
  460. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -1
  461. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
  462. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -1
  463. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
  464. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +1 -1
  465. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
  466. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -1
  467. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
  468. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -1
  469. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  470. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -1
  471. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
  472. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +1 -1
  473. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
  474. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -1
  475. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
  476. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -1
  477. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
  478. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +1 -1
  479. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -1
  480. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +1 -1
  481. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -1
  482. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +1 -1
  483. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -1
  484. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +1 -1
  485. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -1
  486. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +1 -1
  487. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -1
  488. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +1 -1
  489. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -1
  490. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -1
  491. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
  492. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -1
  493. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
  494. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -1
  495. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
  496. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -1
  497. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
  498. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -1
  499. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
  500. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -1
  501. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
  502. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -1
  503. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
  504. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -1
  505. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
  506. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +1 -1
  507. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
  508. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -1
  509. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
  510. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -1
  511. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
  512. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -1
  513. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
  514. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -1
  515. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
  516. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -1
  517. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
  518. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -1
  519. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
  520. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +2 -3
  521. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
  522. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +2 -3
  523. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
  524. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -1
  525. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
  526. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +2 -3
  527. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
  528. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -1
  529. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
  530. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -1
  531. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
  532. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +1 -1
  533. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -1
  534. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +1 -1
  535. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -1
  536. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +1 -1
  537. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -1
  538. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +1 -1
  539. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -1
  540. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +1 -1
  541. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -1
  542. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +1 -1
  543. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -1
  544. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +1 -1
  545. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -1
  546. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +1 -1
  547. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -1
  548. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +1 -1
  549. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -1
  550. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +1 -1
  551. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -1
  552. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +1 -1
  553. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -1
  554. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +1 -1
  555. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -1
  556. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +1 -1
  557. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -1
  558. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +1 -1
  559. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -1
  560. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +1 -1
  561. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -1
  562. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -1
  563. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
  564. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +1 -1
  565. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -1
  566. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -1
  567. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
  568. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +1 -1
  569. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -1
  570. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -1
  571. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
  572. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +10 -3
  573. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  574. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  575. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +9 -3
  576. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  577. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  578. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -1
  579. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
  580. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +1 -1
  581. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
  582. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +9 -3
  583. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  584. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  585. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +1 -1
  586. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -1
  587. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +1 -1
  588. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -1
  589. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -1
  590. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
  591. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -1
  592. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
  593. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -1
  594. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
  595. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -1
  596. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
  597. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +1 -1
  598. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -1
  599. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +1 -1
  600. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -1
  601. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +10 -3
  602. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  603. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  604. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +1 -1
  605. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
  606. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -1
  607. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
  608. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +1 -1
  609. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -1
  610. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +7 -1
  611. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  612. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -1
  613. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  614. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -1
  615. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
  616. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +1 -1
  617. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -1
  618. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +7 -1
  619. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  620. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -1
  621. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
  622. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -1
  623. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
  624. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +8 -1
  625. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  626. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  627. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -1
  628. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
  629. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +10 -3
  630. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  631. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  632. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +6 -0
  633. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
  634. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +12 -0
  635. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
  636. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +5 -0
  637. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
  638. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +12 -0
  639. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
  640. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -1
  641. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
  642. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -1
  643. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
  644. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -1
  645. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
  646. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +1 -1
  647. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -1
  648. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -1
  649. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
  650. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -1
  651. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
  652. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -1
  653. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
  654. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -1
  655. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
  656. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -1
  657. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
  658. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -1
  659. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
  660. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +1 -1
  661. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -1
  662. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +1 -1
  663. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -1
  664. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +1 -1
  665. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -1
  666. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -1
  667. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  668. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -1
  669. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
  670. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -1
  671. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
  672. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +8 -1
  673. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  674. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  675. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +8 -1
  676. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  677. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  678. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +8 -1
  679. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  680. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  681. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +8 -1
  682. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  683. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  684. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +8 -1
  685. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  686. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  687. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -1
  688. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
  689. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +8 -1
  690. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  691. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  692. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +8 -1
  693. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  694. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  695. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +8 -1
  696. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  697. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  698. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +8 -1
  699. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  700. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  701. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +8 -1
  702. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  703. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  704. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +1 -1
  705. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -1
  706. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +1 -1
  707. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -1
  708. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +1 -1
  709. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -1
  710. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +1 -1
  711. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -1
  712. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +1 -1
  713. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -1
  714. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +1 -1
  715. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -1
  716. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +1 -1
  717. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -1
  718. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +1 -1
  719. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -1
  720. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +1 -1
  721. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -1
  722. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +1 -1
  723. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -1
  724. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +1 -1
  725. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -1
  726. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +1 -1
  727. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -1
  728. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +1 -1
  729. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -1
  730. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +1 -1
  731. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -1
  732. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +1 -1
  733. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -1
  734. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +1 -1
  735. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -1
  736. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +1 -1
  737. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -1
  738. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +1 -1
  739. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -1
  740. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +1 -1
  741. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -1
  742. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +1 -1
  743. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -1
  744. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +1 -1
  745. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -1
  746. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +1 -1
  747. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -1
  748. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +1 -1
  749. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -1
  750. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +1 -1
  751. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -1
  752. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +1 -1
  753. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -1
  754. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +1 -1
  755. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -1
  756. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +1 -1
  757. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -1
  758. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +1 -1
  759. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -1
  760. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +1 -1
  761. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -1
  762. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +1 -1
  763. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -1
  764. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +1 -1
  765. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -1
  766. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +1 -1
  767. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -1
  768. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +1 -1
  769. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -1
  770. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +1 -1
  771. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -1
  772. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +1 -1
  773. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -1
  774. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -1
  775. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
  776. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +1 -1
  777. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -1
  778. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +1 -1
  779. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -1
  780. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +1 -1
  781. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -1
  782. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +8 -1
  783. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  784. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  785. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +1 -1
  786. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -1
  787. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -1
  788. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
  789. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +9 -3
  790. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  791. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  792. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +10 -3
  793. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  794. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  795. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -1
  796. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
  797. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +1 -1
  798. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -1
  799. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +1 -1
  800. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -1
  801. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +1 -1
  802. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -1
  803. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +1 -1
  804. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -1
  805. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +1 -1
  806. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -1
  807. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +1 -1
  808. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
  809. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +10 -3
  810. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  811. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  812. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +10 -3
  813. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  814. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  815. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +10 -3
  816. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  817. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  818. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +10 -3
  819. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  820. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  821. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +1 -1
  822. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -1
  823. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +1 -1
  824. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -1
  825. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +1 -1
  826. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -1
  827. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +1 -1
  828. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
  829. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -1
  830. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
  831. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -1
  832. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
  833. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -1
  834. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
  835. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -1
  836. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
  837. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +1 -1
  838. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
  839. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -1
  840. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
  841. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -1
  842. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
  843. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -1
  844. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
  845. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +1 -1
  846. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -1
  847. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -1
  848. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  849. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -1
  850. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  851. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -1
  852. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  853. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -1
  854. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  855. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -1
  856. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  857. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -1
  858. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
  859. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -1
  860. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  861. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +7 -1
  862. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  863. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -1
  864. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
  865. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -1
  866. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
  867. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +1 -1
  868. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -1
  869. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +1 -1
  870. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -1
  871. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -1
  872. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  873. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -3
  874. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
  875. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +1 -1
  876. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
  877. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +1 -1
  878. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
  879. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +1 -1
  880. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
  881. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -1
  882. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
  883. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -1
  884. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
  885. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -1
  886. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
  887. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +8 -3
  888. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  889. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  890. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +8 -3
  891. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  892. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  893. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +8 -3
  894. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  895. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  896. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +8 -3
  897. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  898. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  899. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +1 -1
  900. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
  901. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +1 -1
  902. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
  903. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +1 -1
  904. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
  905. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +3 -1
  906. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  907. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  908. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +17 -10
  909. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +93 -8
  910. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1060 -110
  911. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  912. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2 -3
  913. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +262 -23
  914. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +21 -12
  915. package/node_modules/@slack/web-api/package.json +8 -17
  916. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  917. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +17 -10
  918. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +93 -8
  919. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1060 -110
  920. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  921. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -3
  922. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +262 -23
  923. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +21 -12
  924. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  925. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +17 -10
  926. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +93 -8
  927. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1060 -110
  928. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  929. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -3
  930. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +262 -23
  931. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +21 -12
  932. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  933. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +17 -10
  934. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +93 -8
  935. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1060 -110
  936. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  937. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -3
  938. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +262 -23
  939. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +21 -12
  940. package/node_modules/axios/CHANGELOG.md +27 -0
  941. package/node_modules/axios/README.md +4 -3
  942. package/node_modules/axios/dist/axios.js +179 -131
  943. package/node_modules/axios/dist/axios.js.map +1 -1
  944. package/node_modules/axios/dist/axios.min.js +1 -1
  945. package/node_modules/axios/dist/axios.min.js.map +1 -1
  946. package/node_modules/axios/dist/browser/axios.cjs +89 -57
  947. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  948. package/node_modules/axios/dist/esm/axios.js +89 -57
  949. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  950. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  951. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  952. package/node_modules/axios/dist/node/axios.cjs +90 -58
  953. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  954. package/node_modules/axios/lib/adapters/fetch.js +17 -20
  955. package/node_modules/axios/lib/adapters/http.js +1 -1
  956. package/node_modules/axios/lib/cancel/CancelToken.js +14 -0
  957. package/node_modules/axios/lib/env/data.js +1 -1
  958. package/node_modules/axios/lib/helpers/composeSignals.js +31 -29
  959. package/node_modules/axios/lib/helpers/trackStream.js +25 -5
  960. package/node_modules/axios/package.json +1 -1
  961. package/node_modules/escalade/index.d.mts +11 -0
  962. package/node_modules/escalade/index.d.ts +14 -2
  963. package/node_modules/escalade/package.json +18 -7
  964. package/node_modules/escalade/sync/index.d.mts +9 -0
  965. package/node_modules/escalade/sync/index.d.ts +13 -2
  966. package/node_modules/follow-redirects/index.js +21 -7
  967. package/node_modules/follow-redirects/package.json +2 -2
  968. package/node_modules/uglify-js/lib/compress.js +23 -13
  969. package/node_modules/uglify-js/package.json +1 -1
  970. package/package.json +21 -21
  971. package/node_modules/mjml-migrate/node_modules/cliui/LICENSE.txt +0 -14
  972. package/node_modules/mjml-migrate/node_modules/cliui/README.md +0 -141
  973. package/node_modules/mjml-migrate/node_modules/cliui/build/index.cjs +0 -302
  974. package/node_modules/mjml-migrate/node_modules/cliui/build/index.d.cts +0 -43
  975. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/index.js +0 -287
  976. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/string-utils.js +0 -27
  977. package/node_modules/mjml-migrate/node_modules/cliui/index.mjs +0 -13
  978. package/node_modules/mjml-migrate/node_modules/cliui/package.json +0 -83
  979. package/node_modules/mjml-migrate/node_modules/yargs/LICENSE +0 -21
  980. package/node_modules/mjml-migrate/node_modules/yargs/README.md +0 -204
  981. package/node_modules/mjml-migrate/node_modules/yargs/browser.d.ts +0 -5
  982. package/node_modules/mjml-migrate/node_modules/yargs/browser.mjs +0 -7
  983. package/node_modules/mjml-migrate/node_modules/yargs/build/index.cjs +0 -1
  984. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/argsert.js +0 -62
  985. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/command.js +0 -449
  986. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion-templates.js +0 -48
  987. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion.js +0 -243
  988. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/middleware.js +0 -88
  989. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/parse-command.js +0 -32
  990. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  991. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  992. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/usage.js +0 -584
  993. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  994. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  995. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
  996. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
  997. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  998. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  999. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  1000. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  1001. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/validation.js +0 -305
  1002. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
  1003. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yerror.js +0 -9
  1004. package/node_modules/mjml-migrate/node_modules/yargs/helpers/helpers.mjs +0 -10
  1005. package/node_modules/mjml-migrate/node_modules/yargs/helpers/index.js +0 -14
  1006. package/node_modules/mjml-migrate/node_modules/yargs/helpers/package.json +0 -3
  1007. package/node_modules/mjml-migrate/node_modules/yargs/index.cjs +0 -53
  1008. package/node_modules/mjml-migrate/node_modules/yargs/index.mjs +0 -8
  1009. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
  1010. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
  1011. package/node_modules/mjml-migrate/node_modules/yargs/locales/be.json +0 -46
  1012. package/node_modules/mjml-migrate/node_modules/yargs/locales/cs.json +0 -51
  1013. package/node_modules/mjml-migrate/node_modules/yargs/locales/de.json +0 -46
  1014. package/node_modules/mjml-migrate/node_modules/yargs/locales/en.json +0 -55
  1015. package/node_modules/mjml-migrate/node_modules/yargs/locales/es.json +0 -46
  1016. package/node_modules/mjml-migrate/node_modules/yargs/locales/fi.json +0 -49
  1017. package/node_modules/mjml-migrate/node_modules/yargs/locales/fr.json +0 -53
  1018. package/node_modules/mjml-migrate/node_modules/yargs/locales/hi.json +0 -49
  1019. package/node_modules/mjml-migrate/node_modules/yargs/locales/hu.json +0 -46
  1020. package/node_modules/mjml-migrate/node_modules/yargs/locales/id.json +0 -50
  1021. package/node_modules/mjml-migrate/node_modules/yargs/locales/it.json +0 -46
  1022. package/node_modules/mjml-migrate/node_modules/yargs/locales/ja.json +0 -51
  1023. package/node_modules/mjml-migrate/node_modules/yargs/locales/ko.json +0 -49
  1024. package/node_modules/mjml-migrate/node_modules/yargs/locales/nb.json +0 -44
  1025. package/node_modules/mjml-migrate/node_modules/yargs/locales/nl.json +0 -49
  1026. package/node_modules/mjml-migrate/node_modules/yargs/locales/nn.json +0 -44
  1027. package/node_modules/mjml-migrate/node_modules/yargs/locales/pirate.json +0 -13
  1028. package/node_modules/mjml-migrate/node_modules/yargs/locales/pl.json +0 -49
  1029. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt.json +0 -45
  1030. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt_BR.json +0 -48
  1031. package/node_modules/mjml-migrate/node_modules/yargs/locales/ru.json +0 -51
  1032. package/node_modules/mjml-migrate/node_modules/yargs/locales/th.json +0 -46
  1033. package/node_modules/mjml-migrate/node_modules/yargs/locales/tr.json +0 -48
  1034. package/node_modules/mjml-migrate/node_modules/yargs/locales/uk_UA.json +0 -51
  1035. package/node_modules/mjml-migrate/node_modules/yargs/locales/uz.json +0 -52
  1036. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_CN.json +0 -48
  1037. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_TW.json +0 -51
  1038. package/node_modules/mjml-migrate/node_modules/yargs/package.json +0 -123
  1039. package/node_modules/mjml-migrate/node_modules/yargs/yargs +0 -9
  1040. package/node_modules/mjml-migrate/node_modules/yargs/yargs.mjs +0 -10
  1041. package/node_modules/mjml-migrate/node_modules/yargs-parser/LICENSE.txt +0 -14
  1042. package/node_modules/mjml-migrate/node_modules/yargs-parser/README.md +0 -518
  1043. package/node_modules/mjml-migrate/node_modules/yargs-parser/browser.js +0 -29
  1044. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/index.cjs +0 -1050
  1045. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/index.js +0 -62
  1046. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  1047. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  1048. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  1049. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
  1050. package/node_modules/mjml-migrate/node_modules/yargs-parser/package.json +0 -92
  1051. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/LICENSE.txt +0 -0
  1052. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/README.md +0 -0
  1053. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.cjs +0 -0
  1054. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.d.cts +0 -0
  1055. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/index.js +0 -0
  1056. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/string-utils.js +0 -0
  1057. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/index.mjs +0 -0
  1058. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/package.json +0 -0
  1059. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/.npmignore +0 -0
  1060. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/index.js +0 -0
  1061. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/.gitkeep +0 -0
  1062. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/mappingTable.json +0 -0
  1063. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/package.json +0 -0
  1064. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/LICENSE.md +0 -0
  1065. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/README.md +0 -0
  1066. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/lib/index.js +0 -0
  1067. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/package.json +0 -0
  1068. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/LICENSE.txt +0 -0
  1069. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/README.md +0 -0
  1070. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL-impl.js +0 -0
  1071. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL.js +0 -0
  1072. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/public-api.js +0 -0
  1073. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/url-state-machine.js +0 -0
  1074. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/utils.js +0 -0
  1075. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/package.json +0 -0
  1076. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/LICENSE +0 -0
  1077. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/README.md +0 -0
  1078. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.d.ts +0 -0
  1079. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.mjs +0 -0
  1080. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/index.cjs +0 -0
  1081. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/argsert.js +0 -0
  1082. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/command.js +0 -0
  1083. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion-templates.js +0 -0
  1084. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion.js +0 -0
  1085. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/middleware.js +0 -0
  1086. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/parse-command.js +0 -0
  1087. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/common-types.js +0 -0
  1088. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/yargs-parser-types.js +0 -0
  1089. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/usage.js +0 -0
  1090. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/apply-extends.js +0 -0
  1091. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/is-promise.js +0 -0
  1092. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/levenshtein.js +0 -0
  1093. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/maybe-async-result.js +0 -0
  1094. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/obj-filter.js +0 -0
  1095. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/process-argv.js +0 -0
  1096. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/set-blocking.js +0 -0
  1097. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/which-module.js +0 -0
  1098. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/validation.js +0 -0
  1099. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yargs-factory.js +0 -0
  1100. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yerror.js +0 -0
  1101. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/helpers.mjs +0 -0
  1102. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/index.js +0 -0
  1103. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/package.json +0 -0
  1104. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.cjs +0 -0
  1105. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.mjs +0 -0
  1106. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/browser.mjs +0 -0
  1107. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/esm.mjs +0 -0
  1108. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/be.json +0 -0
  1109. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/cs.json +0 -0
  1110. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/de.json +0 -0
  1111. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/en.json +0 -0
  1112. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/es.json +0 -0
  1113. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fi.json +0 -0
  1114. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fr.json +0 -0
  1115. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hi.json +0 -0
  1116. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hu.json +0 -0
  1117. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/id.json +0 -0
  1118. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/it.json +0 -0
  1119. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ja.json +0 -0
  1120. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ko.json +0 -0
  1121. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nb.json +0 -0
  1122. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nl.json +0 -0
  1123. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nn.json +0 -0
  1124. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pirate.json +0 -0
  1125. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pl.json +0 -0
  1126. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt.json +0 -0
  1127. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt_BR.json +0 -0
  1128. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ru.json +0 -0
  1129. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/th.json +0 -0
  1130. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/tr.json +0 -0
  1131. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uk_UA.json +0 -0
  1132. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uz.json +0 -0
  1133. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_CN.json +0 -0
  1134. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_TW.json +0 -0
  1135. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/LICENSE.txt +0 -0
  1136. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/README.md +0 -0
  1137. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/browser.js +0 -0
  1138. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/index.cjs +0 -0
  1139. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/index.js +0 -0
  1140. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/string-utils.js +0 -0
  1141. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -0
  1142. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -0
  1143. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -0
  1144. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/package.json +0 -0
  1145. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/package.json +0 -0
  1146. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs +0 -0
  1147. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs.mjs +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"block-elements.d.ts","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"block-elements.d.ts","sourceRoot":"","sources":["../../src/block-kit/block-elements.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,9 @@
1
- import { PlainTextElement, MrkdwnElement, UrlImageObject, SlackFileImageObject } from './composition-objects';
2
- import { Actionable } from './extensions';
3
- import { Button, Checkboxes, Datepicker, DateTimepicker, EmailInput, FileInput, ImageElement, MultiSelect, NumberInput, Overflow, PlainTextInput, RadioButtons, Select, Timepicker, URLInput, WorkflowButton, RichTextSection, RichTextList, RichTextQuote, RichTextPreformatted, RichTextInput } from './block-elements';
1
+ import { Button, Checkboxes, DateTimepicker, Datepicker, EmailInput, FileInput, ImageElement, MultiSelect, NumberInput, Overflow, PlainTextInput, RadioButtons, RichTextInput, RichTextList, RichTextPreformatted, RichTextQuote, RichTextSection, Select, Timepicker, URLInput, WorkflowButton } from './block-elements';
2
+ import { PlainTextElement, SlackFileImageObject, TextObject, UrlImageObject } from './composition-objects';
4
3
  export interface Block {
4
+ /**
5
+ * @description The type of block.
6
+ */
5
7
  type: string;
6
8
  /**
7
9
  * @description A string acting as a unique identifier for a block. If not specified, a `block_id` will be generated.
@@ -12,7 +14,21 @@ export interface Block {
12
14
  */
13
15
  block_id?: string;
14
16
  }
17
+ /**
18
+ * A helper union type of all known Blocks, as listed out on the
19
+ * {@link https://api.slack.com/reference/block-kit/blocks Blocks reference}.
20
+ */
15
21
  export type KnownBlock = ImageBlock | ContextBlock | ActionsBlock | DividerBlock | SectionBlock | InputBlock | FileBlock | HeaderBlock | VideoBlock | RichTextBlock;
22
+ /**
23
+ * A helper union type of all known Blocks as well as the generic {@link Block} interface. A full list of known blocks
24
+ * is available here: {@link https://api.slack.com/reference/block-kit/blocks Blocks reference}.
25
+ */
26
+ export type AnyBlock = KnownBlock | Block;
27
+ /**
28
+ * A helper union type of all Block Elements that can be used in an {@link ActionsBlock}.
29
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#actions Actions block reference}.
30
+ */
31
+ export type ActionsBlockElement = Button | Checkboxes | Datepicker | DateTimepicker | MultiSelect | Overflow | RadioButtons | Select | Timepicker | WorkflowButton | RichTextInput;
16
32
  /**
17
33
  * @description Holds multiple interactive elements.
18
34
  * @see {@link https://api.slack.com/reference/block-kit/blocks#actions Actions block reference}.
@@ -26,8 +42,13 @@ export interface ActionsBlock extends Block {
26
42
  * @description An array of {@link InteractiveElements} objects.
27
43
  * There is a maximum of 25 elements in each action block.
28
44
  */
29
- elements: (Button | Checkboxes | Datepicker | DateTimepicker | MultiSelect | Overflow | RadioButtons | Select | Timepicker | WorkflowButton | RichTextInput)[];
45
+ elements: ActionsBlockElement[];
30
46
  }
47
+ /**
48
+ * A helper union type of all Block Elements that can be used in a {@link ContextBlock}.
49
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#context Context block reference}.
50
+ */
51
+ export type ContextBlockElement = ImageElement | TextObject;
31
52
  /**
32
53
  * @description Displays contextual info, which can include both images and text.
33
54
  * @see {@link https://api.slack.com/reference/block-kit/blocks#context Context block reference}.
@@ -41,7 +62,7 @@ export interface ContextBlock extends Block {
41
62
  * @description An array of {@link ImageElement}, {@link PlainTextElement} or {@link MrkdwnElement} objects.
42
63
  * Maximum number of items is 10.
43
64
  */
44
- elements: (ImageElement | PlainTextElement | MrkdwnElement)[];
65
+ elements: ContextBlockElement[];
45
66
  }
46
67
  /**
47
68
  * @description Visually separates pieces of info inside of a message. A content divider, like an `<hr>`, to split up
@@ -111,6 +132,11 @@ export type ImageBlock = {
111
132
  */
112
133
  title?: PlainTextElement;
113
134
  } & Block & (UrlImageObject | SlackFileImageObject);
135
+ /**
136
+ * A helper union type of all Block Elements that can be used in an {@link InputBlock}.
137
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#input Input block reference}.
138
+ */
139
+ export type InputBlockElement = Checkboxes | Datepicker | DateTimepicker | EmailInput | FileInput | MultiSelect | NumberInput | PlainTextInput | RadioButtons | RichTextInput | Select | Timepicker | URLInput;
114
140
  /**
115
141
  * @description Collects information from users via block elements.
116
142
  * @see {@link https://api.slack.com/reference/block-kit/blocks#input Input block reference}.
@@ -140,13 +166,39 @@ export interface InputBlock extends Block {
140
166
  /**
141
167
  * @description A block element.
142
168
  */
143
- element: Select | MultiSelect | Datepicker | Timepicker | DateTimepicker | PlainTextInput | URLInput | EmailInput | NumberInput | RadioButtons | Checkboxes | RichTextInput | FileInput;
169
+ element: InputBlockElement;
144
170
  /**
145
171
  * @description A boolean that indicates whether or not the use of elements in this block should dispatch a
146
172
  * {@link https://api.slack.com/reference/interaction-payloads/block-actions block_actions payload}. Defaults to `false`.
147
173
  */
148
174
  dispatch_action?: boolean;
149
175
  }
176
+ /**
177
+ * A helper union type of all Block Elements that can be used in a {@link RichTextBlock}.
178
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#rich_text Rich text block reference}.
179
+ */
180
+ export type RichTextBlockElement = RichTextSection | RichTextList | RichTextQuote | RichTextPreformatted;
181
+ /**
182
+ * @description Displays formatted, structured representation of text. It is also the output of the Slack client's
183
+ * WYSIWYG message composer, so all messages sent by end-users will have this format. Use this block to include
184
+ * user-defined formatted text in your Block Kit payload. While it is possible to format text with `mrkdwn`,
185
+ * `rich_text` is strongly preferred and allows greater flexibility.
186
+ * You might encounter a `rich_text` block in a message payload, as a built-in type in workflow apps, or as output of
187
+ * the {@link RichTextInput}.
188
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#rich_text Rich text block reference}.
189
+ */
190
+ export interface RichTextBlock extends Block {
191
+ /**
192
+ * @description The type of block. For a rich text block, `type` is always `rich_text`.
193
+ */
194
+ type: 'rich_text';
195
+ elements: RichTextBlockElement[];
196
+ }
197
+ /**
198
+ * A helper union type of all Block Elements that can be used as an accessory in a {@link SectionBlock}.
199
+ * @see {@link https://api.slack.com/reference/block-kit/blocks#section Section block reference}.
200
+ */
201
+ export type SectionBlockAccessory = Button | Checkboxes | Datepicker | ImageElement | MultiSelect | Overflow | RadioButtons | Select | Timepicker | WorkflowButton;
150
202
  /**
151
203
  * @description Displays text, possibly alongside block elements. A section can be used as a simple text block, in
152
204
  * combination with text fields, or side-by-side with certain
@@ -159,22 +211,22 @@ export interface SectionBlock extends Block {
159
211
  */
160
212
  type: 'section';
161
213
  /**
162
- * @description The text for the block, in the form of a text object. Minimum length for the `text` in this field is
163
- * 1 and maximum length is 3000 characters. This field is not required if a valid array of `fields` objects is
164
- * provided instead.
214
+ * @description The text for the block, in the form of a {@link TextObject}. Minimum length for the `text` in this
215
+ * field is 1 and maximum length is 3000 characters. This field is not required if a valid array of `fields` objects
216
+ * is provided instead.
165
217
  */
166
- text?: PlainTextElement | MrkdwnElement;
218
+ text?: TextObject;
167
219
  /**
168
220
  * @description Required if no `text` is provided. An array of text objects. Any text objects included with `fields`
169
221
  * will be rendered in a compact format that allows for 2 columns of side-by-side text. Maximum number of items is 10.
170
222
  * Maximum length for the text in each item is 2000 characters.
171
223
  * {@link https://app.slack.com/block-kit-builder/#%7B%22blocks%22:%5B%7B%22type%22:%22section%22,%22text%22:%7B%22text%22:%22A%20message%20*with%20some%20bold%20text*%20and%20_some%20italicized%20text_.%22,%22type%22:%22mrkdwn%22%7D,%22fields%22:%5B%7B%22type%22:%22mrkdwn%22,%22text%22:%22*Priority*%22%7D,%7B%22type%22:%22mrkdwn%22,%22text%22:%22*Type*%22%7D,%7B%22type%22:%22plain_text%22,%22text%22:%22High%22%7D,%7B%22type%22:%22plain_text%22,%22text%22:%22String%22%7D%5D%7D%5D%7D Click here for an example}.
172
224
  */
173
- fields?: (PlainTextElement | MrkdwnElement)[];
225
+ fields?: TextObject[];
174
226
  /**
175
227
  * @description One of the compatible element objects.
176
228
  */
177
- accessory?: Button | Overflow | Datepicker | Timepicker | Select | MultiSelect | Actionable | ImageElement | RadioButtons | Checkboxes;
229
+ accessory?: SectionBlockAccessory;
178
230
  }
179
231
  /**
180
232
  * @description Displays an embedded video player. A video block is designed to embed videos in all app surfaces (e.g.
@@ -227,11 +279,4 @@ export interface VideoBlock extends Block {
227
279
  */
228
280
  description?: PlainTextElement;
229
281
  }
230
- export interface RichTextBlock extends Block {
231
- /**
232
- * @description The type of block. For a rich text block, `type` is always `rich_text`.
233
- */
234
- type: 'rich_text';
235
- elements: (RichTextSection | RichTextList | RichTextQuote | RichTextPreformatted)[];
236
- }
237
282
  //# sourceMappingURL=blocks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../src/block-kit/blocks.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../src/block-kit/blocks.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
1
  "use strict";
2
- // This file contains objects documented here: https://api.slack.com/reference/block-kit/blocks
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
3
  //# sourceMappingURL=blocks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"blocks.js","sourceRoot":"","sources":["../../src/block-kit/blocks.ts"],"names":[],"mappings":";AAAA,+FAA+F"}
1
+ {"version":3,"file":"blocks.js","sourceRoot":"","sources":["../../src/block-kit/blocks.ts"],"names":[],"mappings":""}
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Re-usable labels for common color schemes present in Slack. `danger` displays with a red background (red text on
3
+ * mobile), while `primary` displays with a green background (green text on mobile).
4
+ */
5
+ export type ColorScheme = 'primary' | 'danger';
6
+ /** The conversation type as available within the Slack UI. */
7
+ export type ConversationType = 'im' | 'mpim' | 'private' | 'public';
1
8
  /**
2
9
  * @deprecated {@link Confirm} aliased to {@link ConfirmationDialog} in order to make the construct clearer
3
10
  * and line up terminology with api.slack.com.
@@ -30,7 +37,7 @@ export interface Confirm {
30
37
  * with a red background on desktop, or red text on mobile. A value of `primary` will display the button with a green
31
38
  * background on desktop, or blue text on mobile. If this field is not provided, the default value will be `primary`.
32
39
  */
33
- style?: 'primary' | 'danger';
40
+ style?: ColorScheme;
34
41
  }
35
42
  /**
36
43
  * @description Defines a dialog that adds a confirmation step to interactive elements.
@@ -105,6 +112,12 @@ export interface OptionGroup {
105
112
  */
106
113
  options: Option[];
107
114
  }
115
+ /**
116
+ * @description Defines an object containing some text. Can be either a {@link PlainTextElement} or a
117
+ * {@link MrkdwnElement}.
118
+ * @see {@link https://api.slack.com/reference/block-kit/composition-objects#text Text object reference}.
119
+ */
120
+ export type TextObject = PlainTextElement | MrkdwnElement;
108
121
  /**
109
122
  * @description Defines an object containing some text.
110
123
  * @see {@link https://api.slack.com/reference/block-kit/composition-objects#text Text object reference}.
@@ -145,14 +158,13 @@ export interface MrkdwnElement {
145
158
  */
146
159
  verbatim?: boolean;
147
160
  }
148
- type Conversation = 'im' | 'mpim' | 'private' | 'public';
149
161
  interface BaseConversationFilter {
150
162
  /**
151
163
  * @description Indicates which type of conversations should be included in the list. When this field is provided, any
152
164
  * conversations that do not match will be excluded. You should provide an array of strings from the following options:
153
165
  * `im`, `mpim`, `private`, and `public`. The array cannot be empty.
154
166
  */
155
- include?: [Conversation, ...Conversation[]];
167
+ include?: [ConversationType, ...ConversationType[]];
156
168
  /**
157
169
  * @description Indicates whether to exclude external {@link https://api.slack.com/enterprise/shared-channels shared channels}
158
170
  * from conversation lists. This field will not exclude users from shared channels. Defaults to `false`.
@@ -1 +1 @@
1
- {"version":3,"file":"composition-objects.d.ts","sourceRoot":"","sources":["../../src/block-kit/composition-objects.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"composition-objects.d.ts","sourceRoot":"","sources":["../../src/block-kit/composition-objects.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { ConfirmationDialog, PlainTextElement, DispatchActionConfig } from './composition-objects';
1
+ import { ConfirmationDialog, DispatchActionConfig, PlainTextElement } from './composition-objects';
2
2
  /**
3
3
  * @deprecated {@link Action} aliased to {@link Actionable} in order to name the mixins in this file consistently.
4
4
  */
@@ -20,6 +20,13 @@ export interface Confirmable {
20
20
  */
21
21
  confirm?: ConfirmationDialog;
22
22
  }
23
+ export interface Dispatchable {
24
+ /**
25
+ * @description A {@link DispatchActionConfig} object that determines when during text input the element returns a
26
+ * {@link https://api.slack.com/reference/interaction-payloads/block-actions `block_actions` payload}.
27
+ */
28
+ dispatch_action_config?: DispatchActionConfig;
29
+ }
23
30
  export interface Focusable {
24
31
  /**
25
32
  * @description Indicates whether the element will be set to auto focus within the
@@ -28,6 +35,12 @@ export interface Focusable {
28
35
  */
29
36
  focus_on_load?: boolean;
30
37
  }
38
+ export interface MaxItemsSelectable {
39
+ /**
40
+ * @description Specifies the maximum number of items that can be selected. Minimum number is 1.
41
+ */
42
+ max_selected_items?: number;
43
+ }
31
44
  export interface Placeholdable {
32
45
  /**
33
46
  * @description A {@link PlainTextElement} object that defines the placeholder text shown on the element. Maximum
@@ -35,12 +48,22 @@ export interface Placeholdable {
35
48
  */
36
49
  placeholder?: PlainTextElement;
37
50
  }
38
- export interface Dispatchable {
51
+ export interface URLRespondable {
39
52
  /**
40
- * @description A {@link DispatchActionConfig} object that determines when during text input the element returns a
41
- * {@link https://api.slack.com/reference/interaction-payloads/block-actions `block_actions` payload}.
53
+ * @description When set to `true`, the {@link https://api.slack.com/reference/interaction-payloads/views#view_submission `view_submission` payload}
54
+ * from the menu's parent view will contain a `response_url`. This `response_url` can be used for
55
+ * {@link https://api.slack.com/interactivity/handling#message_responses message responses}. The target conversation
56
+ * for the message will be determined by the value of this select menu.
42
57
  */
43
- dispatch_action_config?: DispatchActionConfig;
58
+ response_url_enabled?: boolean;
59
+ }
60
+ /** For use in setting border style details on certain Rich Text elements. */
61
+ export interface RichTextBorderable {
62
+ /**
63
+ * @description Whether to render a quote-block-like border on the inline side of the list. `0` renders no border
64
+ * while `1` renders a border.
65
+ */
66
+ border?: 0 | 1;
44
67
  }
45
68
  /**
46
69
  * @description For use styling Rich Text sub-elements.
@@ -1 +1 @@
1
- {"version":3,"file":"extensions.d.ts","sourceRoot":"","sources":["../../src/block-kit/extensions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAGnG;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,UAAW,SAAQ,MAAM;CAAG;AAE7C,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;CAC9B;AAED,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAChC;AAED,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,oBAAoB,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE;QACN,uFAAuF;QACvF,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,sGAAsG;QACtG,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,0FAA0F;QAC1F,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,+FAA+F;QAC/F,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH"}
1
+ {"version":3,"file":"extensions.d.ts","sourceRoot":"","sources":["../../src/block-kit/extensions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGnG;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,UAAW,SAAQ,MAAM;CAAG;AAE7C,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;CAC9B;AAED,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,oBAAoB,CAAC;CAC/C;AAED,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAChC;AAED,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,6EAA6E;AAC7E,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE;QACN,uFAAuF;QACvF,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,sGAAsG;QACtG,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,0FAA0F;QAC1F,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,+FAA+F;QAC/F,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;CACH"}
@@ -0,0 +1,12 @@
1
+ export interface BotProfile {
2
+ id: string;
3
+ name: string;
4
+ app_id: string;
5
+ team_id: string;
6
+ icons: {
7
+ [size: string]: string;
8
+ };
9
+ updated: number;
10
+ deleted: boolean;
11
+ }
12
+ //# sourceMappingURL=bot-profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bot-profile.d.ts","sourceRoot":"","sources":["../../src/common/bot-profile.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE;QACL,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;KACxB,CAAC;IACF,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;CAClB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=bot-profile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bot-profile.js","sourceRoot":"","sources":["../../src/common/bot-profile.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export interface StatusEmojiDisplayInfo {
2
+ emoji_name?: string;
3
+ display_alias?: string;
4
+ display_url?: string;
5
+ }
6
+ //# sourceMappingURL=status-emoji-display-info.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-emoji-display-info.d.ts","sourceRoot":"","sources":["../../src/common/status-emoji-display-info.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=status-emoji-display-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-emoji-display-info.js","sourceRoot":"","sources":["../../src/common/status-emoji-display-info.ts"],"names":[],"mappings":""}
@@ -0,0 +1,150 @@
1
+ import { Block, KnownBlock } from '../block-kit/blocks';
2
+ import { BotProfile } from '../common/bot-profile';
3
+ import { MessageAttachment } from '../message-attachments';
4
+ import { View } from '../views';
5
+ export interface AppRequestedEvent {
6
+ type: 'app_requested';
7
+ app_request: {
8
+ id: string;
9
+ app: {
10
+ id: string;
11
+ name: string;
12
+ description: string;
13
+ help_url: string;
14
+ privacy_policy_url: string;
15
+ app_homepage_url: string;
16
+ app_directory_url: string;
17
+ is_app_directory_approved: boolean;
18
+ is_internal: boolean;
19
+ additional_info: string;
20
+ icons?: {
21
+ image_32?: string;
22
+ image_36?: string;
23
+ image_48?: string;
24
+ image_64?: string;
25
+ image_72?: string;
26
+ image_96?: string;
27
+ image_128?: string;
28
+ image_192?: string;
29
+ image_512?: string;
30
+ image_1024?: string;
31
+ image_original?: string;
32
+ };
33
+ };
34
+ };
35
+ previous_resolution: {
36
+ status: 'approved' | 'restricted';
37
+ scopes: {
38
+ name: string;
39
+ description: string;
40
+ is_dangerous: boolean;
41
+ token_type: 'bot' | 'user' | 'app' | null;
42
+ };
43
+ } | null;
44
+ is_user_app_collaborator: boolean;
45
+ user: {
46
+ id: string;
47
+ name: string;
48
+ email: string;
49
+ };
50
+ team: {
51
+ id: string;
52
+ name: string;
53
+ domain: string;
54
+ };
55
+ scopes: {
56
+ name: string;
57
+ description: string;
58
+ is_dangerous: boolean;
59
+ token_type: 'bot' | 'user' | 'app' | null;
60
+ };
61
+ message: string;
62
+ date_created: number;
63
+ }
64
+ export interface AppHomeOpenedEvent {
65
+ type: 'app_home_opened';
66
+ user: string;
67
+ channel: string;
68
+ tab?: 'home' | 'messages';
69
+ view?: View;
70
+ event_ts: string;
71
+ }
72
+ export interface AppInstalledEvent {
73
+ type: 'app_installed';
74
+ app_id: string;
75
+ app_name: string;
76
+ app_owner_id: string;
77
+ user_id: string;
78
+ team_id: string;
79
+ team_domain: string;
80
+ event_ts: string;
81
+ }
82
+ export interface AppDeletedEvent {
83
+ type: 'app_deleted';
84
+ app_id: string;
85
+ app_name: string;
86
+ app_owner_id: string;
87
+ team_id: string;
88
+ team_domain: string;
89
+ event_ts: string;
90
+ }
91
+ export interface AppUninstalledTeamEvent {
92
+ type: 'app_uninstalled_team';
93
+ app_id: string;
94
+ app_name: string;
95
+ app_owner_id: string;
96
+ team_id: string;
97
+ team_domain: string;
98
+ user_id: string;
99
+ event_ts: string;
100
+ }
101
+ export interface AppMentionEvent {
102
+ type: 'app_mention';
103
+ subtype?: string;
104
+ bot_id?: string;
105
+ bot_profile?: BotProfile;
106
+ username?: string;
107
+ team?: string;
108
+ user_team?: string;
109
+ source_team?: string;
110
+ user_profile?: {
111
+ name: string;
112
+ first_name: string;
113
+ real_name: string;
114
+ display_name: string;
115
+ team: string;
116
+ is_restricted?: boolean;
117
+ is_ultra_restricted?: boolean;
118
+ avatar_hash?: string;
119
+ image_72?: string;
120
+ };
121
+ user?: string;
122
+ text: string;
123
+ attachments?: MessageAttachment[];
124
+ blocks?: (KnownBlock | Block)[];
125
+ files?: {
126
+ id: string;
127
+ }[];
128
+ upload?: boolean;
129
+ display_as_bot?: boolean;
130
+ edited?: {
131
+ user: string;
132
+ ts: string;
133
+ };
134
+ ts: string;
135
+ channel: string;
136
+ event_ts: string;
137
+ thread_ts?: string;
138
+ client_msg_id?: string;
139
+ }
140
+ export interface AppRateLimitedEvent {
141
+ type: 'app_rate_limited';
142
+ token: string;
143
+ team_id: string;
144
+ minute_rate_limited: number;
145
+ api_app_id: string;
146
+ }
147
+ export interface AppUninstalledEvent {
148
+ type: 'app_uninstalled';
149
+ }
150
+ //# sourceMappingURL=app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/events/app.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=app.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/events/app.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export interface CallRejectedEvent {
2
+ type: 'call_rejected';
3
+ call_id: string;
4
+ user_id: string;
5
+ channel_id: string;
6
+ external_unique_id: string;
7
+ }
8
+ //# sourceMappingURL=call.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../src/events/call.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;CAC5B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=call.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call.js","sourceRoot":"","sources":["../../src/events/call.ts"],"names":[],"mappings":""}