cloudstructs 0.9.13 → 0.9.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1445) hide show
  1. package/.jsii +4 -4
  2. package/API.md +0 -45
  3. package/assets/slack-textract/detect.lambda/index.js +467 -156
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/email-receiver/whitelist.lambda.js +2 -3
  9. package/lib/mjml-template/index.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/provider.lambda.js +2 -3
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/events.lambda.js +2 -3
  15. package/lib/slack-events/index.js +1 -1
  16. package/lib/slack-events/signature.js +2 -3
  17. package/lib/slack-textract/detect.lambda.js +2 -3
  18. package/lib/slack-textract/index.js +1 -1
  19. package/lib/ssl-server-test/analyze.lambda.js +2 -3
  20. package/lib/ssl-server-test/extract-grade.lambda.js +2 -3
  21. package/lib/ssl-server-test/index.js +1 -1
  22. package/lib/state-machine-cr-provider/index.js +1 -1
  23. package/lib/state-machine-cr-provider/runtime/http.js +3 -3
  24. package/lib/state-machine-cr-provider/runtime/index.js +5 -5
  25. package/lib/static-website/index.js +1 -1
  26. package/lib/static-website/origin-request.edge-lambda.js +2 -3
  27. package/lib/toolkit-cleaner/clean-images.lambda.js +2 -3
  28. package/lib/toolkit-cleaner/clean-objects.lambda.js +2 -3
  29. package/lib/toolkit-cleaner/extract-template-hashes.lambda.js +2 -3
  30. package/lib/toolkit-cleaner/get-stack-names.lambda.js +2 -3
  31. package/lib/toolkit-cleaner/index.js +1 -1
  32. package/lib/url-shortener/index.js +1 -1
  33. package/lib/url-shortener/redirect.edge-lambda.js +2 -3
  34. package/lib/url-shortener/shortener.lambda.js +2 -3
  35. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
  36. package/node_modules/@babel/runtime/helpers/extends.js +2 -2
  37. package/node_modules/@babel/runtime/helpers/get.js +2 -2
  38. package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +2 -2
  39. package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +2 -2
  40. package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
  41. package/node_modules/@babel/runtime/helpers/typeof.js +2 -2
  42. package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +2 -2
  43. package/node_modules/@babel/runtime/package.json +1 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +17 -10
  46. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +140 -56
  47. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +13 -0
  48. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -0
  49. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1060 -110
  50. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  51. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +9 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +37 -3
  53. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +213 -0
  54. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +262 -23
  55. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +21 -12
  56. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +18 -0
  57. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  58. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +14 -63
  59. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  60. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +64 -19
  61. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/block-kit/blocks.js +0 -1
  63. package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -1
  64. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +15 -3
  65. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  66. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +28 -5
  67. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  68. package/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
  69. package/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
  70. package/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
  71. package/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
  72. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
  73. package/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
  74. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
  75. package/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
  76. package/node_modules/@slack/types/dist/events/app.d.ts +150 -0
  77. package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
  78. package/node_modules/@slack/types/dist/events/app.js +3 -0
  79. package/node_modules/@slack/types/dist/events/app.js.map +1 -0
  80. package/node_modules/@slack/types/dist/events/call.d.ts +8 -0
  81. package/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
  82. package/node_modules/@slack/types/dist/events/call.js +3 -0
  83. package/node_modules/@slack/types/dist/events/call.js.map +1 -0
  84. package/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
  85. package/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
  86. package/node_modules/@slack/types/dist/events/channel.js +3 -0
  87. package/node_modules/@slack/types/dist/events/channel.js.map +1 -0
  88. package/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
  89. package/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
  90. package/node_modules/@slack/types/dist/events/dnd.js +3 -0
  91. package/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
  92. package/node_modules/@slack/types/dist/events/email.d.ts +6 -0
  93. package/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
  94. package/node_modules/@slack/types/dist/events/email.js +3 -0
  95. package/node_modules/@slack/types/dist/events/email.js.map +1 -0
  96. package/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
  97. package/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
  98. package/node_modules/@slack/types/dist/events/emoji.js +3 -0
  99. package/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
  100. package/node_modules/@slack/types/dist/events/file.d.ts +60 -0
  101. package/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
  102. package/node_modules/@slack/types/dist/events/file.js +4 -0
  103. package/node_modules/@slack/types/dist/events/file.js.map +1 -0
  104. package/node_modules/@slack/types/dist/events/function.d.ts +33 -0
  105. package/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
  106. package/node_modules/@slack/types/dist/events/function.js +3 -0
  107. package/node_modules/@slack/types/dist/events/function.js.map +1 -0
  108. package/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
  109. package/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
  110. package/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
  111. package/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
  112. package/node_modules/@slack/types/dist/events/group.d.ts +55 -0
  113. package/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
  114. package/node_modules/@slack/types/dist/events/group.js +3 -0
  115. package/node_modules/@slack/types/dist/events/group.js.map +1 -0
  116. package/node_modules/@slack/types/dist/events/im.d.ts +26 -0
  117. package/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
  118. package/node_modules/@slack/types/dist/events/im.js +3 -0
  119. package/node_modules/@slack/types/dist/events/im.js.map +1 -0
  120. package/node_modules/@slack/types/dist/events/index.d.ts +58 -0
  121. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
  122. package/node_modules/@slack/types/dist/events/index.js +42 -0
  123. package/node_modules/@slack/types/dist/events/index.js.map +1 -0
  124. package/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
  125. package/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
  126. package/node_modules/@slack/types/dist/events/invite.js +3 -0
  127. package/node_modules/@slack/types/dist/events/invite.js.map +1 -0
  128. package/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
  129. package/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
  130. package/node_modules/@slack/types/dist/events/link-shared.js +3 -0
  131. package/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
  132. package/node_modules/@slack/types/dist/events/member.d.ts +18 -0
  133. package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
  134. package/node_modules/@slack/types/dist/events/member.js +3 -0
  135. package/node_modules/@slack/types/dist/events/member.js.map +1 -0
  136. package/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
  137. package/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
  138. package/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
  139. package/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
  140. package/node_modules/@slack/types/dist/events/message.d.ts +303 -0
  141. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
  142. package/node_modules/@slack/types/dist/events/message.js +3 -0
  143. package/node_modules/@slack/types/dist/events/message.js.map +1 -0
  144. package/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
  145. package/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
  146. package/node_modules/@slack/types/dist/events/pin.js +3 -0
  147. package/node_modules/@slack/types/dist/events/pin.js.map +1 -0
  148. package/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
  149. package/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
  150. package/node_modules/@slack/types/dist/events/reaction.js +3 -0
  151. package/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
  152. package/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
  153. package/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
  154. package/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
  155. package/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
  156. package/node_modules/@slack/types/dist/events/star.d.ts +13 -0
  157. package/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
  158. package/node_modules/@slack/types/dist/events/star.js +3 -0
  159. package/node_modules/@slack/types/dist/events/star.js.map +1 -0
  160. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
  161. package/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
  162. package/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
  163. package/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
  164. package/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
  165. package/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
  166. package/node_modules/@slack/types/dist/events/subteam.js +3 -0
  167. package/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
  168. package/node_modules/@slack/types/dist/events/team.d.ts +99 -0
  169. package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
  170. package/node_modules/@slack/types/dist/events/team.js +3 -0
  171. package/node_modules/@slack/types/dist/events/team.js.map +1 -0
  172. package/node_modules/@slack/types/dist/events/token.d.ts +8 -0
  173. package/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
  174. package/node_modules/@slack/types/dist/events/token.js +3 -0
  175. package/node_modules/@slack/types/dist/events/token.js.map +1 -0
  176. package/node_modules/@slack/types/dist/events/user.d.ts +312 -0
  177. package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
  178. package/node_modules/@slack/types/dist/events/user.js +3 -0
  179. package/node_modules/@slack/types/dist/events/user.js.map +1 -0
  180. package/node_modules/@slack/types/dist/index.d.ts +1 -0
  181. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  182. package/node_modules/@slack/types/dist/index.js +1 -0
  183. package/node_modules/@slack/types/dist/index.js.map +1 -1
  184. package/node_modules/@slack/types/dist/message-attachments.d.ts +6 -5
  185. package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -1
  186. package/node_modules/@slack/types/dist/views.d.ts +50 -14
  187. package/node_modules/@slack/types/dist/views.d.ts.map +1 -1
  188. package/node_modules/@slack/types/package.json +8 -3
  189. package/node_modules/@slack/web-api/dist/WebClient.d.ts +12 -16
  190. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  191. package/node_modules/@slack/web-api/dist/WebClient.js +54 -60
  192. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  193. package/node_modules/@slack/web-api/dist/errors.d.ts +3 -3
  194. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  195. package/node_modules/@slack/web-api/dist/errors.js +2 -2
  196. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  197. package/node_modules/@slack/web-api/dist/file-upload.d.ts +5 -5
  198. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  199. package/node_modules/@slack/web-api/dist/file-upload.js +20 -21
  200. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  201. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  202. package/node_modules/@slack/web-api/dist/instrument.js +7 -6
  203. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  204. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  205. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  206. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  207. package/node_modules/@slack/web-api/dist/methods.d.ts +265 -253
  208. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  209. package/node_modules/@slack/web-api/dist/methods.js +59 -41
  210. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  211. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +1 -1
  212. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  213. package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
  214. package/node_modules/@slack/web-api/dist/types/helpers.d.ts +1 -1
  215. package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -1
  216. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +3 -3
  217. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -1
  218. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +5 -9
  219. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -1
  220. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -1
  221. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +1 -1
  222. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -1
  223. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +5 -16
  224. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -1
  225. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +1 -1
  226. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -1
  227. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +2 -4
  228. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -1
  229. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -1
  230. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  231. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -1
  232. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +1 -1
  233. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -1
  234. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -1
  235. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +7 -11
  236. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
  237. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +2 -2
  238. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -1
  239. package/node_modules/@slack/web-api/dist/types/request/api.d.ts +1 -1
  240. package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -1
  241. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +1 -1
  242. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -1
  243. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +1 -1
  244. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -1
  245. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +5 -9
  246. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -1
  247. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +1 -1
  248. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -1
  249. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  250. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -1
  251. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +3 -5
  252. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  253. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +19 -19
  254. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  255. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +12 -0
  256. package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -1
  257. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +34 -15
  258. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -1
  259. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +1 -1
  260. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -1
  261. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +2 -2
  262. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -1
  263. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +2 -2
  264. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -1
  265. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +13 -13
  266. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  267. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +26 -26
  268. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  269. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  270. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +1 -1
  271. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -1
  272. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +1 -1
  273. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -1
  274. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +4 -5
  275. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -1
  276. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +2 -2
  277. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -1
  278. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +2 -2
  279. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -1
  280. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  281. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  282. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +2 -3
  283. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -1
  284. package/node_modules/@slack/web-api/dist/types/request/team.d.ts +2 -2
  285. package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -1
  286. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +3 -4
  287. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -1
  288. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +2 -2
  289. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  290. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +8 -9
  291. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  292. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +1 -1
  293. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  294. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +1 -1
  295. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -1
  296. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +2 -3
  297. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
  298. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +1 -1
  299. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -1
  300. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +1 -1
  301. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -1
  302. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +1 -1
  303. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -1
  304. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -1
  305. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
  306. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -1
  307. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
  308. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -1
  309. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
  310. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +1 -1
  311. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -1
  312. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +1 -1
  313. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -1
  314. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +1 -1
  315. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -1
  316. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +1 -1
  317. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -1
  318. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -1
  319. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
  320. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -1
  321. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
  322. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -1
  323. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
  324. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -1
  325. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
  326. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -1
  327. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
  328. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -1
  329. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
  330. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -1
  331. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
  332. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +1 -1
  333. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -1
  334. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -1
  335. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
  336. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -1
  337. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
  338. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -1
  339. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
  340. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +1 -1
  341. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -1
  342. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +1 -1
  343. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -1
  344. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -1
  345. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
  346. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -1
  347. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
  348. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +1 -1
  349. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -1
  350. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -1
  351. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
  352. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +1 -1
  353. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -1
  354. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -1
  355. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
  356. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +1 -1
  357. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -1
  358. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +1 -1
  359. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -1
  360. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +1 -1
  361. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -1
  362. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -1
  363. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
  364. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +1 -1
  365. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -1
  366. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +1 -1
  367. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -1
  368. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +1 -1
  369. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -1
  370. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +1 -1
  371. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -1
  372. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +31 -4
  373. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  374. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +1 -1
  375. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -1
  376. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -1
  377. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
  378. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +1 -1
  379. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -1
  380. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +1 -1
  381. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -1
  382. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +1 -1
  383. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -1
  384. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +1 -1
  385. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -1
  386. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +1 -1
  387. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -1
  388. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -1
  389. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
  390. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -1
  391. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
  392. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -1
  393. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
  394. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -1
  395. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
  396. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -1
  397. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
  398. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +1 -1
  399. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
  400. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +2 -3
  401. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  402. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -1
  403. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
  404. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -1
  405. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
  406. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -1
  407. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
  408. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -1
  409. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
  410. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -1
  411. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
  412. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -1
  413. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
  414. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -1
  415. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
  416. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -1
  417. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
  418. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -1
  419. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
  420. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -1
  421. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
  422. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +1 -1
  423. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -1
  424. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -1
  425. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
  426. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -1
  427. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
  428. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -1
  429. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
  430. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -1
  431. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
  432. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -1
  433. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
  434. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -1
  435. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
  436. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -1
  437. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
  438. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -1
  439. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
  440. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -1
  441. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
  442. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -1
  443. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
  444. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -1
  445. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
  446. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -1
  447. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
  448. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +1 -1
  449. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -1
  450. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +1 -1
  451. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -1
  452. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -1
  453. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
  454. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +1 -1
  455. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -1
  456. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -1
  457. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
  458. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -1
  459. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
  460. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -1
  461. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
  462. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -1
  463. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
  464. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -1
  465. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
  466. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -1
  467. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
  468. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -1
  469. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
  470. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +1 -1
  471. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -1
  472. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +1 -1
  473. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -1
  474. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +1 -1
  475. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -1
  476. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +1 -1
  477. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -1
  478. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -1
  479. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
  480. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +1 -1
  481. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -1
  482. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +1 -1
  483. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -1
  484. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +1 -1
  485. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -1
  486. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +1 -1
  487. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -1
  488. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -1
  489. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
  490. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -1
  491. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
  492. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +1 -1
  493. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
  494. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -1
  495. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
  496. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -1
  497. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  498. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -1
  499. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
  500. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +1 -1
  501. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
  502. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -1
  503. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
  504. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -1
  505. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
  506. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +1 -1
  507. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -1
  508. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +1 -1
  509. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -1
  510. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +1 -1
  511. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -1
  512. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +1 -1
  513. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -1
  514. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +1 -1
  515. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -1
  516. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +1 -1
  517. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -1
  518. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -1
  519. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
  520. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -1
  521. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
  522. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -1
  523. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
  524. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -1
  525. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
  526. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -1
  527. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
  528. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -1
  529. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
  530. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -1
  531. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
  532. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -1
  533. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
  534. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +1 -1
  535. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
  536. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -1
  537. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
  538. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -1
  539. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
  540. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -1
  541. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
  542. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -1
  543. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
  544. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -1
  545. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
  546. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -1
  547. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
  548. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +2 -3
  549. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
  550. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +2 -3
  551. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
  552. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -1
  553. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
  554. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +2 -3
  555. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
  556. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -1
  557. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
  558. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -1
  559. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
  560. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +1 -1
  561. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -1
  562. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +1 -1
  563. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -1
  564. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +1 -1
  565. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -1
  566. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +1 -1
  567. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -1
  568. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +1 -1
  569. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -1
  570. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +1 -1
  571. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -1
  572. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +1 -1
  573. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -1
  574. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +1 -1
  575. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -1
  576. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +1 -1
  577. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -1
  578. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +1 -1
  579. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -1
  580. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +1 -1
  581. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -1
  582. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +1 -1
  583. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -1
  584. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +1 -1
  585. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -1
  586. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +1 -1
  587. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -1
  588. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +1 -1
  589. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -1
  590. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -1
  591. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
  592. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +1 -1
  593. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -1
  594. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -1
  595. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
  596. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +1 -1
  597. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -1
  598. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -1
  599. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
  600. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +10 -3
  601. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  602. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  603. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +9 -3
  604. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  605. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  606. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -1
  607. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
  608. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +1 -1
  609. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
  610. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +9 -3
  611. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  612. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  613. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +1 -1
  614. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -1
  615. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +1 -1
  616. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -1
  617. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -1
  618. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
  619. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -1
  620. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
  621. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -1
  622. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
  623. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -1
  624. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
  625. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +1 -1
  626. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -1
  627. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +1 -1
  628. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -1
  629. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +10 -3
  630. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  631. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  632. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +1 -1
  633. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
  634. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -1
  635. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
  636. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +1 -1
  637. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -1
  638. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +7 -1
  639. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  640. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -1
  641. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  642. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -1
  643. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
  644. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +1 -1
  645. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -1
  646. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +7 -1
  647. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  648. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -1
  649. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
  650. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -1
  651. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
  652. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +8 -1
  653. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  654. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  655. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -1
  656. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
  657. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +10 -3
  658. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  659. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  660. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +6 -0
  661. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
  662. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +12 -0
  663. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
  664. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +5 -0
  665. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
  666. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +12 -0
  667. package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
  668. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -1
  669. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
  670. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -1
  671. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
  672. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -1
  673. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
  674. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +1 -1
  675. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -1
  676. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -1
  677. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
  678. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -1
  679. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
  680. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -1
  681. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
  682. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -1
  683. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
  684. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -1
  685. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
  686. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -1
  687. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
  688. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +1 -1
  689. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -1
  690. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +1 -1
  691. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -1
  692. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +1 -1
  693. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -1
  694. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -1
  695. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  696. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -1
  697. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
  698. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -1
  699. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
  700. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +8 -1
  701. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  702. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  703. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +8 -1
  704. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  705. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  706. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +8 -1
  707. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  708. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  709. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +8 -1
  710. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  711. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  712. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +8 -1
  713. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  714. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  715. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -1
  716. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
  717. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +8 -1
  718. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  719. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  720. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +8 -1
  721. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  722. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  723. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +8 -1
  724. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  725. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  726. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +8 -1
  727. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  728. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  729. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +8 -1
  730. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  731. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  732. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +1 -1
  733. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -1
  734. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +1 -1
  735. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -1
  736. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +1 -1
  737. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -1
  738. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +1 -1
  739. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -1
  740. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +1 -1
  741. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -1
  742. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +1 -1
  743. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -1
  744. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +1 -1
  745. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -1
  746. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +1 -1
  747. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -1
  748. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +1 -1
  749. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -1
  750. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +1 -1
  751. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -1
  752. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +1 -1
  753. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -1
  754. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +1 -1
  755. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -1
  756. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +1 -1
  757. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -1
  758. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +1 -1
  759. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -1
  760. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +1 -1
  761. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -1
  762. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +1 -1
  763. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -1
  764. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +1 -1
  765. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -1
  766. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +1 -1
  767. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -1
  768. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +1 -1
  769. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -1
  770. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +1 -1
  771. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -1
  772. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +1 -1
  773. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -1
  774. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +1 -1
  775. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -1
  776. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +1 -1
  777. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -1
  778. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +1 -1
  779. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -1
  780. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +1 -1
  781. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -1
  782. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +1 -1
  783. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -1
  784. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +1 -1
  785. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -1
  786. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +1 -1
  787. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -1
  788. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +1 -1
  789. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -1
  790. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +1 -1
  791. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -1
  792. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +1 -1
  793. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -1
  794. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +1 -1
  795. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -1
  796. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +1 -1
  797. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -1
  798. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +1 -1
  799. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -1
  800. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +1 -1
  801. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -1
  802. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -1
  803. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
  804. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +1 -1
  805. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -1
  806. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +1 -1
  807. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -1
  808. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +1 -1
  809. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -1
  810. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +8 -1
  811. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  812. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  813. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +1 -1
  814. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -1
  815. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -1
  816. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
  817. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +9 -3
  818. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  819. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  820. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +10 -3
  821. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  822. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  823. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -1
  824. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
  825. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +1 -1
  826. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -1
  827. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +1 -1
  828. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -1
  829. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +1 -1
  830. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -1
  831. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +1 -1
  832. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -1
  833. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +1 -1
  834. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -1
  835. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +1 -1
  836. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
  837. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +10 -3
  838. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  839. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  840. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +10 -3
  841. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  842. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  843. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +10 -3
  844. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  845. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  846. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +10 -3
  847. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  848. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  849. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +1 -1
  850. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -1
  851. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +1 -1
  852. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -1
  853. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +1 -1
  854. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -1
  855. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +1 -1
  856. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
  857. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -1
  858. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
  859. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -1
  860. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
  861. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -1
  862. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
  863. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -1
  864. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
  865. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +1 -1
  866. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
  867. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -1
  868. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
  869. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -1
  870. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
  871. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -1
  872. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
  873. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +1 -1
  874. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -1
  875. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -1
  876. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  877. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -1
  878. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  879. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -1
  880. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  881. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -1
  882. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  883. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -1
  884. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  885. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -1
  886. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
  887. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -1
  888. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  889. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +7 -1
  890. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  891. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -1
  892. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
  893. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -1
  894. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
  895. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +1 -1
  896. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -1
  897. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +1 -1
  898. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -1
  899. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -1
  900. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  901. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -3
  902. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
  903. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +1 -1
  904. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
  905. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +1 -1
  906. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
  907. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +1 -1
  908. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
  909. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -1
  910. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
  911. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -1
  912. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
  913. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -1
  914. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
  915. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +8 -3
  916. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  917. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  918. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +8 -3
  919. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  920. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  921. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +8 -3
  922. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  923. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  924. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +8 -3
  925. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  926. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  927. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +1 -1
  928. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
  929. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +1 -1
  930. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
  931. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +1 -1
  932. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
  933. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +3 -1
  934. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  935. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  936. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +17 -10
  937. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +140 -56
  938. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +13 -0
  939. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -0
  940. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1060 -110
  941. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  942. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +9 -0
  943. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +37 -3
  944. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +213 -0
  945. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +262 -23
  946. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +21 -12
  947. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +18 -0
  948. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  949. package/node_modules/@slack/web-api/package.json +8 -17
  950. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  951. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +5 -5
  952. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +5 -5
  953. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +29 -11
  954. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  955. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +15 -15
  956. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  957. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +5 -78
  958. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  959. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  960. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +18 -17
  961. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  962. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -1
  963. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +19 -0
  964. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +75 -2
  965. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +189 -6
  966. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +15 -2
  967. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
  968. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  969. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -0
  970. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1061 -111
  971. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -14
  972. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
  973. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -3
  974. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  975. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +10 -1
  976. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +45 -9
  977. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +177 -19
  978. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  979. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  980. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +10 -10
  981. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
  982. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  983. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +213 -0
  984. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +262 -23
  985. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +9 -9
  986. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  987. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +395 -109
  988. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  989. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +5 -2
  990. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  991. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  992. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +19 -2
  993. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +8 -2
  994. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
  995. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -7
  996. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  997. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +19 -1
  998. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +12 -3
  999. package/node_modules/{mjml-migrate/node_modules/yargs → @types/cacheable-request/node_modules/undici-types}/LICENSE +5 -5
  1000. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/balanced-pool.d.ts +11 -0
  1001. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/client.d.ts +12 -1
  1002. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/diagnostics-channel.d.ts +1 -2
  1003. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/dispatcher.d.ts +18 -4
  1004. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1005. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/errors.d.ts +21 -0
  1006. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +63 -0
  1007. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/fetch.d.ts +25 -25
  1008. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/formdata.d.ts +1 -1
  1009. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +15 -0
  1010. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/index.d.ts +10 -2
  1011. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +15 -0
  1012. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-interceptor.d.ts +4 -4
  1013. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/package.json +1 -1
  1014. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool.d.ts +11 -0
  1015. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/proxy-agent.d.ts +0 -2
  1016. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/readable.d.ts +2 -3
  1017. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +8 -0
  1018. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +116 -0
  1019. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +18 -0
  1020. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/webidl.d.ts +10 -8
  1021. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/websocket.d.ts +22 -1
  1022. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  1023. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +5 -5
  1024. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +5 -5
  1025. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +29 -11
  1026. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  1027. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +15 -15
  1028. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  1029. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +5 -78
  1030. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  1031. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1032. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +18 -17
  1033. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  1034. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -1
  1035. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +19 -0
  1036. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +75 -2
  1037. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +189 -6
  1038. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +15 -2
  1039. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
  1040. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  1041. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -0
  1042. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1061 -111
  1043. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -14
  1044. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
  1045. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -3
  1046. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  1047. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +10 -1
  1048. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1049. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +177 -19
  1050. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  1051. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  1052. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +10 -10
  1053. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
  1054. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  1055. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +213 -0
  1056. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +262 -23
  1057. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +9 -9
  1058. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  1059. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +395 -109
  1060. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  1061. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +5 -2
  1062. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  1063. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  1064. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +19 -2
  1065. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +8 -2
  1066. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
  1067. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -7
  1068. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  1069. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +19 -1
  1070. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +12 -3
  1071. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +21 -0
  1072. package/node_modules/@types/keyv/node_modules/undici-types/README.md +6 -0
  1073. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +31 -0
  1074. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +43 -0
  1075. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1076. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +36 -0
  1077. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +108 -0
  1078. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +34 -0
  1079. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +21 -0
  1080. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +28 -0
  1081. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1082. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +255 -0
  1083. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1084. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +149 -0
  1085. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +63 -0
  1086. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +209 -0
  1087. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +39 -0
  1088. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +54 -0
  1089. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +108 -0
  1090. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1091. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +7 -0
  1092. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +15 -0
  1093. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +4 -0
  1094. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +71 -0
  1095. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +15 -0
  1096. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +50 -0
  1097. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +25 -0
  1098. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +12 -0
  1099. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1100. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +25 -0
  1101. package/node_modules/@types/keyv/node_modules/undici-types/package.json +55 -0
  1102. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +71 -0
  1103. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +19 -0
  1104. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +39 -0
  1105. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1106. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +60 -0
  1107. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +8 -0
  1108. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +116 -0
  1109. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +18 -0
  1110. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +222 -0
  1111. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +152 -0
  1112. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  1113. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +5 -5
  1114. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +5 -5
  1115. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +29 -11
  1116. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  1117. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +15 -15
  1118. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  1119. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +5 -78
  1120. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  1121. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1122. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +18 -17
  1123. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  1124. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -1
  1125. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +19 -0
  1126. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +75 -2
  1127. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +189 -6
  1128. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +15 -2
  1129. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
  1130. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  1131. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -0
  1132. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1061 -111
  1133. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -14
  1134. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
  1135. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -3
  1136. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  1137. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +10 -1
  1138. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1139. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +177 -19
  1140. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  1141. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  1142. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +10 -10
  1143. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
  1144. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  1145. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +213 -0
  1146. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +262 -23
  1147. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +9 -9
  1148. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  1149. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +395 -109
  1150. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  1151. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +5 -2
  1152. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  1153. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  1154. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +19 -2
  1155. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +8 -2
  1156. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
  1157. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -7
  1158. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  1159. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +19 -1
  1160. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +12 -3
  1161. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +21 -0
  1162. package/node_modules/@types/responselike/node_modules/undici-types/README.md +6 -0
  1163. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +31 -0
  1164. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +43 -0
  1165. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1166. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +36 -0
  1167. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +108 -0
  1168. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +34 -0
  1169. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +21 -0
  1170. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +28 -0
  1171. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1172. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +255 -0
  1173. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1174. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +149 -0
  1175. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +63 -0
  1176. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +209 -0
  1177. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +39 -0
  1178. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +54 -0
  1179. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +108 -0
  1180. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1181. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +7 -0
  1182. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +15 -0
  1183. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +4 -0
  1184. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +71 -0
  1185. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +15 -0
  1186. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +50 -0
  1187. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +25 -0
  1188. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +12 -0
  1189. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1190. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +25 -0
  1191. package/node_modules/@types/responselike/node_modules/undici-types/package.json +55 -0
  1192. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +71 -0
  1193. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +19 -0
  1194. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +39 -0
  1195. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1196. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +60 -0
  1197. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +8 -0
  1198. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +116 -0
  1199. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +18 -0
  1200. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +222 -0
  1201. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +152 -0
  1202. package/node_modules/axios/CHANGELOG.md +43 -0
  1203. package/node_modules/axios/README.md +7 -57
  1204. package/node_modules/axios/dist/axios.js +189 -134
  1205. package/node_modules/axios/dist/axios.js.map +1 -1
  1206. package/node_modules/axios/dist/axios.min.js +1 -1
  1207. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1208. package/node_modules/axios/dist/browser/axios.cjs +103 -64
  1209. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1210. package/node_modules/axios/dist/esm/axios.js +103 -64
  1211. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1212. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  1213. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1214. package/node_modules/axios/dist/node/axios.cjs +105 -66
  1215. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1216. package/node_modules/axios/lib/adapters/fetch.js +20 -20
  1217. package/node_modules/axios/lib/adapters/http.js +2 -2
  1218. package/node_modules/axios/lib/cancel/CancelToken.js +14 -0
  1219. package/node_modules/axios/lib/core/AxiosError.js +5 -2
  1220. package/node_modules/axios/lib/env/data.js +1 -1
  1221. package/node_modules/axios/lib/helpers/composeSignals.js +31 -29
  1222. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +1 -1
  1223. package/node_modules/axios/lib/helpers/trackStream.js +25 -5
  1224. package/node_modules/axios/lib/platform/common/utils.js +5 -4
  1225. package/node_modules/axios/package.json +1 -1
  1226. package/node_modules/escalade/index.d.mts +11 -0
  1227. package/node_modules/escalade/index.d.ts +14 -2
  1228. package/node_modules/escalade/package.json +18 -7
  1229. package/node_modules/escalade/sync/index.d.mts +9 -0
  1230. package/node_modules/escalade/sync/index.d.ts +13 -2
  1231. package/node_modules/follow-redirects/index.js +21 -7
  1232. package/node_modules/follow-redirects/package.json +2 -2
  1233. package/node_modules/foreground-child/dist/commonjs/index.d.ts +4 -2
  1234. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -1
  1235. package/node_modules/foreground-child/dist/commonjs/index.js +4 -2
  1236. package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -1
  1237. package/node_modules/foreground-child/dist/esm/index.d.ts +4 -2
  1238. package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -1
  1239. package/node_modules/foreground-child/dist/esm/index.js +4 -2
  1240. package/node_modules/foreground-child/dist/esm/index.js.map +1 -1
  1241. package/node_modules/foreground-child/package.json +1 -1
  1242. package/node_modules/juice/package.json +3 -3
  1243. package/node_modules/uglify-js/bin/uglifyjs +6 -3
  1244. package/node_modules/uglify-js/lib/compress.js +140 -88
  1245. package/node_modules/uglify-js/lib/minify.js +4 -3
  1246. package/node_modules/uglify-js/lib/output.js +16 -5
  1247. package/node_modules/uglify-js/package.json +1 -1
  1248. package/node_modules/uglify-js/tools/node.js +6 -1
  1249. package/package.json +23 -23
  1250. package/node_modules/mjml-migrate/node_modules/cliui/LICENSE.txt +0 -14
  1251. package/node_modules/mjml-migrate/node_modules/cliui/README.md +0 -141
  1252. package/node_modules/mjml-migrate/node_modules/cliui/build/index.cjs +0 -302
  1253. package/node_modules/mjml-migrate/node_modules/cliui/build/index.d.cts +0 -43
  1254. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/index.js +0 -287
  1255. package/node_modules/mjml-migrate/node_modules/cliui/build/lib/string-utils.js +0 -27
  1256. package/node_modules/mjml-migrate/node_modules/cliui/index.mjs +0 -13
  1257. package/node_modules/mjml-migrate/node_modules/cliui/package.json +0 -83
  1258. package/node_modules/mjml-migrate/node_modules/yargs/README.md +0 -204
  1259. package/node_modules/mjml-migrate/node_modules/yargs/browser.d.ts +0 -5
  1260. package/node_modules/mjml-migrate/node_modules/yargs/browser.mjs +0 -7
  1261. package/node_modules/mjml-migrate/node_modules/yargs/build/index.cjs +0 -1
  1262. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/argsert.js +0 -62
  1263. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/command.js +0 -449
  1264. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion-templates.js +0 -48
  1265. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion.js +0 -243
  1266. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/middleware.js +0 -88
  1267. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/parse-command.js +0 -32
  1268. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  1269. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  1270. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/usage.js +0 -584
  1271. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  1272. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  1273. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
  1274. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
  1275. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  1276. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  1277. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  1278. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  1279. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/validation.js +0 -305
  1280. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
  1281. package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yerror.js +0 -9
  1282. package/node_modules/mjml-migrate/node_modules/yargs/helpers/helpers.mjs +0 -10
  1283. package/node_modules/mjml-migrate/node_modules/yargs/helpers/index.js +0 -14
  1284. package/node_modules/mjml-migrate/node_modules/yargs/helpers/package.json +0 -3
  1285. package/node_modules/mjml-migrate/node_modules/yargs/index.cjs +0 -53
  1286. package/node_modules/mjml-migrate/node_modules/yargs/index.mjs +0 -8
  1287. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/browser.mjs +0 -95
  1288. package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
  1289. package/node_modules/mjml-migrate/node_modules/yargs/locales/be.json +0 -46
  1290. package/node_modules/mjml-migrate/node_modules/yargs/locales/cs.json +0 -51
  1291. package/node_modules/mjml-migrate/node_modules/yargs/locales/de.json +0 -46
  1292. package/node_modules/mjml-migrate/node_modules/yargs/locales/en.json +0 -55
  1293. package/node_modules/mjml-migrate/node_modules/yargs/locales/es.json +0 -46
  1294. package/node_modules/mjml-migrate/node_modules/yargs/locales/fi.json +0 -49
  1295. package/node_modules/mjml-migrate/node_modules/yargs/locales/fr.json +0 -53
  1296. package/node_modules/mjml-migrate/node_modules/yargs/locales/hi.json +0 -49
  1297. package/node_modules/mjml-migrate/node_modules/yargs/locales/hu.json +0 -46
  1298. package/node_modules/mjml-migrate/node_modules/yargs/locales/id.json +0 -50
  1299. package/node_modules/mjml-migrate/node_modules/yargs/locales/it.json +0 -46
  1300. package/node_modules/mjml-migrate/node_modules/yargs/locales/ja.json +0 -51
  1301. package/node_modules/mjml-migrate/node_modules/yargs/locales/ko.json +0 -49
  1302. package/node_modules/mjml-migrate/node_modules/yargs/locales/nb.json +0 -44
  1303. package/node_modules/mjml-migrate/node_modules/yargs/locales/nl.json +0 -49
  1304. package/node_modules/mjml-migrate/node_modules/yargs/locales/nn.json +0 -44
  1305. package/node_modules/mjml-migrate/node_modules/yargs/locales/pirate.json +0 -13
  1306. package/node_modules/mjml-migrate/node_modules/yargs/locales/pl.json +0 -49
  1307. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt.json +0 -45
  1308. package/node_modules/mjml-migrate/node_modules/yargs/locales/pt_BR.json +0 -48
  1309. package/node_modules/mjml-migrate/node_modules/yargs/locales/ru.json +0 -51
  1310. package/node_modules/mjml-migrate/node_modules/yargs/locales/th.json +0 -46
  1311. package/node_modules/mjml-migrate/node_modules/yargs/locales/tr.json +0 -48
  1312. package/node_modules/mjml-migrate/node_modules/yargs/locales/uk_UA.json +0 -51
  1313. package/node_modules/mjml-migrate/node_modules/yargs/locales/uz.json +0 -52
  1314. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_CN.json +0 -48
  1315. package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_TW.json +0 -51
  1316. package/node_modules/mjml-migrate/node_modules/yargs/package.json +0 -123
  1317. package/node_modules/mjml-migrate/node_modules/yargs/yargs +0 -9
  1318. package/node_modules/mjml-migrate/node_modules/yargs/yargs.mjs +0 -10
  1319. package/node_modules/mjml-migrate/node_modules/yargs-parser/LICENSE.txt +0 -14
  1320. package/node_modules/mjml-migrate/node_modules/yargs-parser/README.md +0 -518
  1321. package/node_modules/mjml-migrate/node_modules/yargs-parser/browser.js +0 -29
  1322. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/index.cjs +0 -1050
  1323. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/index.js +0 -62
  1324. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  1325. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  1326. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  1327. package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
  1328. package/node_modules/mjml-migrate/node_modules/yargs-parser/package.json +0 -92
  1329. package/node_modules/undici-types/handlers.d.ts +0 -9
  1330. package/node_modules/undici-types/interceptors.d.ts +0 -5
  1331. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/README.md +0 -0
  1332. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/agent.d.ts +0 -0
  1333. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/api.d.ts +0 -0
  1334. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cache.d.ts +0 -0
  1335. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/connector.d.ts +0 -0
  1336. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/content-type.d.ts +0 -0
  1337. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cookies.d.ts +0 -0
  1338. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/file.d.ts +0 -0
  1339. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/filereader.d.ts +0 -0
  1340. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
  1341. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-origin.d.ts +0 -0
  1342. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/header.d.ts +0 -0
  1343. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-agent.d.ts +0 -0
  1344. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-client.d.ts +0 -0
  1345. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-errors.d.ts +0 -0
  1346. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-pool.d.ts +0 -0
  1347. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/patch.d.ts +0 -0
  1348. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool-stats.d.ts +0 -0
  1349. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/LICENSE.txt +0 -0
  1350. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/README.md +0 -0
  1351. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.cjs +0 -0
  1352. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/index.d.cts +0 -0
  1353. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/index.js +0 -0
  1354. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/build/lib/string-utils.js +0 -0
  1355. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/index.mjs +0 -0
  1356. /package/node_modules/{mjml-cli/node_modules/cliui → cliui}/package.json +0 -0
  1357. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/.npmignore +0 -0
  1358. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/index.js +0 -0
  1359. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/.gitkeep +0 -0
  1360. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/lib/mappingTable.json +0 -0
  1361. /package/node_modules/{tr46 → node-fetch/node_modules/tr46}/package.json +0 -0
  1362. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/LICENSE.md +0 -0
  1363. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/README.md +0 -0
  1364. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/lib/index.js +0 -0
  1365. /package/node_modules/{webidl-conversions → node-fetch/node_modules/webidl-conversions}/package.json +0 -0
  1366. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/LICENSE.txt +0 -0
  1367. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/README.md +0 -0
  1368. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL-impl.js +0 -0
  1369. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/URL.js +0 -0
  1370. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/public-api.js +0 -0
  1371. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/url-state-machine.js +0 -0
  1372. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/lib/utils.js +0 -0
  1373. /package/node_modules/{whatwg-url → node-fetch/node_modules/whatwg-url}/package.json +0 -0
  1374. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/LICENSE +0 -0
  1375. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/README.md +0 -0
  1376. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.d.ts +0 -0
  1377. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/browser.mjs +0 -0
  1378. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/index.cjs +0 -0
  1379. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/argsert.js +0 -0
  1380. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/command.js +0 -0
  1381. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion-templates.js +0 -0
  1382. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/completion.js +0 -0
  1383. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/middleware.js +0 -0
  1384. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/parse-command.js +0 -0
  1385. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/common-types.js +0 -0
  1386. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/typings/yargs-parser-types.js +0 -0
  1387. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/usage.js +0 -0
  1388. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/apply-extends.js +0 -0
  1389. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/is-promise.js +0 -0
  1390. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/levenshtein.js +0 -0
  1391. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/maybe-async-result.js +0 -0
  1392. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/obj-filter.js +0 -0
  1393. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/process-argv.js +0 -0
  1394. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/set-blocking.js +0 -0
  1395. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/utils/which-module.js +0 -0
  1396. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/validation.js +0 -0
  1397. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yargs-factory.js +0 -0
  1398. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/build/lib/yerror.js +0 -0
  1399. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/helpers.mjs +0 -0
  1400. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/index.js +0 -0
  1401. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/helpers/package.json +0 -0
  1402. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.cjs +0 -0
  1403. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/index.mjs +0 -0
  1404. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/browser.mjs +0 -0
  1405. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/lib/platform-shims/esm.mjs +0 -0
  1406. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/be.json +0 -0
  1407. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/cs.json +0 -0
  1408. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/de.json +0 -0
  1409. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/en.json +0 -0
  1410. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/es.json +0 -0
  1411. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fi.json +0 -0
  1412. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/fr.json +0 -0
  1413. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hi.json +0 -0
  1414. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/hu.json +0 -0
  1415. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/id.json +0 -0
  1416. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/it.json +0 -0
  1417. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ja.json +0 -0
  1418. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ko.json +0 -0
  1419. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nb.json +0 -0
  1420. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nl.json +0 -0
  1421. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/nn.json +0 -0
  1422. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pirate.json +0 -0
  1423. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pl.json +0 -0
  1424. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt.json +0 -0
  1425. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/pt_BR.json +0 -0
  1426. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/ru.json +0 -0
  1427. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/th.json +0 -0
  1428. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/tr.json +0 -0
  1429. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uk_UA.json +0 -0
  1430. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/uz.json +0 -0
  1431. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_CN.json +0 -0
  1432. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/locales/zh_TW.json +0 -0
  1433. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/LICENSE.txt +0 -0
  1434. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/README.md +0 -0
  1435. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/browser.js +0 -0
  1436. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/index.cjs +0 -0
  1437. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/index.js +0 -0
  1438. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/string-utils.js +0 -0
  1439. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -0
  1440. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -0
  1441. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -0
  1442. /package/node_modules/{mjml-cli → yargs}/node_modules/yargs-parser/package.json +0 -0
  1443. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/package.json +0 -0
  1444. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs +0 -0
  1445. /package/node_modules/{mjml-cli/node_modules/yargs → yargs}/yargs.mjs +0 -0
