cloudstructs 0.9.14 → 0.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1159) hide show
  1. package/.jsii +4 -4
  2. package/API.md +0 -45
  3. package/assets/slack-app/provider.lambda/index.js +5 -1
  4. package/assets/slack-textract/detect.lambda/index.js +459 -149
  5. package/assets/ssl-server-test/analyze.lambda/index.js +5 -1
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +1 -1
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/receiver.js +1 -1
  10. package/lib/mjml-template/index.js +1 -1
  11. package/lib/saml-identity-provider/index.js +2 -2
  12. package/lib/slack-app/manifest.js +1 -1
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/index.js +1 -1
  15. package/lib/slack-textract/index.js +1 -1
  16. package/lib/ssl-server-test/index.js +1 -1
  17. package/lib/state-machine-cr-provider/index.js +1 -1
  18. package/lib/static-website/index.js +1 -1
  19. package/lib/toolkit-cleaner/index.js +1 -1
  20. package/lib/url-shortener/index.js +1 -1
  21. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
  22. package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
  23. package/node_modules/@babel/runtime/package.json +1 -1
  24. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.d.ts +2 -2
  25. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +4 -2
  26. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +6 -3
  27. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +2 -14
  28. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  29. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +17 -10
  30. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +93 -8
  31. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1060 -110
  32. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  33. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2 -3
  34. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +262 -23
  35. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +21 -12
  36. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +15 -64
  37. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  38. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +64 -19
  39. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  40. package/node_modules/@slack/types/dist/block-kit/blocks.js +0 -1
  41. package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -1
  42. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -7
  43. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  44. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +28 -5
  45. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  46. package/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
  47. package/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
  48. package/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
  49. package/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
  50. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
  51. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
  52. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
  53. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
  54. package/node_modules/@slack/types/dist/events/app.d.ts +151 -0
  55. package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
  56. package/node_modules/@slack/types/dist/events/app.js +3 -0
  57. package/node_modules/@slack/types/dist/events/app.js.map +1 -0
  58. package/node_modules/@slack/types/dist/events/call.d.ts +8 -0
  59. package/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
  60. package/node_modules/@slack/types/dist/events/call.js +3 -0
  61. package/node_modules/@slack/types/dist/events/call.js.map +1 -0
  62. package/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
  63. package/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
  64. package/node_modules/@slack/types/dist/events/channel.js +3 -0
  65. package/node_modules/@slack/types/dist/events/channel.js.map +1 -0
  66. package/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
  67. package/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
  68. package/node_modules/@slack/types/dist/events/dnd.js +3 -0
  69. package/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
  70. package/node_modules/@slack/types/dist/events/email.d.ts +6 -0
  71. package/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
  72. package/node_modules/@slack/types/dist/events/email.js +3 -0
  73. package/node_modules/@slack/types/dist/events/email.js.map +1 -0
  74. package/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
  75. package/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
  76. package/node_modules/@slack/types/dist/events/emoji.js +3 -0
  77. package/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
  78. package/node_modules/@slack/types/dist/events/file.d.ts +60 -0
  79. package/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
  80. package/node_modules/@slack/types/dist/events/file.js +4 -0
  81. package/node_modules/@slack/types/dist/events/file.js.map +1 -0
  82. package/node_modules/@slack/types/dist/events/function.d.ts +33 -0
  83. package/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
  84. package/node_modules/@slack/types/dist/events/function.js +3 -0
  85. package/node_modules/@slack/types/dist/events/function.js.map +1 -0
  86. package/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
  87. package/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
  88. package/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
  89. package/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
  90. package/node_modules/@slack/types/dist/events/group.d.ts +55 -0
  91. package/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
  92. package/node_modules/@slack/types/dist/events/group.js +3 -0
  93. package/node_modules/@slack/types/dist/events/group.js.map +1 -0
  94. package/node_modules/@slack/types/dist/events/im.d.ts +26 -0
  95. package/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
  96. package/node_modules/@slack/types/dist/events/im.js +3 -0
  97. package/node_modules/@slack/types/dist/events/im.js.map +1 -0
  98. package/node_modules/@slack/types/dist/events/index.d.ts +57 -0
  99. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
  100. package/node_modules/@slack/types/dist/events/index.js +42 -0
  101. package/node_modules/@slack/types/dist/events/index.js.map +1 -0
  102. package/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
  103. package/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
  104. package/node_modules/@slack/types/dist/events/invite.js +3 -0
  105. package/node_modules/@slack/types/dist/events/invite.js.map +1 -0
  106. package/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
  107. package/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
  108. package/node_modules/@slack/types/dist/events/link-shared.js +3 -0
  109. package/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
  110. package/node_modules/@slack/types/dist/events/member.d.ts +18 -0
  111. package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
  112. package/node_modules/@slack/types/dist/events/member.js +3 -0
  113. package/node_modules/@slack/types/dist/events/member.js.map +1 -0
  114. package/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
  115. package/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
  116. package/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
  117. package/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
  118. package/node_modules/@slack/types/dist/events/message.d.ts +304 -0
  119. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
  120. package/node_modules/@slack/types/dist/events/message.js +3 -0
  121. package/node_modules/@slack/types/dist/events/message.js.map +1 -0
  122. package/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
  123. package/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
  124. package/node_modules/@slack/types/dist/events/pin.js +3 -0
  125. package/node_modules/@slack/types/dist/events/pin.js.map +1 -0
  126. package/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
  127. package/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
  128. package/node_modules/@slack/types/dist/events/reaction.js +3 -0
  129. package/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
  130. package/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
  131. package/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
  132. package/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
  133. package/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
  134. package/node_modules/@slack/types/dist/events/star.d.ts +13 -0
  135. package/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
  136. package/node_modules/@slack/types/dist/events/star.js +3 -0
  137. package/node_modules/@slack/types/dist/events/star.js.map +1 -0
  138. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
  139. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
  140. package/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
  141. package/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
  142. package/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
  143. package/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
  144. package/node_modules/@slack/types/dist/events/subteam.js +3 -0
  145. package/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
  146. package/node_modules/@slack/types/dist/events/team.d.ts +99 -0
  147. package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
  148. package/node_modules/@slack/types/dist/events/team.js +3 -0
  149. package/node_modules/@slack/types/dist/events/team.js.map +1 -0
  150. package/node_modules/@slack/types/dist/events/token.d.ts +8 -0
  151. package/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
  152. package/node_modules/@slack/types/dist/events/token.js +3 -0
  153. package/node_modules/@slack/types/dist/events/token.js.map +1 -0
  154. package/node_modules/@slack/types/dist/events/user.d.ts +312 -0
  155. package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
  156. package/node_modules/@slack/types/dist/events/user.js +3 -0
  157. package/node_modules/@slack/types/dist/events/user.js.map +1 -0
  158. package/node_modules/@slack/types/dist/index.d.ts +1 -0
  159. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  160. package/node_modules/@slack/types/dist/index.js +1 -0
  161. package/node_modules/@slack/types/dist/index.js.map +1 -1
  162. package/node_modules/@slack/types/dist/message-attachments.d.ts +7 -6
  163. package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -1
  164. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  165. package/node_modules/@slack/types/dist/views.d.ts +51 -15
  166. package/node_modules/@slack/types/dist/views.d.ts.map +1 -1
  167. package/node_modules/@slack/types/package.json +10 -15
  168. package/node_modules/@slack/web-api/dist/WebClient.d.ts +12 -16
  169. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/dist/WebClient.js +54 -60
  171. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  172. package/node_modules/@slack/web-api/dist/errors.d.ts +3 -3
  173. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  174. package/node_modules/@slack/web-api/dist/errors.js +2 -2
  175. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  176. package/node_modules/@slack/web-api/dist/file-upload.d.ts +5 -5
  177. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  178. package/node_modules/@slack/web-api/dist/file-upload.js +20 -21
  179. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  180. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  181. package/node_modules/@slack/web-api/dist/instrument.js +7 -6
  182. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  183. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  184. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  185. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  186. package/node_modules/@slack/web-api/dist/methods.d.ts +265 -253
  187. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  188. package/node_modules/@slack/web-api/dist/methods.js +59 -41
  189. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  190. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +1 -1
  191. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  192. package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
  193. package/node_modules/@slack/web-api/dist/types/helpers.d.ts +1 -1
  194. package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -1
  195. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +3 -3
  196. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -1
  197. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +5 -9
  198. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -1
  199. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -1
  200. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +1 -1
  201. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -1
  202. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +5 -16
  203. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -1
  204. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +1 -1
  205. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -1
  206. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +2 -4
  207. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -1
  208. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -1
  209. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  210. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -1
  211. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +1 -1
  212. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -1
  213. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -1
  214. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +7 -11
  215. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
  216. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +2 -2
  217. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -1
  218. package/node_modules/@slack/web-api/dist/types/request/api.d.ts +1 -1
  219. package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -1
  220. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +1 -1
  221. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -1
  222. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +1 -1
  223. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -1
  224. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +5 -9
  225. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -1
  226. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +1 -1
  227. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -1
  228. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  229. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -1
  230. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +3 -5
  231. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  232. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +19 -19
  233. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  234. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +12 -0
  235. package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -1
  236. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +34 -15
  237. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -1
  238. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +1 -1
  239. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -1
  240. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +2 -2
  241. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -1
  242. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +2 -2
  243. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -1
  244. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +13 -13
  245. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  246. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +26 -26
  247. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  248. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  249. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +1 -1
  250. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -1
  251. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +1 -1
  252. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -1
  253. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +4 -5
  254. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -1
  255. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +2 -2
  256. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -1
  257. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +2 -2
  258. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
  259. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  260. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  261. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +2 -3
  262. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -1
  263. package/node_modules/@slack/web-api/dist/types/request/team.d.ts +2 -2
  264. package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -1
  265. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +3 -4
  266. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -1
  267. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +2 -2
  268. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  269. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +8 -9
  270. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  271. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +1 -1
  272. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  273. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +1 -1
  274. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -1
  275. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +2 -3
  276. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
  277. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +1 -1
  278. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -1
  279. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +1 -1
  280. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -1
  281. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +1 -1
  282. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -1
  283. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -1
  284. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
  285. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -1
  286. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
  287. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -1
  288. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
  289. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +1 -1
  290. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -1
  291. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +1 -1
  292. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -1
  293. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +1 -1
  294. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -1
  295. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +1 -1
  296. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -1
  297. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -1
  298. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
  299. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -1
  300. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
  301. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -1
  302. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
  303. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -1
  304. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
  305. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -1
  306. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
  307. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -1
  308. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
  309. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -1
  310. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
  311. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +1 -1
  312. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -1
  313. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -1
  314. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
  315. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -1
  316. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
  317. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -1
  318. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
  319. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +1 -1
  320. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -1
  321. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +1 -1
  322. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -1
  323. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -1
  324. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
  325. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -1
  326. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
  327. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +1 -1
  328. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -1
  329. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -1
  330. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
  331. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +1 -1
  332. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -1
  333. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -1
  334. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
  335. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +1 -1
  336. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -1
  337. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +1 -1
  338. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -1
  339. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +1 -1
  340. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -1
  341. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -1
  342. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
  343. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +1 -1
  344. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -1
  345. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +1 -1
  346. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -1
  347. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +1 -1
  348. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -1
  349. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +1 -1
  350. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -1
  351. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +31 -4
  352. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  353. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +1 -1
  354. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -1
  355. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -1
  356. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
  357. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +1 -1
  358. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -1
  359. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +1 -1
  360. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -1
  361. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +1 -1
  362. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -1
  363. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +1 -1
  364. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -1
  365. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +1 -1
  366. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -1
  367. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -1
  368. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
  369. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -1
  370. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
  371. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -1
  372. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
  373. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -1
  374. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
  375. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -1
  376. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
  377. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +1 -1
  378. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
  379. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +2 -3
  380. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  381. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -1
  382. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
  383. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -1
  384. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
  385. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -1
  386. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
  387. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -1
  388. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
  389. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -1
  390. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
  391. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -1
  392. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
  393. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -1
  394. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
  395. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -1
  396. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
  397. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -1
  398. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
  399. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -1
  400. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
  401. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +1 -1
  402. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -1
  403. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -1
  404. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
  405. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -1
  406. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
  407. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -1
  408. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
  409. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -1
  410. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
  411. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -1
  412. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
  413. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -1
  414. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
  415. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -1
  416. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
  417. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -1
  418. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
  419. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -1
  420. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
  421. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -1
  422. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
  423. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -1
  424. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
  425. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -1
  426. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
  427. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +1 -1
  428. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -1
  429. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +1 -1
  430. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -1
  431. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -1
  432. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
  433. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +1 -1
  434. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -1
  435. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -1
  436. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
  437. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -1
  438. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
  439. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -1
  440. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
  441. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -1
  442. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
  443. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -1
  444. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
  445. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -1
  446. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
  447. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -1
  448. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
  449. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +1 -1
  450. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -1
  451. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +1 -1
  452. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -1
  453. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +1 -1
  454. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -1
  455. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +1 -1
  456. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -1
  457. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -1
  458. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
  459. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +1 -1
  460. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -1
  461. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +1 -1
  462. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -1
  463. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +1 -1
  464. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -1
  465. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +1 -1
  466. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -1
  467. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -1
  468. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
  469. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -1
  470. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
  471. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +1 -1
  472. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
  473. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -1
  474. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
  475. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -1
  476. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  477. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -1
  478. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
  479. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +1 -1
  480. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
  481. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -1
  482. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
  483. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -1
  484. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
  485. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +1 -1
  486. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -1
  487. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +1 -1
  488. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -1
  489. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +1 -1
  490. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -1
  491. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +1 -1
  492. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -1
  493. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +1 -1
  494. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -1
  495. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +1 -1
  496. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -1
  497. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -1
  498. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
  499. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -1
  500. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
  501. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -1
  502. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
  503. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -1
  504. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
  505. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -1
  506. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
  507. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -1
  508. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
  509. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -1
  510. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
  511. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -1
  512. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
  513. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +1 -1
  514. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
  515. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -1
  516. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
  517. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -1
  518. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
  519. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -1
  520. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
  521. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -1
  522. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
  523. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -1
  524. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
  525. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -1
  526. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
  527. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +2 -3
  528. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
  529. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +2 -3
  530. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
  531. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -1
  532. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
  533. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +2 -3
  534. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
  535. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -1
  536. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
  537. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -1
  538. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
  539. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +1 -1
  540. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -1
  541. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +1 -1
  542. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -1
  543. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +1 -1
  544. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -1
  545. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +1 -1
  546. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -1
  547. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +1 -1
  548. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -1
  549. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +1 -1
  550. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -1
  551. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +1 -1
  552. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -1
  553. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +1 -1
  554. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -1
  555. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +1 -1
  556. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -1
  557. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +1 -1
  558. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -1
  559. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +1 -1
  560. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -1
  561. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +1 -1
  562. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -1
  563. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +1 -1
  564. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -1
  565. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +1 -1
  566. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -1
  567. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +1 -1
  568. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -1
  569. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -1
  570. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
  571. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +1 -1
  572. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -1
  573. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -1
  574. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
  575. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +1 -1
  576. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -1
  577. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -1
  578. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
  579. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +10 -3
  580. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  581. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  582. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +9 -3
  583. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  584. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  585. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -1
  586. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
  587. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +1 -1
  588. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
  589. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +9 -3
  590. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  591. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  592. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +1 -1
  593. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -1
  594. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +1 -1
  595. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -1
  596. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -1
  597. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
  598. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -1
  599. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
  600. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -1
  601. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
  602. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -1
  603. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
  604. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +1 -1
  605. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -1
  606. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +1 -1
  607. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -1
  608. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +10 -3
  609. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  610. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  611. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +1 -1
  612. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
  613. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -1
  614. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
  615. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +1 -1
  616. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -1
  617. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +7 -1
  618. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  619. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -1
  620. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  621. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -1
  622. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
  623. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +1 -1
  624. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -1
  625. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +7 -1
  626. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  627. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -1
  628. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
  629. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -1
  630. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
  631. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +8 -1
  632. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  633. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  634. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -1
  635. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
  636. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +10 -3
  637. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  638. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  639. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +6 -0
  640. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
  641. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +12 -0
  642. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
  643. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +5 -0
  644. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
  645. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +12 -0
  646. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
  647. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -1
  648. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
  649. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -1
  650. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
  651. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -1
  652. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
  653. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +1 -1
  654. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -1
  655. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -1
  656. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
  657. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -1
  658. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
  659. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -1
  660. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
  661. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -1
  662. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
  663. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -1
  664. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
  665. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -1
  666. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
  667. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +1 -1
  668. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -1
  669. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +1 -1
  670. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -1
  671. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +1 -1
  672. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -1
  673. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -1
  674. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  675. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -1
  676. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
  677. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -1
  678. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
  679. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +8 -1
  680. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  681. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  682. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +8 -1
  683. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  684. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  685. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +8 -1
  686. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  687. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  688. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +8 -1
  689. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  690. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  691. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +8 -1
  692. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  693. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  694. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -1
  695. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
  696. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +8 -1
  697. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  698. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  699. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +8 -1
  700. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  701. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  702. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +8 -1
  703. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  704. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  705. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +8 -1
  706. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  707. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  708. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +8 -1
  709. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  710. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  711. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +1 -1
  712. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -1
  713. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +1 -1
  714. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -1
  715. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +1 -1
  716. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -1
  717. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +1 -1
  718. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -1
  719. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +1 -1
  720. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -1
  721. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +1 -1
  722. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -1
  723. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +1 -1
  724. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -1
  725. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +1 -1
  726. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -1
  727. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +1 -1
  728. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -1
  729. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +1 -1
  730. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -1
  731. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +1 -1
  732. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -1
  733. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +1 -1
  734. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -1
  735. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +1 -1
  736. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -1
  737. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +1 -1
  738. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -1
  739. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +1 -1
  740. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -1
  741. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +1 -1
  742. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -1
  743. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +1 -1
  744. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -1
  745. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +1 -1
  746. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -1
  747. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +1 -1
  748. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -1
  749. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +1 -1
  750. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -1
  751. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +1 -1
  752. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -1
  753. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +1 -1
  754. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -1
  755. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +1 -1
  756. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -1
  757. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +1 -1
  758. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -1
  759. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +1 -1
  760. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -1
  761. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +1 -1
  762. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -1
  763. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +1 -1
  764. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -1
  765. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +1 -1
  766. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -1
  767. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +1 -1
  768. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -1
  769. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +1 -1
  770. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -1
  771. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +1 -1
  772. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -1
  773. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +1 -1
  774. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -1
  775. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +1 -1
  776. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -1
  777. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +1 -1
  778. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -1
  779. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +1 -1
  780. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -1
  781. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -1
  782. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
  783. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +1 -1
  784. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -1
  785. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +1 -1
  786. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -1
  787. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +1 -1
  788. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -1
  789. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +8 -1
  790. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  791. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  792. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +1 -1
  793. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -1
  794. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -1
  795. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
  796. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +9 -3
  797. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  798. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  799. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +10 -3
  800. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  801. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  802. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -1
  803. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
  804. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +1 -1
  805. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -1
  806. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +1 -1
  807. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -1
  808. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +1 -1
  809. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -1
  810. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +1 -1
  811. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -1
  812. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +1 -1
  813. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -1
  814. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +1 -1
  815. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
  816. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +10 -3
  817. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  818. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  819. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +10 -3
  820. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  821. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  822. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +10 -3
  823. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  824. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  825. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +10 -3
  826. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  827. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  828. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +1 -1
  829. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -1
  830. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +1 -1
  831. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -1
  832. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +1 -1
  833. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -1
  834. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +1 -1
  835. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
  836. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -1
  837. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
  838. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -1
  839. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
  840. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -1
  841. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
  842. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -1
  843. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
  844. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +1 -1
  845. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
  846. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -1
  847. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
  848. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -1
  849. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
  850. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -1
  851. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
  852. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +1 -1
  853. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -1
  854. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -1
  855. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  856. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -1
  857. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  858. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -1
  859. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  860. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -1
  861. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  862. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -1
  863. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  864. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -1
  865. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
  866. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -1
  867. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  868. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +7 -1
  869. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  870. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -1
  871. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
  872. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -1
  873. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
  874. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +1 -1
  875. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -1
  876. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +1 -1
  877. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -1
  878. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -1
  879. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  880. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -3
  881. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
  882. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +1 -1
  883. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
  884. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +1 -1
  885. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
  886. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +1 -1
  887. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
  888. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -1
  889. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
  890. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -1
  891. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
  892. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -1
  893. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
  894. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +8 -3
  895. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  896. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  897. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +8 -3
  898. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  899. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  900. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +8 -3
  901. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  902. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  903. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +8 -3
  904. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  905. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  906. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +1 -1
  907. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
  908. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +1 -1
  909. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
  910. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +1 -1
  911. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
  912. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +3 -1
  913. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  914. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  915. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +17 -10
  916. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +93 -8
  917. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1060 -110
  918. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  919. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2 -3
  920. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +262 -23
  921. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +21 -12
  922. package/node_modules/@slack/web-api/package.json +8 -17
  923. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  924. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +17 -10
  925. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +93 -8
  926. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1060 -110
  927. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  928. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -3
  929. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +262 -23
  930. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +21 -12
  931. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  932. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +17 -10
  933. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +93 -8
  934. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1060 -110
  935. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  936. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -3
  937. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +262 -23
  938. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +21 -12
  939. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  940. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +17 -10
  941. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +93 -8
  942. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1060 -110
  943. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  944. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -3
  945. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +262 -23
  946. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +21 -12
  947. package/node_modules/axios/CHANGELOG.md +27 -0
  948. package/node_modules/axios/README.md +4 -3
  949. package/node_modules/axios/dist/axios.js +179 -131
  950. package/node_modules/axios/dist/axios.js.map +1 -1
  951. package/node_modules/axios/dist/axios.min.js +1 -1
  952. package/node_modules/axios/dist/axios.min.js.map +1 -1
  953. package/node_modules/axios/dist/browser/axios.cjs +89 -57
  954. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  955. package/node_modules/axios/dist/esm/axios.js +89 -57
  956. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  957. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  958. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  959. package/node_modules/axios/dist/node/axios.cjs +90 -58
  960. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  961. package/node_modules/axios/lib/adapters/fetch.js +17 -20
  962. package/node_modules/axios/lib/adapters/http.js +1 -1
  963. package/node_modules/axios/lib/cancel/CancelToken.js +14 -0
  964. package/node_modules/axios/lib/env/data.js +1 -1
  965. package/node_modules/axios/lib/helpers/composeSignals.js +31 -29
  966. package/node_modules/axios/lib/helpers/trackStream.js +25 -5
  967. package/node_modules/axios/package.json +1 -1
  968. package/node_modules/escalade/index.d.mts +11 -0
  969. package/node_modules/escalade/index.d.ts +14 -2
  970. package/node_modules/escalade/package.json +18 -7
  971. package/node_modules/escalade/sync/index.d.mts +9 -0
  972. package/node_modules/escalade/sync/index.d.ts +13 -2
  973. package/node_modules/follow-redirects/index.js +21 -7
  974. package/node_modules/follow-redirects/package.json +2 -2
  975. package/node_modules/pump/.github/FUNDING.yml +2 -0
  976. package/node_modules/pump/README.md +9 -0
  977. package/node_modules/pump/SECURITY.md +5 -0
  978. package/node_modules/pump/index.js +5 -1
  979. package/node_modules/pump/package.json +1 -1
  980. package/node_modules/uglify-js/lib/compress.js +23 -13
  981. package/node_modules/uglify-js/package.json +1 -1
  982. package/package.json +22 -22
  983. package/node_modules/mjml-migrate/node_modules/cliui/LICENSE.txt +0 -14
  984. package/node_modules/mjml-migrate/node_modules/cliui/README.md +0 -141
  985. package/node_modules/mjml-migrate/node_modules/cliui/build/index.cjs +0 -302
  986. package/node_modules/mjml-migrate/node_modules/cliui/build/index.d.cts +0 -43
  987. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/index.js +0 -287
  988. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/string-utils.js +0 -27
  989. package/node_modules/mjml-migrate/node_modules/cliui/index.mjs +0 -13
  990. package/node_modules/mjml-migrate/node_modules/cliui/package.json +0 -83
  991. package/node_modules/mjml-migrate/node_modules/yargs/LICENSE +0 -21
  992. package/node_modules/mjml-migrate/node_modules/yargs/README.md +0 -204
  993. package/node_modules/mjml-migrate/node_modules/yargs/browser.d.ts +0 -5
  994. package/node_modules/mjml-migrate/node_modules/yargs/browser.mjs +0 -7
  995. package/node_modules/mjml-migrate/node_modules/yargs/build/index.cjs +0 -1
  996. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/argsert.js +0 -62
  997. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/command.js +0 -449
  998. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion-templates.js +0 -48
  999. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion.js +0 -243
  1000. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/middleware.js +0 -88
  1001. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/parse-command.js +0 -32
  1002. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  1003. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  1004. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/usage.js +0 -584
  1005. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  1006. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  1007. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
  1008. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
  1009. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  1010. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  1011. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  1012. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  1013. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/validation.js +0 -305
  1014. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
  1015. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yerror.js +0 -9
  1016. package/node_modules/mjml-migrate/node_modules/yargs/helpers/helpers.mjs +0 -10
  1017. package/node_modules/mjml-migrate/node_modules/yargs/helpers/index.js +0 -14
  1018. package/node_modules/mjml-migrate/node_modules/yargs/helpers/package.json +0 -3
  1019. package/node_modules/mjml-migrate/node_modules/yargs/index.cjs +0 -53
  1020. package/node_modules/mjml-migrate/node_modules/yargs/index.mjs +0 -8
  1021. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
  1022. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
  1023. package/node_modules/mjml-migrate/node_modules/yargs/locales/be.json +0 -46
  1024. package/node_modules/mjml-migrate/node_modules/yargs/locales/cs.json +0 -51
  1025. package/node_modules/mjml-migrate/node_modules/yargs/locales/de.json +0 -46
  1026. package/node_modules/mjml-migrate/node_modules/yargs/locales/en.json +0 -55
  1027. package/node_modules/mjml-migrate/node_modules/yargs/locales/es.json +0 -46
  1028. package/node_modules/mjml-migrate/node_modules/yargs/locales/fi.json +0 -49
  1029. package/node_modules/mjml-migrate/node_modules/yargs/locales/fr.json +0 -53
  1030. package/node_modules/mjml-migrate/node_modules/yargs/locales/hi.json +0 -49
  1031. package/node_modules/mjml-migrate/node_modules/yargs/locales/hu.json +0 -46
  1032. package/node_modules/mjml-migrate/node_modules/yargs/locales/id.json +0 -50
  1033. package/node_modules/mjml-migrate/node_modules/yargs/locales/it.json +0 -46
  1034. package/node_modules/mjml-migrate/node_modules/yargs/locales/ja.json +0 -51
  1035. package/node_modules/mjml-migrate/node_modules/yargs/locales/ko.json +0 -49
  1036. package/node_modules/mjml-migrate/node_modules/yargs/locales/nb.json +0 -44
  1037. package/node_modules/mjml-migrate/node_modules/yargs/locales/nl.json +0 -49
  1038. package/node_modules/mjml-migrate/node_modules/yargs/locales/nn.json +0 -44
  1039. package/node_modules/mjml-migrate/node_modules/yargs/locales/pirate.json +0 -13
  1040. package/node_modules/mjml-migrate/node_modules/yargs/locales/pl.json +0 -49
  1041. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt.json +0 -45
  1042. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt_BR.json +0 -48
  1043. package/node_modules/mjml-migrate/node_modules/yargs/locales/ru.json +0 -51
  1044. package/node_modules/mjml-migrate/node_modules/yargs/locales/th.json +0 -46
  1045. package/node_modules/mjml-migrate/node_modules/yargs/locales/tr.json +0 -48
  1046. package/node_modules/mjml-migrate/node_modules/yargs/locales/uk_UA.json +0 -51
  1047. package/node_modules/mjml-migrate/node_modules/yargs/locales/uz.json +0 -52
  1048. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_CN.json +0 -48
  1049. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_TW.json +0 -51
  1050. package/node_modules/mjml-migrate/node_modules/yargs/package.json +0 -123
  1051. package/node_modules/mjml-migrate/node_modules/yargs/yargs +0 -9
  1052. package/node_modules/mjml-migrate/node_modules/yargs/yargs.mjs +0 -10
  1053. package/node_modules/mjml-migrate/node_modules/yargs-parser/LICENSE.txt +0 -14
  1054. package/node_modules/mjml-migrate/node_modules/yargs-parser/README.md +0 -518
  1055. package/node_modules/mjml-migrate/node_modules/yargs-parser/browser.js +0 -29
  1056. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/index.cjs +0 -1050
  1057. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/index.js +0 -62
  1058. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  1059. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  1060. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  1061. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
  1062. package/node_modules/mjml-migrate/node_modules/yargs-parser/package.json +0 -92
  1063. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/LICENSE.txt +0 -0
  1064. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/README.md +0 -0
  1065. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.cjs +0 -0
  1066. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.d.cts +0 -0
  1067. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/index.js +0 -0
  1068. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/string-utils.js +0 -0
  1069. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/index.mjs +0 -0
  1070. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/package.json +0 -0
  1071. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/.npmignore +0 -0
  1072. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/index.js +0 -0
  1073. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/.gitkeep +0 -0
  1074. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/mappingTable.json +0 -0
  1075. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/package.json +0 -0
  1076. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/LICENSE.md +0 -0
  1077. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/README.md +0 -0
  1078. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/lib/index.js +0 -0
  1079. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/package.json +0 -0
  1080. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/LICENSE.txt +0 -0
  1081. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/README.md +0 -0
  1082. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL-impl.js +0 -0
  1083. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL.js +0 -0
  1084. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/public-api.js +0 -0
  1085. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/url-state-machine.js +0 -0
  1086. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/utils.js +0 -0
  1087. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/package.json +0 -0
  1088. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/LICENSE +0 -0
  1089. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/README.md +0 -0
  1090. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.d.ts +0 -0
  1091. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.mjs +0 -0
  1092. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/index.cjs +0 -0
  1093. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/argsert.js +0 -0
  1094. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/command.js +0 -0
  1095. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion-templates.js +0 -0
  1096. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion.js +0 -0
  1097. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/middleware.js +0 -0
  1098. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/parse-command.js +0 -0
  1099. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/common-types.js +0 -0
  1100. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/yargs-parser-types.js +0 -0
  1101. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/usage.js +0 -0
  1102. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/apply-extends.js +0 -0
  1103. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/is-promise.js +0 -0
  1104. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/levenshtein.js +0 -0
  1105. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/maybe-async-result.js +0 -0
  1106. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/obj-filter.js +0 -0
  1107. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/process-argv.js +0 -0
  1108. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/set-blocking.js +0 -0
  1109. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/which-module.js +0 -0
  1110. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/validation.js +0 -0
  1111. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yargs-factory.js +0 -0
  1112. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yerror.js +0 -0
  1113. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/helpers.mjs +0 -0
  1114. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/index.js +0 -0
  1115. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/package.json +0 -0
  1116. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.cjs +0 -0
  1117. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.mjs +0 -0
  1118. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/browser.mjs +0 -0
  1119. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/esm.mjs +0 -0
  1120. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/be.json +0 -0
  1121. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/cs.json +0 -0
  1122. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/de.json +0 -0
  1123. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/en.json +0 -0
  1124. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/es.json +0 -0
  1125. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fi.json +0 -0
  1126. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fr.json +0 -0
  1127. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hi.json +0 -0
  1128. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hu.json +0 -0
  1129. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/id.json +0 -0
  1130. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/it.json +0 -0
  1131. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ja.json +0 -0
  1132. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ko.json +0 -0
  1133. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nb.json +0 -0
  1134. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nl.json +0 -0
  1135. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nn.json +0 -0
  1136. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pirate.json +0 -0
  1137. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pl.json +0 -0
  1138. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt.json +0 -0
  1139. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt_BR.json +0 -0
  1140. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ru.json +0 -0
  1141. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/th.json +0 -0
  1142. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/tr.json +0 -0
  1143. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uk_UA.json +0 -0
  1144. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uz.json +0 -0
  1145. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_CN.json +0 -0
  1146. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_TW.json +0 -0
  1147. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/LICENSE.txt +0 -0
  1148. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/README.md +0 -0
  1149. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/browser.js +0 -0
  1150. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/index.cjs +0 -0
  1151. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/index.js +0 -0
  1152. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/string-utils.js +0 -0
  1153. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -0
  1154. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -0
  1155. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -0
  1156. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/package.json +0 -0
  1157. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/package.json +0 -0
  1158. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs +0 -0
  1159. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs.mjs +0 -0
