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
@@ -1,584 +0,0 @@
1
- import { objFilter } from './utils/obj-filter.js';
2
- import { YError } from './yerror.js';
3
- import setBlocking from './utils/set-blocking.js';
4
- function isBoolean(fail) {
5
- return typeof fail === 'boolean';
6
- }
7
- export function usage(yargs, shim) {
8
- const __ = shim.y18n.__;
9
- const self = {};
10
- const fails = [];
11
- self.failFn = function failFn(f) {
12
- fails.push(f);
13
- };
14
- let failMessage = null;
15
- let globalFailMessage = null;
16
- let showHelpOnFail = true;
17
- self.showHelpOnFail = function showHelpOnFailFn(arg1 = true, arg2) {
18
- const [enabled, message] = typeof arg1 === 'string' ? [true, arg1] : [arg1, arg2];
19
- if (yargs.getInternalMethods().isGlobalContext()) {
20
- globalFailMessage = message;
21
- }
22
- failMessage = message;
23
- showHelpOnFail = enabled;
24
- return self;
25
- };
26
- let failureOutput = false;
27
- self.fail = function fail(msg, err) {
28
- const logger = yargs.getInternalMethods().getLoggerInstance();
29
- if (fails.length) {
30
- for (let i = fails.length - 1; i >= 0; --i) {
31
- const fail = fails[i];
32
- if (isBoolean(fail)) {
33
- if (err)
34
- throw err;
35
- else if (msg)
36
- throw Error(msg);
37
- }
38
- else {
39
- fail(msg, err, self);
40
- }
41
- }
42
- }
43
- else {
44
- if (yargs.getExitProcess())
45
- setBlocking(true);
46
- if (!failureOutput) {
47
- failureOutput = true;
48
- if (showHelpOnFail) {
49
- yargs.showHelp('error');
50
- logger.error();
51
- }
52
- if (msg || err)
53
- logger.error(msg || err);
54
- const globalOrCommandFailMessage = failMessage || globalFailMessage;
55
- if (globalOrCommandFailMessage) {
56
- if (msg || err)
57
- logger.error('');
58
- logger.error(globalOrCommandFailMessage);
59
- }
60
- }
61
- err = err || new YError(msg);
62
- if (yargs.getExitProcess()) {
63
- return yargs.exit(1);
64
- }
65
- else if (yargs.getInternalMethods().hasParseCallback()) {
66
- return yargs.exit(1, err);
67
- }
68
- else {
69
- throw err;
70
- }
71
- }
72
- };
73
- let usages = [];
74
- let usageDisabled = false;
75
- self.usage = (msg, description) => {
76
- if (msg === null) {
77
- usageDisabled = true;
78
- usages = [];
79
- return self;
80
- }
81
- usageDisabled = false;
82
- usages.push([msg, description || '']);
83
- return self;
84
- };
85
- self.getUsage = () => {
86
- return usages;
87
- };
88
- self.getUsageDisabled = () => {
89
- return usageDisabled;
90
- };
91
- self.getPositionalGroupName = () => {
92
- return __('Positionals:');
93
- };
94
- let examples = [];
95
- self.example = (cmd, description) => {
96
- examples.push([cmd, description || '']);
97
- };
98
- let commands = [];
99
- self.command = function command(cmd, description, isDefault, aliases, deprecated = false) {
100
- if (isDefault) {
101
- commands = commands.map(cmdArray => {
102
- cmdArray[2] = false;
103
- return cmdArray;
104
- });
105
- }
106
- commands.push([cmd, description || '', isDefault, aliases, deprecated]);
107
- };
108
- self.getCommands = () => commands;
109
- let descriptions = {};
110
- self.describe = function describe(keyOrKeys, desc) {
111
- if (Array.isArray(keyOrKeys)) {
112
- keyOrKeys.forEach(k => {
113
- self.describe(k, desc);
114
- });
115
- }
116
- else if (typeof keyOrKeys === 'object') {
117
- Object.keys(keyOrKeys).forEach(k => {
118
- self.describe(k, keyOrKeys[k]);
119
- });
120
- }
121
- else {
122
- descriptions[keyOrKeys] = desc;
123
- }
124
- };
125
- self.getDescriptions = () => descriptions;
126
- let epilogs = [];
127
- self.epilog = msg => {
128
- epilogs.push(msg);
129
- };
130
- let wrapSet = false;
131
- let wrap;
132
- self.wrap = cols => {
133
- wrapSet = true;
134
- wrap = cols;
135
- };
136
- self.getWrap = () => {
137
- if (shim.getEnv('YARGS_DISABLE_WRAP')) {
138
- return null;
139
- }
140
- if (!wrapSet) {
141
- wrap = windowWidth();
142
- wrapSet = true;
143
- }
144
- return wrap;
145
- };
146
- const deferY18nLookupPrefix = '__yargsString__:';
147
- self.deferY18nLookup = str => deferY18nLookupPrefix + str;
148
- self.help = function help() {
149
- if (cachedHelpMessage)
150
- return cachedHelpMessage;
151
- normalizeAliases();
152
- const base$0 = yargs.customScriptName
153
- ? yargs.$0
154
- : shim.path.basename(yargs.$0);
155
- const demandedOptions = yargs.getDemandedOptions();
156
- const demandedCommands = yargs.getDemandedCommands();
157
- const deprecatedOptions = yargs.getDeprecatedOptions();
158
- const groups = yargs.getGroups();
159
- const options = yargs.getOptions();
160
- let keys = [];
161
- keys = keys.concat(Object.keys(descriptions));
162
- keys = keys.concat(Object.keys(demandedOptions));
163
- keys = keys.concat(Object.keys(demandedCommands));
164
- keys = keys.concat(Object.keys(options.default));
165
- keys = keys.filter(filterHiddenOptions);
166
- keys = Object.keys(keys.reduce((acc, key) => {
167
- if (key !== '_')
168
- acc[key] = true;
169
- return acc;
170
- }, {}));
171
- const theWrap = self.getWrap();
172
- const ui = shim.cliui({
173
- width: theWrap,
174
- wrap: !!theWrap,
175
- });
176
- if (!usageDisabled) {
177
- if (usages.length) {
178
- usages.forEach(usage => {
179
- ui.div({ text: `${usage[0].replace(/\$0/g, base$0)}` });
180
- if (usage[1]) {
181
- ui.div({ text: `${usage[1]}`, padding: [1, 0, 0, 0] });
182
- }
183
- });
184
- ui.div();
185
- }
186
- else if (commands.length) {
187
- let u = null;
188
- if (demandedCommands._) {
189
- u = `${base$0} <${__('command')}>\n`;
190
- }
191
- else {
192
- u = `${base$0} [${__('command')}]\n`;
193
- }
194
- ui.div(`${u}`);
195
- }
196
- }
197
- if (commands.length > 1 || (commands.length === 1 && !commands[0][2])) {
198
- ui.div(__('Commands:'));
199
- const context = yargs.getInternalMethods().getContext();
200
- const parentCommands = context.commands.length
201
- ? `${context.commands.join(' ')} `
202
- : '';
203
- if (yargs.getInternalMethods().getParserConfiguration()['sort-commands'] ===
204
- true) {
205
- commands = commands.sort((a, b) => a[0].localeCompare(b[0]));
206
- }
207
- const prefix = base$0 ? `${base$0} ` : '';
208
- commands.forEach(command => {
209
- const commandString = `${prefix}${parentCommands}${command[0].replace(/^\$0 ?/, '')}`;
210
- ui.span({
211
- text: commandString,
212
- padding: [0, 2, 0, 2],
213
- width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4,
214
- }, { text: command[1] });
215
- const hints = [];
216
- if (command[2])
217
- hints.push(`[${__('default')}]`);
218
- if (command[3] && command[3].length) {
219
- hints.push(`[${__('aliases:')} ${command[3].join(', ')}]`);
220
- }
221
- if (command[4]) {
222
- if (typeof command[4] === 'string') {
223
- hints.push(`[${__('deprecated: %s', command[4])}]`);
224
- }
225
- else {
226
- hints.push(`[${__('deprecated')}]`);
227
- }
228
- }
229
- if (hints.length) {
230
- ui.div({
231
- text: hints.join(' '),
232
- padding: [0, 0, 0, 2],
233
- align: 'right',
234
- });
235
- }
236
- else {
237
- ui.div();
238
- }
239
- });
240
- ui.div();
241
- }
242
- const aliasKeys = (Object.keys(options.alias) || []).concat(Object.keys(yargs.parsed.newAliases) || []);
243
- keys = keys.filter(key => !yargs.parsed.newAliases[key] &&
244
- aliasKeys.every(alias => (options.alias[alias] || []).indexOf(key) === -1));
245
- const defaultGroup = __('Options:');
246
- if (!groups[defaultGroup])
247
- groups[defaultGroup] = [];
248
- addUngroupedKeys(keys, options.alias, groups, defaultGroup);
249
- const isLongSwitch = (sw) => /^--/.test(getText(sw));
250
- const displayedGroups = Object.keys(groups)
251
- .filter(groupName => groups[groupName].length > 0)
252
- .map(groupName => {
253
- const normalizedKeys = groups[groupName]
254
- .filter(filterHiddenOptions)
255
- .map(key => {
256
- if (aliasKeys.includes(key))
257
- return key;
258
- for (let i = 0, aliasKey; (aliasKey = aliasKeys[i]) !== undefined; i++) {
259
- if ((options.alias[aliasKey] || []).includes(key))
260
- return aliasKey;
261
- }
262
- return key;
263
- });
264
- return { groupName, normalizedKeys };
265
- })
266
- .filter(({ normalizedKeys }) => normalizedKeys.length > 0)
267
- .map(({ groupName, normalizedKeys }) => {
268
- const switches = normalizedKeys.reduce((acc, key) => {
269
- acc[key] = [key]
270
- .concat(options.alias[key] || [])
271
- .map(sw => {
272
- if (groupName === self.getPositionalGroupName())
273
- return sw;
274
- else {
275
- return ((/^[0-9]$/.test(sw)
276
- ? options.boolean.includes(key)
277
- ? '-'
278
- : '--'
279
- : sw.length > 1
280
- ? '--'
281
- : '-') + sw);
282
- }
283
- })
284
- .sort((sw1, sw2) => isLongSwitch(sw1) === isLongSwitch(sw2)
285
- ? 0
286
- : isLongSwitch(sw1)
287
- ? 1
288
- : -1)
289
- .join(', ');
290
- return acc;
291
- }, {});
292
- return { groupName, normalizedKeys, switches };
293
- });
294
- const shortSwitchesUsed = displayedGroups
295
- .filter(({ groupName }) => groupName !== self.getPositionalGroupName())
296
- .some(({ normalizedKeys, switches }) => !normalizedKeys.every(key => isLongSwitch(switches[key])));
297
- if (shortSwitchesUsed) {
298
- displayedGroups
299
- .filter(({ groupName }) => groupName !== self.getPositionalGroupName())
300
- .forEach(({ normalizedKeys, switches }) => {
301
- normalizedKeys.forEach(key => {
302
- if (isLongSwitch(switches[key])) {
303
- switches[key] = addIndentation(switches[key], '-x, '.length);
304
- }
305
- });
306
- });
307
- }
308
- displayedGroups.forEach(({ groupName, normalizedKeys, switches }) => {
309
- ui.div(groupName);
310
- normalizedKeys.forEach(key => {
311
- const kswitch = switches[key];
312
- let desc = descriptions[key] || '';
313
- let type = null;
314
- if (desc.includes(deferY18nLookupPrefix))
315
- desc = __(desc.substring(deferY18nLookupPrefix.length));
316
- if (options.boolean.includes(key))
317
- type = `[${__('boolean')}]`;
318
- if (options.count.includes(key))
319
- type = `[${__('count')}]`;
320
- if (options.string.includes(key))
321
- type = `[${__('string')}]`;
322
- if (options.normalize.includes(key))
323
- type = `[${__('string')}]`;
324
- if (options.array.includes(key))
325
- type = `[${__('array')}]`;
326
- if (options.number.includes(key))
327
- type = `[${__('number')}]`;
328
- const deprecatedExtra = (deprecated) => typeof deprecated === 'string'
329
- ? `[${__('deprecated: %s', deprecated)}]`
330
- : `[${__('deprecated')}]`;
331
- const extra = [
332
- key in deprecatedOptions
333
- ? deprecatedExtra(deprecatedOptions[key])
334
- : null,
335
- type,
336
- key in demandedOptions ? `[${__('required')}]` : null,
337
- options.choices && options.choices[key]
338
- ? `[${__('choices:')} ${self.stringifiedValues(options.choices[key])}]`
339
- : null,
340
- defaultString(options.default[key], options.defaultDescription[key]),
341
- ]
342
- .filter(Boolean)
343
- .join(' ');
344
- ui.span({
345
- text: getText(kswitch),
346
- padding: [0, 2, 0, 2 + getIndentation(kswitch)],
347
- width: maxWidth(switches, theWrap) + 4,
348
- }, desc);
349
- const shouldHideOptionExtras = yargs.getInternalMethods().getUsageConfiguration()['hide-types'] ===
350
- true;
351
- if (extra && !shouldHideOptionExtras)
352
- ui.div({ text: extra, padding: [0, 0, 0, 2], align: 'right' });
353
- else
354
- ui.div();
355
- });
356
- ui.div();
357
- });
358
- if (examples.length) {
359
- ui.div(__('Examples:'));
360
- examples.forEach(example => {
361
- example[0] = example[0].replace(/\$0/g, base$0);
362
- });
363
- examples.forEach(example => {
364
- if (example[1] === '') {
365
- ui.div({
366
- text: example[0],
367
- padding: [0, 2, 0, 2],
368
- });
369
- }
370
- else {
371
- ui.div({
372
- text: example[0],
373
- padding: [0, 2, 0, 2],
374
- width: maxWidth(examples, theWrap) + 4,
375
- }, {
376
- text: example[1],
377
- });
378
- }
379
- });
380
- ui.div();
381
- }
382
- if (epilogs.length > 0) {
383
- const e = epilogs
384
- .map(epilog => epilog.replace(/\$0/g, base$0))
385
- .join('\n');
386
- ui.div(`${e}\n`);
387
- }
388
- return ui.toString().replace(/\s*$/, '');
389
- };
390
- function maxWidth(table, theWrap, modifier) {
391
- let width = 0;
392
- if (!Array.isArray(table)) {
393
- table = Object.values(table).map(v => [v]);
394
- }
395
- table.forEach(v => {
396
- width = Math.max(shim.stringWidth(modifier ? `${modifier} ${getText(v[0])}` : getText(v[0])) + getIndentation(v[0]), width);
397
- });
398
- if (theWrap)
399
- width = Math.min(width, parseInt((theWrap * 0.5).toString(), 10));
400
- return width;
401
- }
402
- function normalizeAliases() {
403
- const demandedOptions = yargs.getDemandedOptions();
404
- const options = yargs.getOptions();
405
- (Object.keys(options.alias) || []).forEach(key => {
406
- options.alias[key].forEach(alias => {
407
- if (descriptions[alias])
408
- self.describe(key, descriptions[alias]);
409
- if (alias in demandedOptions)
410
- yargs.demandOption(key, demandedOptions[alias]);
411
- if (options.boolean.includes(alias))
412
- yargs.boolean(key);
413
- if (options.count.includes(alias))
414
- yargs.count(key);
415
- if (options.string.includes(alias))
416
- yargs.string(key);
417
- if (options.normalize.includes(alias))
418
- yargs.normalize(key);
419
- if (options.array.includes(alias))
420
- yargs.array(key);
421
- if (options.number.includes(alias))
422
- yargs.number(key);
423
- });
424
- });
425
- }
426
- let cachedHelpMessage;
427
- self.cacheHelpMessage = function () {
428
- cachedHelpMessage = this.help();
429
- };
430
- self.clearCachedHelpMessage = function () {
431
- cachedHelpMessage = undefined;
432
- };
433
- self.hasCachedHelpMessage = function () {
434
- return !!cachedHelpMessage;
435
- };
436
- function addUngroupedKeys(keys, aliases, groups, defaultGroup) {
437
- let groupedKeys = [];
438
- let toCheck = null;
439
- Object.keys(groups).forEach(group => {
440
- groupedKeys = groupedKeys.concat(groups[group]);
441
- });
442
- keys.forEach(key => {
443
- toCheck = [key].concat(aliases[key]);
444
- if (!toCheck.some(k => groupedKeys.indexOf(k) !== -1)) {
445
- groups[defaultGroup].push(key);
446
- }
447
- });
448
- return groupedKeys;
449
- }
450
- function filterHiddenOptions(key) {
451
- return (yargs.getOptions().hiddenOptions.indexOf(key) < 0 ||
452
- yargs.parsed.argv[yargs.getOptions().showHiddenOpt]);
453
- }
454
- self.showHelp = (level) => {
455
- const logger = yargs.getInternalMethods().getLoggerInstance();
456
- if (!level)
457
- level = 'error';
458
- const emit = typeof level === 'function' ? level : logger[level];
459
- emit(self.help());
460
- };
461
- self.functionDescription = fn => {
462
- const description = fn.name
463
- ? shim.Parser.decamelize(fn.name, '-')
464
- : __('generated-value');
465
- return ['(', description, ')'].join('');
466
- };
467
- self.stringifiedValues = function stringifiedValues(values, separator) {
468
- let string = '';
469
- const sep = separator || ', ';
470
- const array = [].concat(values);
471
- if (!values || !array.length)
472
- return string;
473
- array.forEach(value => {
474
- if (string.length)
475
- string += sep;
476
- string += JSON.stringify(value);
477
- });
478
- return string;
479
- };
480
- function defaultString(value, defaultDescription) {
481
- let string = `[${__('default:')} `;
482
- if (value === undefined && !defaultDescription)
483
- return null;
484
- if (defaultDescription) {
485
- string += defaultDescription;
486
- }
487
- else {
488
- switch (typeof value) {
489
- case 'string':
490
- string += `"${value}"`;
491
- break;
492
- case 'object':
493
- string += JSON.stringify(value);
494
- break;
495
- default:
496
- string += value;
497
- }
498
- }
499
- return `${string}]`;
500
- }
501
- function windowWidth() {
502
- const maxWidth = 80;
503
- if (shim.process.stdColumns) {
504
- return Math.min(maxWidth, shim.process.stdColumns);
505
- }
506
- else {
507
- return maxWidth;
508
- }
509
- }
510
- let version = null;
511
- self.version = ver => {
512
- version = ver;
513
- };
514
- self.showVersion = level => {
515
- const logger = yargs.getInternalMethods().getLoggerInstance();
516
- if (!level)
517
- level = 'error';
518
- const emit = typeof level === 'function' ? level : logger[level];
519
- emit(version);
520
- };
521
- self.reset = function reset(localLookup) {
522
- failMessage = null;
523
- failureOutput = false;
524
- usages = [];
525
- usageDisabled = false;
526
- epilogs = [];
527
- examples = [];
528
- commands = [];
529
- descriptions = objFilter(descriptions, k => !localLookup[k]);
530
- return self;
531
- };
532
- const frozens = [];
533
- self.freeze = function freeze() {
534
- frozens.push({
535
- failMessage,
536
- failureOutput,
537
- usages,
538
- usageDisabled,
539
- epilogs,
540
- examples,
541
- commands,
542
- descriptions,
543
- });
544
- };
545
- self.unfreeze = function unfreeze(defaultCommand = false) {
546
- const frozen = frozens.pop();
547
- if (!frozen)
548
- return;
549
- if (defaultCommand) {
550
- descriptions = { ...frozen.descriptions, ...descriptions };
551
- commands = [...frozen.commands, ...commands];
552
- usages = [...frozen.usages, ...usages];
553
- examples = [...frozen.examples, ...examples];
554
- epilogs = [...frozen.epilogs, ...epilogs];
555
- }
556
- else {
557
- ({
558
- failMessage,
559
- failureOutput,
560
- usages,
561
- usageDisabled,
562
- epilogs,
563
- examples,
564
- commands,
565
- descriptions,
566
- } = frozen);
567
- }
568
- };
569
- return self;
570
- }
571
- function isIndentedText(text) {
572
- return typeof text === 'object';
573
- }
574
- function addIndentation(text, indent) {
575
- return isIndentedText(text)
576
- ? { text: text.text, indentation: text.indentation + indent }
577
- : { text, indentation: indent };
578
- }
579
- function getIndentation(text) {
580
- return isIndentedText(text) ? text.indentation : 0;
581
- }
582
- function getText(text) {
583
- return isIndentedText(text) ? text.text : text;
584
- }
@@ -1,59 +0,0 @@
1
- import { YError } from '../yerror.js';
2
- let previouslyVisitedConfigs = [];
3
- let shim;
4
- export function applyExtends(config, cwd, mergeExtends, _shim) {
5
- shim = _shim;
6
- let defaultConfig = {};
7
- if (Object.prototype.hasOwnProperty.call(config, 'extends')) {
8
- if (typeof config.extends !== 'string')
9
- return defaultConfig;
10
- const isPath = /\.json|\..*rc$/.test(config.extends);
11
- let pathToDefault = null;
12
- if (!isPath) {
13
- try {
14
- pathToDefault = require.resolve(config.extends);
15
- }
16
- catch (_err) {
17
- return config;
18
- }
19
- }
20
- else {
21
- pathToDefault = getPathToDefaultConfig(cwd, config.extends);
22
- }
23
- checkForCircularExtends(pathToDefault);
24
- previouslyVisitedConfigs.push(pathToDefault);
25
- defaultConfig = isPath
26
- ? JSON.parse(shim.readFileSync(pathToDefault, 'utf8'))
27
- : require(config.extends);
28
- delete config.extends;
29
- defaultConfig = applyExtends(defaultConfig, shim.path.dirname(pathToDefault), mergeExtends, shim);
30
- }
31
- previouslyVisitedConfigs = [];
32
- return mergeExtends
33
- ? mergeDeep(defaultConfig, config)
34
- : Object.assign({}, defaultConfig, config);
35
- }
36
- function checkForCircularExtends(cfgPath) {
37
- if (previouslyVisitedConfigs.indexOf(cfgPath) > -1) {
38
- throw new YError(`Circular extended configurations: '${cfgPath}'.`);
39
- }
40
- }
41
- function getPathToDefaultConfig(cwd, pathToExtend) {
42
- return shim.path.resolve(cwd, pathToExtend);
43
- }
44
- function mergeDeep(config1, config2) {
45
- const target = {};
46
- function isObject(obj) {
47
- return obj && typeof obj === 'object' && !Array.isArray(obj);
48
- }
49
- Object.assign(target, config1);
50
- for (const key of Object.keys(config2)) {
51
- if (isObject(config2[key]) && isObject(target[key])) {
52
- target[key] = mergeDeep(config1[key], config2[key]);
53
- }
54
- else {
55
- target[key] = config2[key];
56
- }
57
- }
58
- return target;
59
- }
@@ -1,5 +0,0 @@
1
- export function isPromise(maybePromise) {
2
- return (!!maybePromise &&
3
- !!maybePromise.then &&
4
- typeof maybePromise.then === 'function');
5
- }
@@ -1,34 +0,0 @@
1
- export function levenshtein(a, b) {
2
- if (a.length === 0)
3
- return b.length;
4
- if (b.length === 0)
5
- return a.length;
6
- const matrix = [];
7
- let i;
8
- for (i = 0; i <= b.length; i++) {
9
- matrix[i] = [i];
10
- }
11
- let j;
12
- for (j = 0; j <= a.length; j++) {
13
- matrix[0][j] = j;
14
- }
15
- for (i = 1; i <= b.length; i++) {
16
- for (j = 1; j <= a.length; j++) {
17
- if (b.charAt(i - 1) === a.charAt(j - 1)) {
18
- matrix[i][j] = matrix[i - 1][j - 1];
19
- }
20
- else {
21
- if (i > 1 &&
22
- j > 1 &&
23
- b.charAt(i - 2) === a.charAt(j - 1) &&
24
- b.charAt(i - 1) === a.charAt(j - 2)) {
25
- matrix[i][j] = matrix[i - 2][j - 2] + 1;
26
- }
27
- else {
28
- matrix[i][j] = Math.min(matrix[i - 1][j - 1] + 1, Math.min(matrix[i][j - 1] + 1, matrix[i - 1][j] + 1));
29
- }
30
- }
31
- }
32
- }
33
- return matrix[b.length][a.length];
34
- }
@@ -1,17 +0,0 @@
1
- import { isPromise } from './is-promise.js';
2
- export function maybeAsyncResult(getResult, resultHandler, errorHandler = (err) => {
3
- throw err;
4
- }) {
5
- try {
6
- const result = isFunction(getResult) ? getResult() : getResult;
7
- return isPromise(result)
8
- ? result.then((result) => resultHandler(result))
9
- : resultHandler(result);
10
- }
11
- catch (err) {
12
- return errorHandler(err);
13
- }
14
- }
15
- function isFunction(arg) {
16
- return typeof arg === 'function';
17
- }