@@ -1,3 +1,8 @@
1
+ // If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types.
2
+ // Otherwise, use the types from node.
3
+ type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob;
4
+ type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File;
5
+
1
6
  /**
2
7
  * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
3
8
  * Node.js APIs support `Buffer`s.
@@ -41,7 +46,7 @@
41
46
  * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
42
47
  * const buf7 = Buffer.from('tést', 'latin1');
43
48
  * ```
44
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/buffer.js)
49
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/buffer.js)
45
50
  */
46
51
  declare module "buffer" {
47
52
  import { BinaryLike } from "node:crypto";
@@ -170,6 +175,17 @@ declare module "buffer" {
170
175
  * @since v15.7.0, v14.18.0
171
176
  */
172
177
  arrayBuffer(): Promise<ArrayBuffer>;
178
+ /**
179
+ * The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise<Uint8Array>`.
180
+ *
181
+ * ```js
182
+ * const blob = new Blob(['hello']);
183
+ * blob.bytes().then((bytes) => {
184
+ * console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ]
185
+ * });
186
+ * ```
187
+ */
188
+ bytes(): Promise<Uint8Array>;
173
189
  /**
174
190
  * Creates and returns a new `Blob` containing a subset of this `Blob` objects
175
191
  * data. The original `Blob` is not altered.
@@ -221,10 +237,7 @@ declare module "buffer" {
221
237
  }
222
238
  export import atob = globalThis.atob;
223
239
  export import btoa = globalThis.btoa;
224
- import { Blob as NodeBlob } from "buffer";
225
- // This conditional type will be the existing global Blob in a browser, or
226
- // the copy below in a Node environment.
227
- type __Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : NodeBlob;
240
+
228
241
  global {
229
242
  namespace NodeJS {
230
243
  export { BufferEncoding };
@@ -2264,17 +2277,22 @@ declare module "buffer" {
2264
2277
  * @param data An ASCII (Latin1) string.
2265
2278
  */
2266
2279
  function btoa(data: string): string;
2267
- interface Blob extends __Blob {}
2280
+ interface Blob extends _Blob {}
2268
2281
  /**
2269
2282
  * `Blob` class is a global reference for `require('node:buffer').Blob`
2270
2283
  * https://nodejs.org/api/buffer.html#class-blob
2271
2284
  * @since v18.0.0
2272
2285
  */
2273
- var Blob: typeof globalThis extends {
2274
- onmessage: any;
2275
- Blob: infer T;
2276
- } ? T
2277
- : typeof NodeBlob;
2286
+ var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T
2287
+ : typeof import("buffer").Blob;
2288
+ interface File extends _File {}
2289
+ /**
2290
+ * `File` class is a global reference for `require('node:buffer').File`
2291
+ * https://nodejs.org/api/buffer.html#class-file
2292
+ * @since v20.0.0
2293
+ */
2294
+ var File: typeof globalThis extends { onmessage: any; File: infer T } ? T
2295
+ : typeof import("buffer").File;
2278
2296
  }
2279
2297
  }