@@ -0,0 +1,312 @@
1
+ import type { StatusEmojiDisplayInfo } from '../common/status-emoji-display-info';
2
+ export interface UserChangeEvent {
3
+ type: 'user_change';
4
+ user: {
5
+ id: string;
6
+ team_id: string;
7
+ name: string;
8
+ deleted: boolean;
9
+ color: string;
10
+ real_name: string;
11
+ tz: string;
12
+ tz_label: string;
13
+ tz_offset: number;
14
+ profile: {
15
+ title: string;
16
+ phone: string;
17
+ skype: string;
18
+ real_name: string;
19
+ real_name_normalized: string;
20
+ display_name: string;
21
+ display_name_normalized: string;
22
+ status_text: string;
23
+ status_text_canonical: string;
24
+ status_emoji: string;
25
+ status_emoji_display_info: StatusEmojiDisplayInfo[];
26
+ status_expiration: number;
27
+ avatar_hash: string;
28
+ huddle_state?: string;
29
+ huddle_state_expiration_ts?: number;
30
+ first_name: string;
31
+ last_name: string;
32
+ email?: string;
33
+ image_original?: string;
34
+ is_custom_image?: boolean;
35
+ image_24: string;
36
+ image_32: string;
37
+ image_48: string;
38
+ image_72: string;
39
+ image_192: string;
40
+ image_512: string;
41
+ image_1024?: string;
42
+ team: string;
43
+ fields: {
44
+ [key: string]: {
45
+ value: string;
46
+ alt: string;
47
+ };
48
+ } | [] | null;
49
+ };
50
+ is_admin: boolean;
51
+ is_owner: boolean;
52
+ is_primary_owner: boolean;
53
+ is_restricted: boolean;
54
+ is_ultra_restricted: boolean;
55
+ is_bot: boolean;
56
+ is_stranger?: boolean;
57
+ updated: number;
58
+ is_email_confirmed: boolean;
59
+ is_app_user: boolean;
60
+ is_invited_user?: boolean;
61
+ has_2fa?: boolean;
62
+ locale: string;
63
+ presence?: string;
64
+ enterprise_user?: {
65
+ id: string;
66
+ enterprise_id: string;
67
+ enterprise_name: string;
68
+ is_admin: boolean;
69
+ is_owner: boolean;
70
+ teams: string[];
71
+ };
72
+ two_factor_type?: string;
73
+ has_files?: boolean;
74
+ is_workflow_bot?: boolean;
75
+ who_can_share_contact_card: string;
76
+ };
77
+ cache_ts: number;
78
+ event_ts: string;
79
+ }
80
+ export interface UserHuddleChangedEvent {
81
+ type: 'user_huddle_changed';
82
+ user: {
83
+ id: string;
84
+ team_id: string;
85
+ name: string;
86
+ deleted: boolean;
87
+ color: string;
88
+ real_name: string;
89
+ tz: string;
90
+ tz_label: string;
91
+ tz_offset: number;
92
+ profile: {
93
+ title: string;
94
+ phone: string;
95
+ skype: string;
96
+ real_name: string;
97
+ real_name_normalized: string;
98
+ display_name: string;
99
+ display_name_normalized: string;
100
+ status_text: string;
101
+ status_text_canonical: string;
102
+ status_emoji: string;
103
+ status_emoji_display_info: StatusEmojiDisplayInfo[];
104
+ status_expiration: number;
105
+ avatar_hash: string;
106
+ huddle_state: string;
107
+ huddle_state_expiration_ts: number;
108
+ first_name: string;
109
+ last_name: string;
110
+ email?: string;
111
+ image_original?: string;
112
+ is_custom_image?: boolean;
113
+ image_24: string;
114
+ image_32: string;
115
+ image_48: string;
116
+ image_72: string;
117
+ image_192: string;
118
+ image_512: string;
119
+ image_1024?: string;
120
+ team: string;
121
+ fields: {
122
+ [key: string]: {
123
+ value: string;
124
+ alt: string;
125
+ };
126
+ } | [] | null;
127
+ };
128
+ is_admin: boolean;
129
+ is_owner: boolean;
130
+ is_primary_owner: boolean;
131
+ is_restricted: boolean;
132
+ is_ultra_restricted: boolean;
133
+ is_bot: boolean;
134
+ is_stranger?: boolean;
135
+ updated: number;
136
+ is_email_confirmed: boolean;
137
+ is_app_user: boolean;
138
+ is_invited_user?: boolean;
139
+ has_2fa?: boolean;
140
+ locale: string;
141
+ presence?: string;
142
+ enterprise_user?: {
143
+ id: string;
144
+ enterprise_id: string;
145
+ enterprise_name: string;
146
+ is_admin: boolean;
147
+ is_owner: boolean;
148
+ teams: string[];
149
+ };
150
+ two_factor_type?: string;
151
+ has_files?: boolean;
152
+ is_workflow_bot?: boolean;
153
+ who_can_share_contact_card: string;
154
+ };
155
+ cache_ts: number;
156
+ event_ts: string;
157
+ }
158
+ export interface UserProfileChangedEvent {
159
+ type: 'user_profile_changed';
160
+ user: {
161
+ id: string;
162
+ team_id: string;
163
+ name: string;
164
+ deleted: boolean;
165
+ color: string;
166
+ real_name: string;
167
+ tz: string;
168
+ tz_label: string;
169
+ tz_offset: number;
170
+ profile: {
171
+ title: string;
172
+ phone: string;
173
+ skype: string;
174
+ real_name: string;
175
+ real_name_normalized: string;
176
+ display_name: string;
177
+ display_name_normalized: string;
178
+ status_text: string;
179
+ status_text_canonical: string;
180
+ status_emoji: string;
181
+ status_emoji_display_info: StatusEmojiDisplayInfo[];
182
+ status_expiration: number;
183
+ avatar_hash: string;
184
+ huddle_state: string;
185
+ huddle_state_expiration_ts: number;
186
+ first_name: string;
187
+ last_name: string;
188
+ email?: string;
189
+ image_original?: string;
190
+ is_custom_image?: boolean;
191
+ image_24: string;
192
+ image_32: string;
193
+ image_48: string;
194
+ image_72: string;
195
+ image_192: string;
196
+ image_512: string;
197
+ image_1024?: string;
198
+ team: string;
199
+ fields: {
200
+ [key: string]: {
201
+ value: string;
202
+ alt: string;
203
+ };
204
+ } | [] | null;
205
+ };
206
+ is_admin: boolean;
207
+ is_owner: boolean;
208
+ is_primary_owner: boolean;
209
+ is_restricted: boolean;
210
+ is_ultra_restricted: boolean;
211
+ is_bot: boolean;
212
+ is_stranger?: boolean;
213
+ updated: number;
214
+ is_email_confirmed: boolean;
215
+ is_app_user: boolean;
216
+ is_invited_user?: boolean;
217
+ has_2fa?: boolean;
218
+ locale: string;
219
+ presence?: string;
220
+ enterprise_user?: {
221
+ id: string;
222
+ enterprise_id: string;
223
+ enterprise_name: string;
224
+ is_admin: boolean;
225
+ is_owner: boolean;
226
+ teams: string[];
227
+ };
228
+ two_factor_type?: string;
229
+ has_files?: boolean;
230
+ is_workflow_bot?: boolean;
231
+ who_can_share_contact_card: string;
232
+ };
233
+ cache_ts: number;
234
+ event_ts: string;
235
+ }
236
+ export interface UserStatusChangedEvent {
237
+ type: 'user_status_changed';
238
+ user: {
239
+ id: string;
240
+ team_id: string;
241
+ name: string;
242
+ deleted: boolean;
243
+ color: string;
244
+ real_name: string;
245
+ tz: string;
246
+ tz_label: string;
247
+ tz_offset: number;
248
+ profile: {
249
+ title: string;
250
+ phone: string;
251
+ skype: string;
252
+ real_name: string;
253
+ real_name_normalized: string;
254
+ display_name: string;
255
+ display_name_normalized: string;
256
+ status_text: string;
257
+ status_text_canonical: string;
258
+ status_emoji: string;
259
+ status_emoji_display_info: StatusEmojiDisplayInfo[];
260
+ status_expiration: number;
261
+ avatar_hash: string;
262
+ first_name: string;
263
+ last_name: string;
264
+ email?: string;
265
+ image_original?: string;
266
+ is_custom_image?: boolean;
267
+ image_24: string;
268
+ image_32: string;
269
+ image_48: string;
270
+ image_72: string;
271
+ image_192: string;
272
+ image_512: string;
273
+ image_1024?: string;
274
+ team: string;
275
+ fields: {
276
+ [key: string]: {
277
+ value: string;
278
+ alt: string;
279
+ };
280
+ } | [] | null;
281
+ };
282
+ is_admin: boolean;
283
+ is_owner: boolean;
284
+ is_primary_owner: boolean;
285
+ is_restricted: boolean;
286
+ is_ultra_restricted: boolean;
287
+ is_bot: boolean;
288
+ is_stranger?: boolean;
289
+ updated: number;
290
+ is_email_confirmed: boolean;
291
+ is_app_user: boolean;
292
+ is_invited_user?: boolean;
293
+ has_2fa?: boolean;
294
+ locale: string;
295
+ presence?: string;
296
+ enterprise_user?: {
297
+ id: string;
298
+ enterprise_id: string;
299
+ enterprise_name: string;
300
+ is_admin: boolean;
301
+ is_owner: boolean;
302
+ teams: string[];
303
+ };
304
+ two_factor_type?: string;
305
+ has_files?: boolean;
306
+ is_workflow_bot?: boolean;
307
+ who_can_share_contact_card: string;
308
+ };
309
+ cache_ts: number;
310
+ event_ts: string;
311
+ }
312
+ //# sourceMappingURL=user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/events/user.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAElF,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,SAAS,EAAE,MAAM,CAAC;YAClB,oBAAoB,EAAE,MAAM,CAAC;YAC7B,YAAY,EAAE,MAAM,CAAC;YACrB,uBAAuB,EAAE,MAAM,CAAC;YAChC,WAAW,EAAE,MAAM,CAAC;YACpB,qBAAqB,EAAE,MAAM,CAAC;YAC9B,YAAY,EAAE,MAAM,CAAC;YACrB,yBAAyB,EAAE,sBAAsB,EAAE,CAAC;YACpD,iBAAiB,EAAE,MAAM,CAAC;YAC1B,WAAW,EAAE,MAAM,CAAC;YACpB,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,0BAA0B,CAAC,EAAE,MAAM,CAAC;YACpC,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,MAAM,CAAC;YAClB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,eAAe,CAAC,EAAE,OAAO,CAAC;YAC1B,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EACF;gBACE,CAAC,GAAG,EAAE,MAAM,GAAG;oBACb,KAAK,EAAE,MAAM,CAAC;oBACd,GAAG,EAAE,MAAM,CAAC;iBACb,CAAC;aACH,GACD,EAAE,GACF,IAAI,CAAC;SACV,CAAC;QACF,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,aAAa,EAAE,OAAO,CAAC;QACvB,mBAAmB,EAAE,OAAO,CAAC;QAC7B,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,OAAO,CAAC;QAC5B,WAAW,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE;YAChB,EAAE,EAAE,MAAM,CAAC;YACX,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;YACxB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,KAAK,EAAE,MAAM,EAAE,CAAC;SACjB,CAAC;QACF,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,0BAA0B,EAAE,MAAM,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,SAAS,EAAE,MAAM,CAAC;YAClB,oBAAoB,EAAE,MAAM,CAAC;YAC7B,YAAY,EAAE,MAAM,CAAC;YACrB,uBAAuB,EAAE,MAAM,CAAC;YAChC,WAAW,EAAE,MAAM,CAAC;YACpB,qBAAqB,EAAE,MAAM,CAAC;YAC9B,YAAY,EAAE,MAAM,CAAC;YACrB,yBAAyB,EAAE,sBAAsB,EAAE,CAAC;YACpD,iBAAiB,EAAE,MAAM,CAAC;YAC1B,WAAW,EAAE,MAAM,CAAC;YACpB,YAAY,EAAE,MAAM,CAAC;YACrB,0BAA0B,EAAE,MAAM,CAAC;YACnC,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,MAAM,CAAC;YAClB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,eAAe,CAAC,EAAE,OAAO,CAAC;YAC1B,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EACF;gBACE,CAAC,GAAG,EAAE,MAAM,GAAG;oBACb,KAAK,EAAE,MAAM,CAAC;oBACd,GAAG,EAAE,MAAM,CAAC;iBACb,CAAC;aACH,GACD,EAAE,GACF,IAAI,CAAC;SACV,CAAC;QACF,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,aAAa,EAAE,OAAO,CAAC;QACvB,mBAAmB,EAAE,OAAO,CAAC;QAC7B,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,OAAO,CAAC;QAC5B,WAAW,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE;YAChB,EAAE,EAAE,MAAM,CAAC;YACX,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;YACxB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,KAAK,EAAE,MAAM,EAAE,CAAC;SACjB,CAAC;QACF,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,0BAA0B,EAAE,MAAM,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,SAAS,EAAE,MAAM,CAAC;YAClB,oBAAoB,EAAE,MAAM,CAAC;YAC7B,YAAY,EAAE,MAAM,CAAC;YACrB,uBAAuB,EAAE,MAAM,CAAC;YAChC,WAAW,EAAE,MAAM,CAAC;YACpB,qBAAqB,EAAE,MAAM,CAAC;YAC9B,YAAY,EAAE,MAAM,CAAC;YACrB,yBAAyB,EAAE,sBAAsB,EAAE,CAAC;YACpD,iBAAiB,EAAE,MAAM,CAAC;YAC1B,WAAW,EAAE,MAAM,CAAC;YACpB,YAAY,EAAE,MAAM,CAAC;YACrB,0BAA0B,EAAE,MAAM,CAAC;YACnC,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,MAAM,CAAC;YAClB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,eAAe,CAAC,EAAE,OAAO,CAAC;YAC1B,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EACF;gBACE,CAAC,GAAG,EAAE,MAAM,GAAG;oBACb,KAAK,EAAE,MAAM,CAAC;oBACd,GAAG,EAAE,MAAM,CAAC;iBACb,CAAC;aACH,GACD,EAAE,GACF,IAAI,CAAC;SACV,CAAC;QACF,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,aAAa,EAAE,OAAO,CAAC;QACvB,mBAAmB,EAAE,OAAO,CAAC;QAC7B,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,OAAO,CAAC;QAC5B,WAAW,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE;YAChB,EAAE,EAAE,MAAM,CAAC;YACX,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;YACxB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,KAAK,EAAE,MAAM,EAAE,CAAC;SACjB,CAAC;QACF,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,0BAA0B,EAAE,MAAM,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,EAAE,MAAM,CAAC;YACd,SAAS,EAAE,MAAM,CAAC;YAClB,oBAAoB,EAAE,MAAM,CAAC;YAC7B,YAAY,EAAE,MAAM,CAAC;YACrB,uBAAuB,EAAE,MAAM,CAAC;YAChC,WAAW,EAAE,MAAM,CAAC;YACpB,qBAAqB,EAAE,MAAM,CAAC;YAC9B,YAAY,EAAE,MAAM,CAAC;YACrB,yBAAyB,EAAE,sBAAsB,EAAE,CAAC;YACpD,iBAAiB,EAAE,MAAM,CAAC;YAC1B,WAAW,EAAE,MAAM,CAAC;YACpB,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,MAAM,CAAC;YAClB,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB,eAAe,CAAC,EAAE,OAAO,CAAC;YAC1B,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EACF;gBACE,CAAC,GAAG,EAAE,MAAM,GAAG;oBACb,KAAK,EAAE,MAAM,CAAC;oBACd,GAAG,EAAE,MAAM,CAAC;iBACb,CAAC;aACH,GACD,EAAE,GACF,IAAI,CAAC;SACV,CAAC;QACF,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,OAAO,CAAC;QAClB,gBAAgB,EAAE,OAAO,CAAC;QAC1B,aAAa,EAAE,OAAO,CAAC;QACvB,mBAAmB,EAAE,OAAO,CAAC;QAC7B,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,OAAO,CAAC;QAC5B,WAAW,EAAE,OAAO,CAAC;QACrB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE;YAChB,EAAE,EAAE,MAAM,CAAC;YACX,aAAa,EAAE,MAAM,CAAC;YACtB,eAAe,EAAE,MAAM,CAAC;YACxB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,KAAK,EAAE,MAAM,EAAE,CAAC;SACjB,CAAC;QACF,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,0BAA0B,EAAE,MAAM,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=user.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.js","sourceRoot":"","sources":["../../src/events/user.ts"],"names":[],"mappings":""}
@@ -1,5 +1,6 @@
1
1
  export * from './calls';