2280
2298
  declare module "node:buffer" {
@@ -63,7 +63,7 @@
63
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
64
  * the synchronous methods can have significant impact on performance due to
65
65
  * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/child_process.js)
67
67
  */
68
68
  declare module "child_process" {
69
69
  import { ObjectEncodingOptions } from "node:fs";
@@ -455,7 +455,7 @@ declare module "child_process" {
455
455
  * as the connection may have been closed during the time it takes to send the
456
456
  * connection to the child.
457
457
  * @since v0.5.9
458
- * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v20.x/api/dgram.html#class-dgramsocket) object.
458
+ * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v22.x/api/dgram.html#class-dgramsocket) object.
459
459
  * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties:
460
460
  */
461
461
  send(message: Serializable, callback?: (error: Error | null) => void): boolean;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Clusters of Node.js processes can be used to run multiple instances of Node.js
3
3
  * that can distribute workloads among their application threads. When process isolation
4
- * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html)
4
+ * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html)
5
5
  * module instead, which allows running multiple application threads within a single Node.js instance.
6
6
  *
7
7
  * The cluster module allows easy creation of child processes that all share
@@ -50,7 +50,7 @@
50
50
  * ```
51
51
  *
52
52
  * On Windows, it is not yet possible to set up a named pipe server in a worker.
53
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/cluster.js)
53
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/cluster.js)
54
54
  */
55
55
  declare module "cluster" {
56
56
  import * as child from "node:child_process";
@@ -80,8 +80,8 @@ declare module "cluster" {
80
80
  silent?: boolean | undefined;
81
81
  /**
82
82
  * Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must
83
- * contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processspawncommand-args-options)'s
84
- * [`stdio`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#optionsstdio).
83
+ * contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processspawncommand-args-options)'s
84
+ * [`stdio`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#optionsstdio).
85
85
  */
86
86
  stdio?: any[] | undefined;
87
87
  /**
@@ -99,7 +99,7 @@ declare module "cluster" {
99
99
  inspectPort?: number | (() => number) | undefined;
100
100
  /**
101
101
  * Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`.
102
- * See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#advanced-serialization) for more details.
102
+ * See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#advanced-serialization) for more details.
103
103
  * @default false
104
104
  */
105
105
  serialization?: SerializationType | undefined;
@@ -142,10 +142,10 @@ declare module "cluster" {
142
142
  */
143
143
  id: number;
144
144
  /**
145
- * All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object
145
+ * All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object
146
146
  * from this function is stored as `.process`. In a worker, the global `process` is stored.
147
147
  *
148
- * See: [Child Process module](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processforkmodulepath-args-options).
148
+ * See: [Child Process module](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processforkmodulepath-args-options).
149
149
  *
150
150
  * Workers will call `process.exit(0)` if the `'disconnect'` event occurs
151
151
  * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against
@@ -156,7 +156,7 @@ declare module "cluster" {
156
156
  /**
157
157
  * Send a message to a worker or primary, optionally with a handle.
158
158
  *
159
- * In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback).
159
+ * In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback).
160
160
  *
161
161
  * In a worker, this sends a message to the primary. It is identical to `process.send()`.
162
162
  *
@@ -198,7 +198,7 @@ declare module "cluster" {
198
198
  * This method is aliased as `worker.destroy()` for backwards compatibility.
199
199
  *
200
200
  * In a worker, `process.kill()` exists, but it is not this function;
201
- * it is [`kill()`](https://nodejs.org/docs/latest-v20.x/api/process.html#processkillpid-signal).
201
+ * it is [`kill()`](https://nodejs.org/docs/latest-v22.x/api/process.html#processkillpid-signal).
202
202
  * @since v0.9.12
203
203
  * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process.
204
204
  */
@@ -411,7 +411,7 @@ declare module "cluster" {
411
411
  readonly isWorker: boolean;
412
412
  /**
413
413
  * The scheduling policy, either `cluster.SCHED_RR` for round-robin or `cluster.SCHED_NONE` to leave it to the operating system. This is a
414
- * global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings)
414
+ * global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings)
415
415
  * is called, whichever comes first.
416
416
  *
417
417
  * `SCHED_RR` is the default on all operating systems except Windows. Windows will change to `SCHED_RR` once libuv is able to effectively distribute
@@ -422,24 +422,24 @@ declare module "cluster" {
422
422
  */
423
423
  schedulingPolicy: number;
424
424
  /**
425
- * After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings)
426
- * (or [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv)) this settings object will contain
425
+ * After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings)
426
+ * (or [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv)) this settings object will contain
427
427
  * the settings, including the default values.
428
428
  *
429
429
  * This object is not intended to be changed or set manually.
430
430
  * @since v0.7.1
431
431
  */
432
432
  readonly settings: ClusterSettings;
433
- /** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings) instead. */
433
+ /** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings) instead. */
434
434
  setupMaster(settings?: ClusterSettings): void;
435
435
  /**
436
436
  * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in `cluster.settings`.
437
437
  *
438
- * Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv)
438
+ * Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv)
439
439
  * and have no effect on workers that are already running.
440
440
  *
441
441
  * The only attribute of a worker that cannot be set via `.setupPrimary()` is the `env` passed to
442
- * [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv).
442
+ * [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv).
443
443
  *
444
444
  * The defaults above apply to the first call only; the defaults for later calls are the current values at the time of
445
445
  * `cluster.setupPrimary()` is called.
@@ -5,12 +5,12 @@
5
5
  * The module exports two specific components:
6
6
  *
7
7
  * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream.
8
- * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and
9
- * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`.
8
+ * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) and
9
+ * [`process.stderr`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstderr). The global `console` can be used without calling `require('node:console')`.
10
10
  *
11
11
  * _**Warning**_: The global console object's methods are neither consistently
12
12
  * synchronous like the browser APIs they resemble, nor are they consistently
13
- * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for
13
+ * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v22.x/api/process.html#a-note-on-process-io) for
14
14
  * more information.
15
15
  *
16
16
  * Example using the global `console`:
@@ -54,7 +54,7 @@
54
54
  * myConsole.warn(`Danger ${name}! Danger!`);
55
55
  * // Prints: Danger Will Robinson! Danger!, to err
56
56
  * ```
57
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/console.js)
57
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/console.js)
58
58
  */
59
59
  declare module "console" {
60
60
  import console = require("node:console");
@@ -70,7 +70,7 @@ declare module "node:console" {
70
70
  * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only
71
71
  * writes a message and does not otherwise affect execution. The output always
72
72
  * starts with `"Assertion failed"`. If provided, `message` is formatted using
73
- * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args).
73
+ * [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args).
74
74
  *
75
75
  * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens.
76
76
  *
@@ -152,7 +152,7 @@ declare module "node:console" {
152
152
  */
153
153
  debug(message?: any, ...optionalParams: any[]): void;
154
154
  /**
155
- * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`.
155
+ * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`.
156
156
  * This function bypasses any custom `inspect()` function defined on `obj`.
157
157
  * @since v0.1.101
158
158
  */
@@ -167,7 +167,7 @@ declare module "node:console" {
167
167
  * Prints to `stderr` with newline. Multiple arguments can be passed, with the
168
168
  * first used as the primary message and all additional used as substitution
169
169
  * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html)
170
- * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)).
170
+ * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)).
171
171
  *