2
2
  export * from './dialog';
3
+ export * from './events';
3
4
  export * from './message-metadata';
4
5
  export * from './message-attachments';
5
6
  export * from './views';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC"}
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./calls"), exports);
18
18
  __exportStar(require("./dialog"), exports);
19
+ __exportStar(require("./events"), exports);
19
20
  __exportStar(require("./message-metadata"), exports);
20
21
  __exportStar(require("./message-attachments"), exports);
21
22
  __exportStar(require("./views"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB;AACzB,qDAAmC;AACnC,wDAAsC;AACtC,0CAAwB;AACxB,qDAAmC;AACnC,kEAAgD;AAChD,6DAA2C;AAC3C,yDAAuC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,wDAAsC;AACtC,0CAAwB;AACxB,qDAAmC;AACnC,kEAAgD;AAChD,6DAA2C;AAC3C,yDAAuC"}
@@ -1,5 +1,5 @@
1
- import { PlainTextElement } from './block-kit/composition-objects';
2
- import { Block, KnownBlock } from './block-kit/blocks';
1
+ import type { AnyBlock } from './block-kit/blocks';
2
+ import type { PlainTextElement } from './block-kit/composition-objects';
3
3
  /**
4
4
  * Add {@link https://api.slack.com/messaging/composing/layouts#attachments secondary attachments} to your messages in Slack.
5
5
  * Message attachments are considered a legacy part of messaging functionality. They are not deprecated per se, but they may change in the future, in ways that reduce their visibility or utility. We recommend moving to Block Kit instead. Read more about {@link https://api.slack.com/messaging/composing/layouts#when-to-use-attachments when to use message attachments}.
@@ -10,7 +10,7 @@ export interface MessageAttachment {
10
10
  * @description An array of {@link KnownBlock layout blocks} in the same format
11
11
  * {@link https://api.slack.com/block-kit/building as described in the building blocks guide}.
12
12
  */
13
- blocks?: (KnownBlock | Block)[];
13
+ blocks?: AnyBlock[];
14
14
  /**
15
15
  * @description A plain text summary of the attachment used in clients that
16
16
  * don't show formatted text (e.g. mobile notifications).
@@ -128,14 +128,14 @@ export interface MessageAttachmentField {
128
128
  */
129
129
  short?: boolean;
130
130
  }
131
- export interface MessageAttachmentPreview {
131
+ interface MessageAttachmentPreview {
132
132
  type?: string;
133
133
  can_remove?: boolean;
134
134
  title?: PlainTextElement;
135
135
  subtitle?: PlainTextElement;
136
136
  iconUrl?: string;
137
137
  }
138
- export interface AttachmentAction {
138
+ interface AttachmentAction {
139
139
  id?: string;
140
140
  confirm?: Confirmation;
141
141
  data_source?: 'static' | 'channels' | 'conversations' | 'users' | 'external';
@@ -153,7 +153,7 @@ export interface AttachmentAction {
153
153
  value?: string;
154
154
  url?: string;
155
155
  }
156
- export interface OptionField {
156
+ interface OptionField {
157
157
  description?: string;
158
158
  text: string;
159
159
  value: string;
@@ -167,4 +167,5 @@ export interface Confirmation {
167
167
  export interface LinkUnfurls {
168
168
  [linkUrl: string]: MessageAttachment;
169
169
  }
170
+ export {};
170
171
  //# sourceMappingURL=message-attachments.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"message-attachments.d.ts","sourceRoot":"","sources":["../src/message-attachments.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"message-attachments.d.ts","sourceRoot":"","sources":["../src/message-attachments.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"message-metadata.d.ts","sourceRoot":"","sources":["../src/message-metadata.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,aAAa,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;KACpH,CAAA;CACF;AAED,MAAM,WAAW,iCAAiC;IAChD,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;CACzC"}
1
+ {"version":3,"file":"message-metadata.d.ts","sourceRoot":"","sources":["../src/message-metadata.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,aAAa,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;KACpH,CAAC;CACH;AAED,MAAM,WAAW,iCAAiC;IAChD,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CAC1C"}
@@ -1,35 +1,71 @@
1
- import { Block, KnownBlock } from './block-kit/blocks';
2
- import { PlainTextElement } from './block-kit/composition-objects';
3
- export interface HomeView {
4
- type: 'home';
5
- blocks: (KnownBlock | Block)[];
1
+ import type { AnyBlock } from './block-kit/blocks';
2
+ import type { PlainTextElement } from './block-kit/composition-objects';
3
+ interface BaseView {
4
+ /** @description An array of {@link AnyBlock} that defines the content of the view. Max of 100 blocks. */
5
+ blocks: AnyBlock[];
6
+ /**
7
+ * @description String that will be sent to your app in
8
+ * {@link https://api.slack.com/reference/interaction-payloads/views#view_submission `view_submission`} and
9
+ * {@link https://api.slack.com/reference/interaction-payloads/block-actions `block_actions`} events.
10
+ * Maximum length of 3000 characters.
11
+ */
6
12
  private_metadata?: string;
13
+ /**
14
+ * @description An identifier to recognize interactions and submissions of this particular view. Don't use this to
15
+ * store sensitive information (use `private_metadata` instead). Maximum length of 255 characters.
16
+ * @see {@link https://api.slack.com/surfaces/modals#interactions Handling and responding to interactions}.
17
+ */
7
18
  callback_id?: string;
19
+ /** @description A custom identifier that must be unique for all views on a per-team basis. */
8
20
  external_id?: string;
9
21
  }
10
- export interface ModalView {
22
+ export interface HomeView extends BaseView {
23
+ /** @description The type of view. Set to `home` for Home tabs. */
24
+ type: 'home';
25
+ }
26
+ export interface ModalView extends BaseView {
27
+ /** @description The type of view. Set to `modal` for modals. */
11
28
  type: 'modal';
29
+ /**
30
+ * @description The title that appears in the top-left of the modal. Must be a {@link PlainTextElement} with a
31
+ * maximum length of 24 characters.
32
+ */
12
33
  title: PlainTextElement;
13
- blocks: (KnownBlock | Block)[];
34
+ /**
35
+ * @description An optional {@link PlainTextElement} that defines the text displayed in the close button at the
36
+ * bottom-right of the view. Maximum length of 24 characters.
37
+ */
14
38
  close?: PlainTextElement;
39
+ /**
40
+ * @description An optional {@link PlainTextElement} that defines the text displayed in the submit button at the
41
+ * bottom-right of the view. `submit` is required when an input block is within the `blocks` array. Max length of 24
42
+ * characters.
43
+ */
15
44
  submit?: PlainTextElement;
16
- private_metadata?: string;
17
- callback_id?: string;
45
+ /**
46
+ * @description When set to `true`, clicking on the close button will clear all views in a modal and close it.
47
+ * Defaults to `false`.
48
+ */
18
49
  clear_on_close?: boolean;
50
+ /**
51
+ * @description Indicates whether Slack will send your app a
52
+ * {@link https://api.slack.com/reference/interaction-payloads/views#view_closed `view_closed`} event when a user
53
+ * clicks the close button. Defaults to `false`.
54
+ */
19
55
  notify_on_close?: boolean;
20
- external_id?: string;
21
56
  }
22
57
  /**
23
58
  * {@link https://api.slack.com/legacy/workflows/steps#handle_config_view Configuration modal} for {@link https://api.slack.com/legacy/workflows/steps legacy Workflow Steps from Apps}.
24
59
  * @deprecated Steps from Apps are deprecated and will no longer be executed starting September 12, 2024. For more information, see our {@link https://api.slack.com/changelog/2023-08-workflow-steps-from-apps-step-back deprecation announcement}.
25
60
  */
26
- export interface WorkflowStepView {
61
+ export interface WorkflowStepView extends BaseView {
27
62
  type: 'workflow_step';
28
- blocks: (KnownBlock | Block)[];
29
- private_metadata?: string;
30
- callback_id?: string;
63
+ /**
64
+ * @description When set to `true`, disables the submit button until the user has completed one or more inputs.
65
+ * Defaults to `false`.
66
+ */
31
67
  submit_disabled?: boolean;
32
- external_id?: string;
33
68
  }
34
69
  export type View = HomeView | ModalView | WorkflowStepView;
70
+ export {};
35
71
  //# sourceMappingURL=views.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../src/views.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,CAAC,UAAU,GAAG,KAAK,CAAC,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,gBAAgB,CAAC;IACxB,MAAM,EAAE,CAAC,UAAU,GAAG,KAAK,CAAC,EAAE,CAAC;IAC/B,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,eAAe,CAAC;IACtB,MAAM,EAAE,CAAC,UAAU,GAAG,KAAK,CAAC,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,IAAI,GAAG,QAAQ,GAAG,SAAS,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../src/views.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,UAAU,QAAQ;IAChB,yGAAyG;IACzG,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8FAA8F;IAC9F,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,WAAW,QAAS,SAAQ,QAAQ;IACxC,kEAAkE;IAClE,IAAI,EAAE,MAAM,CAAC;CACd;AAGD,MAAM,WAAW,SAAU,SAAQ,QAAQ;IACzC,gEAAgE;IAChE,IAAI,EAAE,OAAO,CAAC;IACd;;;OAGG;IACH,KAAK,EAAE,gBAAgB,CAAC;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAiB,SAAQ,QAAQ;IAChD,IAAI,EAAE,eAAe,CAAC;IACtB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,MAAM,IAAI,GAAG,QAAQ,GAAG,SAAS,GAAG,gBAAgB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slack/types",
3
- "version": "2.12.0",
3
+ "version": "2.13.1",
4
4
  "description": "Shared type definitions for the Node Slack SDK",
5
5
  "author": "Slack Technologies, LLC",
6
6
  "license": "MIT",
@@ -31,22 +31,17 @@
31
31
  "prepare": "npm run build",
32
32
  "build": "npm run build:clean && tsc",
33
33
  "build:clean": "shx rm -rf ./dist",
34
- "lint": "eslint --ext .ts src",
35
- "test": "npm run lint && npm run build && echo \"Tests are not implemented.\" && exit 0",
36
- "ref-docs:model": "api-extractor run"
34
+ "lint": "npx @biomejs/biome check --write .",
35
+ "test": "npm run lint && npm run build && npm run test:types",
36
+ "test:types": "tsd"
37
37
  },
38
38
  "devDependencies": {
39
- "@microsoft/api-extractor": "^7.38.0",
40
- "@typescript-eslint/eslint-plugin": "^6.4.1",
41
- "@typescript-eslint/parser": "^6.4.0",
42
- "eslint": "^8.47.0",
43
- "eslint-config-airbnb-base": "^15.0.0",
44
- "eslint-config-airbnb-typescript": "^17.1.0",
45
- "eslint-plugin-import": "^2.28.1",
46
- "eslint-plugin-import-newlines": "^1.3.4",
47
- "eslint-plugin-jsdoc": "^46.5.0",
48
- "eslint-plugin-node": "^11.1.0",
39
+ "@biomejs/biome": "^1.8.3",
49
40
  "shx": "^0.3.2",
50
- "typescript": "^4.1.0"
41
+ "tsd": "^0.31.0",
42
+ "typescript": "^5.5.4"
43
+ },
44
+ "tsd": {
45
+ "directory": "test"
51
46
  }
52
47
  }
@@ -1,10 +1,10 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="node" />
3
- import { Agent } from 'http';
4
- import { SecureContextOptions } from 'tls';
5
- import { LogLevel, Logger } from './logger';
3
+ import type { Agent } from 'node:http';
4
+ import type { SecureContextOptions } from 'node:tls';
5
+ import { LogLevel, type Logger } from './logger';
6
6
  import { Methods } from './methods';
7
- import { RetryOptions } from './retry-policies';
7
+ import { type RetryOptions } from './retry-policies';
8
8
  import type { FilesUploadV2Arguments } from './types/request/files';
9
9
  import type { FilesCompleteUploadExternalResponse } from './types/response';
10
10
  export interface WebClientOptions {
@@ -20,11 +20,11 @@ export interface WebClientOptions {
20
20
  headers?: Record<string, string>;
21
21
  teamId?: string;
22
22
  /**
23
- * Indicates whether to attach the original error to a Web API request error.
24
- * When set to true, the original error object will be attached to the Web API request error.
25
- * @type {boolean}
26
- * @default true
27
- */
23
+ * Indicates whether to attach the original error to a Web API request error.
24
+ * When set to true, the original error object will be attached to the Web API request error.
25
+ * @type {boolean}
26
+ * @default true
27
+ */
28
28
  attachOriginalToWebAPIRequestError?: boolean;
29
29
  }
30
30
  export type TLSOptions = Pick<SecureContextOptions, 'pfx' | 'key' | 'passphrase' | 'cert' | 'ca'>;
@@ -43,13 +43,9 @@ export interface WebAPICallResult {
43
43
  messages?: string[];
44
44
  };
45
45
  }
46
- export interface PaginatePredicate {
47
- (page: WebAPICallResult): boolean | undefined | void;
48
- }
49
- export interface PageReducer<A = any> {
50
- (accumulator: A | undefined, page: WebAPICallResult, index: number): A;
51
- }
52
- export type PageAccumulator<R extends PageReducer> = R extends (accumulator: (infer A) | undefined, page: WebAPICallResult, index: number) => infer A ? A : never;
46
+ export type PaginatePredicate = (page: WebAPICallResult) => boolean | undefined | undefined;
47
+ export type PageReducer<A = any> = (accumulator: A | undefined, page: WebAPICallResult, index: number) => A;
48
+ export type PageAccumulator<R extends PageReducer> = R extends (accumulator: infer A | undefined, page: WebAPICallResult, index: number) => infer A ? A : never;
53
49
  /**
54
50
  * A client for Slack's Web API
55
51
  *
@@ -1 +1 @@
1
- {"version":3,"file":"WebClient.d.ts","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"WebClient.d.ts","sourceRoot":"","sources":["../src/WebClient.ts"],"names":[],"mappings":"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"}