172
172
  * ```js
173
173
  * const code = 5;
@@ -178,8 +178,8 @@ declare module "node:console" {
178
178
  * ```
179
179
  *
180
180
  * If formatting elements (e.g. `%d`) are not found in the first string then
181
- * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the
182
- * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)
181
+ * [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options) is called on each argument and the
182
+ * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)
183
183
  * for more information.
184
184
  * @since v0.1.100
185
185
  */
@@ -211,7 +211,7 @@ declare module "node:console" {
211
211
  * Prints to `stdout` with newline. Multiple arguments can be passed, with the
212
212
  * first used as the primary message and all additional used as substitution
213
213
  * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html)
214
- * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)).
214
+ * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)).
215
215
  *
216
216
  * ```js
217
217
  * const count = 5;
@@ -221,7 +221,7 @@ declare module "node:console" {
221
221
  * // Prints: count: 5, to stdout
222
222
  * ```
223
223
  *
224
- * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information.
224
+ * See [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args) for more information.
225
225
  * @since v0.1.100
226
226
  */
227
227
  log(message?: any, ...optionalParams: any[]): void;
@@ -297,7 +297,7 @@ declare module "node:console" {
297
297
  */
298
298
  timeLog(label?: string, ...data: any[]): void;
299
299
  /**
300
- * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)
300
+ * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)
301
301
  * formatted message and stack trace to the current position in the code.
302
302
  *
303
303
  * ```js
@@ -361,12 +361,12 @@ declare module "node:console" {
361
361
  * The module exports two specific components:
362
362
  *
363
363
  * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream.
364
- * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and
365
- * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`.
364
+ * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) and
365
+ * [`process.stderr`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstderr). The global `console` can be used without calling `require('console')`.
366
366
  *
367
367
  * _**Warning**_: The global console object's methods are neither consistently
368
368
  * synchronous like the browser APIs they resemble, nor are they consistently
369
- * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for
369
+ * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v22.x/api/process.html#a-note-on-process-io) for
370
370
  * more information.
371
371
  *
372
372
  * Example using the global `console`:
@@ -410,7 +410,7 @@ declare module "node:console" {
410
410
  * myConsole.warn(`Danger ${name}! Danger!`);
411
411
  * // Prints: Danger Will Robinson! Danger!, to err
412
412
  * ```
413
- * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js)
413
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/console.js)
414
414
  */
415
415
  namespace console {
416
416
  interface ConsoleConstructorOptions {
@@ -431,7 +431,7 @@ declare module "node:console" {
431
431
  colorMode?: boolean | "auto" | undefined;
432
432
  /**
433
433
  * Specifies options that are passed along to
434
- * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options).
434
+ * [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options).
435
435
  */
436
436
  inspectOptions?: InspectOptions | undefined;
437
437
  /**
@@ -14,7 +14,7 @@
14
14
  * // Prints:
15
15
  * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e
16
16
  * ```
17
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/crypto.js)
17
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/crypto.js)
18
18
  */
19
19
  declare module "crypto" {
20
20
  import * as stream from "node:stream";
@@ -96,7 +96,7 @@ declare module "crypto" {
96
96
  verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
97
97
  }
98
98
  namespace constants {
99
- // https://nodejs.org/dist/latest-v20.x/docs/api/crypto.html#crypto-constants
99
+ // https://nodejs.org/dist/latest-v22.x/docs/api/crypto.html#crypto-constants
100
100
  const OPENSSL_VERSION_NUMBER: number;
101
101
  /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */
102
102
  const SSL_OP_ALL: number;
@@ -688,48 +688,6 @@ declare module "crypto" {
688
688
  interface CipherOCBOptions extends stream.TransformOptions {
689
689
  authTagLength: number;
690
690
  }
691
- /**
692
- * Creates and returns a `Cipher` object that uses the given `algorithm` and `password`.
693
- *
694
- * The `options` argument controls stream behavior and is optional except when a
695
- * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the
696
- * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication
697
- * tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
698
- * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes.
699
- *
700
- * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
701
- * recent OpenSSL releases, `openssl list -cipher-algorithms` will
702
- * display the available cipher algorithms.
703
- *
704
- * The `password` is used to derive the cipher key and initialization vector (IV).
705
- * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`.
706
- *
707
- * **This function is semantically insecure for all**
708
- * **supported ciphers and fatally flawed for ciphers in counter mode (such as CTR,**
709
- * **GCM, or CCM).**
710
- *
711
- * The implementation of `crypto.createCipher()` derives keys using the OpenSSL
712
- * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) with the digest algorithm set to MD5, one
713
- * iteration, and no salt. The lack of salt allows dictionary attacks as the same
714
- * password always creates the same key. The low iteration count and
715
- * non-cryptographically secure hash algorithm allow passwords to be tested very
716
- * rapidly.
717
- *
718
- * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) it is recommended that
719
- * developers derive a key and IV on
720
- * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode
721
- * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when
722
- * they are used in order to avoid the risk of IV reuse that causes
723
- * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details.
724
- * @since v0.1.94
725
- * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead.
726
- * @param options `stream.transform` options
727
- */
728
- function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM;
729
- /** @deprecated since v10.0.0 use `createCipheriv()` */
730
- function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM;
731
- /** @deprecated since v10.0.0 use `createCipheriv()` */
732
- function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher;
733
691
  /**
734
692
  * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and
735
693
  * initialization vector (`iv`).
@@ -793,7 +751,7 @@ declare module "crypto" {
793
751
  * * Using the `cipher.update()` and `cipher.final()` methods to produce
794
752
  * the encrypted data.
795
753
  *
796
- * The {@link createCipher} or {@link createCipheriv} methods are
754
+ * The {@link createCipheriv} method is
797
755
  * used to create `Cipher` instances. `Cipher` objects are not to be created
798
756
  * directly using the `new` keyword.
799
757
  *
@@ -977,37 +935,6 @@ declare module "crypto" {
977
935
  ): this;
978
936
  getAuthTag(): Buffer;
979
937
  }
980
- /**
981
- * Creates and returns a `Decipher` object that uses the given `algorithm` and `password` (key).
982
- *
983
- * The `options` argument controls stream behavior and is optional except when a
984
- * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the
985
- * authentication tag in bytes, see `CCM mode`.
986
- * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes.
987
- *
988
- * **This function is semantically insecure for all**
989
- * **supported ciphers and fatally flawed for ciphers in counter mode (such as CTR,**
990
- * **GCM, or CCM).**
991
- *
992
- * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL
993
- * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) with the digest algorithm set to MD5, one
994
- * iteration, and no salt. The lack of salt allows dictionary attacks as the same
995
- * password always creates the same key. The low iteration count and
996
- * non-cryptographically secure hash algorithm allow passwords to be tested very
997
- * rapidly.
998
- *
999
- * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) it is recommended that
1000
- * developers derive a key and IV on
1001
- * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object.
1002
- * @since v0.1.94
1003
- * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead.
1004
- * @param options `stream.transform` options
1005
- */
1006
- function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM;
1007
- /** @deprecated since v10.0.0 use `createDecipheriv()` */
1008
- function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM;
1009
- /** @deprecated since v10.0.0 use `createDecipheriv()` */
1010
- function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher;
1011
938
  /**
1012
939
  * Creates and returns a `Decipher` object that uses the given `algorithm`, `key` and initialization vector (`iv`).
1013
940
  *
@@ -1070,7 +997,7 @@ declare module "crypto" {
1070
997
  * * Using the `decipher.update()` and `decipher.final()` methods to
1071
998
  * produce the unencrypted data.
1072
999
  *
1073
- * The {@link createDecipher} or {@link createDecipheriv} methods are
1000
+ * The {@link createDecipheriv} method is
1074
1001
  * used to create `Decipher` instances. `Decipher` objects are not to be created
1075
1002
  * directly using the `new` keyword.
1076
1003
  *
@@ -3406,7 +3333,7 @@ declare module "crypto" {
3406
3333
  * @since v21.7.0, v20.12.0
3407
3334
  * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different input encoding is desired for a string input, user
3408
3335
  * could encode the string into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing the encoded `TypedArray` into this API instead.
3409
- * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v20.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest.
3336
+ * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v22.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest.
3410
3337
  */
3411
3338
  function hash(algorithm: string, data: BinaryLike, outputEncoding?: BinaryToTextEncoding): string;
3412
3339
  function hash(algorithm: string, data: BinaryLike, outputEncoding: "buffer"): Buffer;
@@ -23,7 +23,7 @@
23
23
  * server.bind(41234);
24
24
  * // Prints: server listening 0.0.0.0:41234
25
25
  * ```
26
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/dgram.js)
26
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/dgram.js)
27
27
  */
28
28
  declare module "dgram" {
29
29
  import { AddressInfo } from "node:net";
@@ -20,7 +20,7 @@
20
20
  * should generally include the module name to avoid collisions with data from
21
21
  * other modules.
22
22
  * @since v15.1.0, v14.17.0
23
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/diagnostics_channel.js)
23
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/diagnostics_channel.js)
24
24
  */
25
25
  declare module "diagnostics_channel" {
26
26
  import { AsyncLocalStorage } from "node:async_hooks";
@@ -41,8 +41,8 @@
41
41
  * });
42
42
  * ```
43
43
  *
44
- * See the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) for more information.
45
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/dns.js)
44
+ * See the [Implementation considerations section](https://nodejs.org/docs/latest-v22.x/api/dns.html#implementation-considerations) for more information.
45
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/dns.js)
46
46
  */
47
47
  declare module "dns" {
48
48
  import * as dnsPromises from "node:dns/promises";
@@ -71,7 +71,7 @@ declare module "dns" {
71
71
  */
72
72
  family?: number | "IPv4" | "IPv6" | undefined;
73
73
  /**
74
- * One or more [supported `getaddrinfo`](https://nodejs.org/docs/latest-v20.x/api/dns.html#supported-getaddrinfo-flags) flags. Multiple flags may be
74
+ * One or more [supported `getaddrinfo`](https://nodejs.org/docs/latest-v22.x/api/dns.html#supported-getaddrinfo-flags) flags. Multiple flags may be
75
75
  * passed by bitwise `OR`ing their values.
76
76
  */
77
77
  hints?: number | undefined;
@@ -84,16 +84,17 @@ declare module "dns" {
84
84
  * When `verbatim`, the resolved addresses are return unsorted. When `ipv4first`, the resolved addresses are sorted
85
85
  * by placing IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved addresses are sorted by placing IPv6
86
86
  * addresses before IPv4 addresses. Default value is configurable using
87
- * {@link setDefaultResultOrder} or [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder).
87
+ * {@link setDefaultResultOrder} or [`--dns-result-order`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--dns-result-orderorder).
88
88
  * @default `verbatim` (addresses are not reordered)
89
+ * @since v22.1.0
89
90
  */
90
91
  order?: "ipv4first" | "ipv6first" | "verbatim" | undefined;
91
92
  /**
92
93
  * When `true`, the callback receives IPv4 and IPv6 addresses in the order the DNS resolver returned them. When `false`, IPv4
93
94
  * addresses are placed before IPv6 addresses. This option will be deprecated in favor of `order`. When both are specified,
94
95
  * `order` has higher precedence. New code should only use `order`. Default value is configurable using {@link setDefaultResultOrder}
95
- * or [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder).
96
96
  * @default true (addresses are not reordered)
97
+ * @deprecated Please use `order` option
97
98
  */
98
99
  verbatim?: boolean | undefined;
99
100
  }
@@ -132,7 +133,7 @@ declare module "dns" {
132
133
  * The implementation uses an operating system facility that can associate names
133
134
  * with addresses and vice versa. This implementation can have subtle but
134
135
  * important consequences on the behavior of any Node.js program. Please take some
135
- * time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations)
136
+ * time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v22.x/api/dns.html#implementation-considerations)
136
137
  * before using `dns.lookup()`.
137
138
  *
138
139
  * Example usage:
@@ -154,7 +155,7 @@ declare module "dns" {
154
155
  * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}]
155
156
  * ```
156
157
  *
157
- * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v20.x/api/util.html#utilpromisifyoriginal) ed
158
+ * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v22.x/api/util.html#utilpromisifyoriginal) ed
158
159
  * version, and `all` is not set to `true`, it returns a `Promise` for an `Object` with `address` and `family` properties.
159
160
  * @since v0.1.90
160
161
  */
@@ -194,7 +195,7 @@ declare module "dns" {
194
195
  * If `address` is not a valid IP address, a `TypeError` will be thrown.
195
196
  * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown.
196
197
  *
197
- * On an error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object,
198
+ * On an error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object,
198
199
  * where `err.code` is the error code.
199
200
  *
200
201
  * ```js
@@ -205,7 +206,7 @@ declare module "dns" {
205
206
  * });
206
207
  * ```
207
208
  *
208
- * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v20.x/api/util.html#utilpromisifyoriginal) ed
209
+ * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v22.x/api/util.html#utilpromisifyoriginal) ed
209
210
  * version, it returns a `Promise` for an `Object` with `hostname` and `service` properties.
210
211
  * @since v0.11.14
211
212
  */
@@ -322,7 +323,7 @@ declare module "dns" {
322
323
  *
323
324
  * <omitted>
324
325
  *
325
- * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object,
326
+ * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object,
326
327
  * where `err.code` is one of the `DNS error codes`.
327
328
  * @since v0.1.27
328
329
  * @param hostname Host name to resolve.
@@ -663,8 +664,8 @@ declare module "dns" {
663
664
  * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
664
665
  * array of host names.
665
666
  *
666
- * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is
667
- * one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes).
667
+ * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object, where `err.code` is
668
+ * one of the [DNS error codes](https://nodejs.org/docs/latest-v22.x/api/dns.html#error-codes).
668
669
  * @since v0.1.16
669
670
  */
670
671
  export function reverse(
@@ -672,7 +673,7 @@ declare module "dns" {
672
673
  callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void,
673
674
  ): void;
674
675
  /**
675
- * Get the default value for `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options).
676
+ * Get the default value for `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnspromiseslookuphostname-options).
676
677
  * The value could be:
677
678
  *
678
679
  * * `ipv4first`: for `order` defaulting to `ipv4first`.
@@ -727,7 +728,7 @@ declare module "dns" {
727
728
  */
728
729
  export function getServers(): string[];
729
730
  /**
730
- * Set the default value of `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options).
731
+ * Set the default value of `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnspromiseslookuphostname-options).
731
732
  * The value could be:
732
733
  *
733
734
  * * `ipv4first`: sets default `order` to `ipv4first`.
@@ -735,8 +736,8 @@ declare module "dns" {
735
736
  * * `verbatim`: sets default `order` to `verbatim`.
736
737
  *
737
738
  * The default is `verbatim` and {@link setDefaultResultOrder} have higher
738
- * priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). When using
739
- * [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), {@link setDefaultResultOrder} from the main
739
+ * priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--dns-result-orderorder). When using
740
+ * [worker threads](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html), {@link setDefaultResultOrder} from the main
740
741
  * thread won't affect the default dns orders in workers.
741
742
  * @since v16.4.0, v14.18.0
742
743
  * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`.
@@ -782,7 +783,7 @@ declare module "dns" {
782
783
  * An independent resolver for DNS requests.
783
784
  *
784
785
  * Creating a new resolver uses the default server settings. Setting
785
- * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnssetserversservers) does not affect
786
+ * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnssetserversservers) does not affect
786
787
  * other resolvers:
787
788
  *
788
789
  * ```js
@@ -12,7 +12,7 @@
12
12
  * will be notified, rather than losing the context of the error in the `process.on('uncaughtException')` handler, or causing the program to
13
13
  * exit immediately with an error code.
14
14
  * @deprecated Since v1.4.2 - Deprecated
15
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/domain.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/domain.js)
16
16
  */
17
17
  declare module "domain" {
18
18
  import EventEmitter = require("node:events");
@@ -32,7 +32,7 @@
32
32
  * });
33
33
  * myEmitter.emit('event');
34
34
  * ```
35
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/events.js)
35
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/events.js)
36
36
  */
37
37
  declare module "events" {
38
38
  import { AsyncResource, AsyncResourceOptions } from "node:async_hooks";