cloudstructs 0.9.33 → 0.9.34

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 (904) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-app/provider.lambda/index.js +209 -33
  3. package/assets/slack-textract/detect.lambda/index.js +385 -163
  4. package/assets/ssl-server-test/analyze.lambda/index.js +209 -33
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/dmarc/index.js +1 -1
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  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/slack-app.js +2 -2
  13. package/lib/slack-events/index.js +1 -1
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +2 -2
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +19 -24
  21. package/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
  22. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
  23. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
  24. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
  25. package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +24 -0
  26. package/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
  27. package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +66 -293
  28. package/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
  29. package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +19 -24
  30. package/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
  31. package/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
  32. package/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
  33. package/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
  34. package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +24 -0
  35. package/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
  36. package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +66 -293
  37. package/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
  38. package/node_modules/@babel/runtime/package.json +52 -10
  39. package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +15 -54
  41. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +90 -8
  42. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +3 -4
  44. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +2 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +16 -16
  46. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -17
  47. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +43 -37
  48. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  50. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +16 -16
  51. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +60 -85
  52. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -2
  54. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +40 -35
  55. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +122 -29
  56. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +143 -287
  57. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  58. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +28 -3
  59. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +78 -8
  60. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  61. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +7 -5
  62. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +39 -7
  63. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +102 -27
  64. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +17 -14
  65. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -7
  66. package/node_modules/@slack/logger/node_modules/@types/node/package.json +18 -3
  67. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  68. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +10 -10
  69. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -11
  70. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  71. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +3 -4
  72. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -1
  73. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +19 -14
  74. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +14 -16
  75. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  76. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +217 -14
  77. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
  78. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +13 -18
  79. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  80. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +107 -21
  81. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +1 -1
  82. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  83. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +36 -49
  84. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
  85. package/node_modules/@slack/logger/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  93. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  94. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +61 -19
  95. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +234 -381
  96. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +110 -32
  97. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +73 -13
  98. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  99. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +55 -26
  100. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +170 -41
  101. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +7 -7
  102. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +24 -24
  103. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +11 -11
  104. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  105. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +12 -13
  106. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +2 -0
  107. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  108. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +117 -92
  109. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  110. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +69 -47
  111. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +17 -16
  112. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +7 -7
  113. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  114. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +5 -5
  115. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +75 -0
  116. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +7 -7
  117. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +157 -1
  118. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +51 -47
  119. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +25 -8
  120. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +33 -18
  121. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +111 -0
  122. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +4 -4
  123. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +3 -3
  124. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  125. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +4 -4
  126. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  127. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -4
  128. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +8 -8
  129. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +12 -12
  130. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +4 -4
  131. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +18 -15
  132. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +1 -1
  133. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +10 -10
  134. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +3 -3
  135. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +7 -0
  136. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +44 -6
  137. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +35 -1
  138. package/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -2
  139. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  140. package/node_modules/@slack/web-api/dist/WebClient.js +28 -15
  141. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  142. package/node_modules/@slack/web-api/dist/errors.d.ts +0 -2
  143. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  144. package/node_modules/@slack/web-api/dist/errors.js +6 -6
  145. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  146. package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -4
  147. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  148. package/node_modules/@slack/web-api/dist/file-upload.js +43 -38
  149. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  150. package/node_modules/@slack/web-api/dist/helpers.js +1 -1
  151. package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
  152. package/node_modules/@slack/web-api/dist/index.d.ts +0 -1
  153. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  154. package/node_modules/@slack/web-api/dist/instrument.js +19 -10
  155. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  156. package/node_modules/@slack/web-api/dist/logger.js +2 -2
  157. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  158. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +2 -0
  159. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  160. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +18 -5
  161. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  162. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -3
  163. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  164. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +1 -0
  165. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  166. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +3 -0
  167. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  168. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -0
  169. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +64 -12
  171. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  172. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +27 -8
  173. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  174. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +35 -5
  175. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  176. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  177. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +35 -5
  178. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  179. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  180. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +65 -12
  181. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  182. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +27 -8
  183. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  184. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +1 -0
  185. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  186. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +2 -0
  187. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  188. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +1 -0
  189. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  190. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +26 -5
  191. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  192. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  193. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +64 -12
  194. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  195. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +27 -8
  196. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  197. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -0
  198. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  199. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +134 -108
  200. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  201. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +21 -14
  202. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  203. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +134 -108
  204. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  205. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +21 -14
  206. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  207. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +134 -108
  208. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  209. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +21 -14
  210. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  211. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +134 -108
  212. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  213. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +21 -14
  214. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  215. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +134 -108
  216. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  217. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +21 -14
  218. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  219. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +134 -108
  220. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  221. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +21 -14
  222. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  223. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +134 -108
  224. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  225. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +21 -14
  226. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  227. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +134 -108
  228. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  229. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +21 -14
  230. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  231. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +134 -108
  232. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  233. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +21 -14
  234. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  235. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +134 -108
  236. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  237. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +21 -14
  238. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  239. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +134 -108
  240. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  241. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +21 -14
  242. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  243. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +35 -5
  244. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  245. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  246. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +64 -12
  247. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  248. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +27 -8
  249. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  250. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +35 -2
  251. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  252. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  253. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +42 -7
  254. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  255. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  256. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +37 -2
  257. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  258. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  259. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +35 -2
  260. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  261. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  262. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -0
  263. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  264. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -0
  265. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  266. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -0
  267. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  268. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -0
  269. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  270. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -0
  271. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  272. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -0
  273. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  274. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +1 -0
  275. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  276. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -0
  277. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  278. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +1 -0
  279. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  280. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  281. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +1 -0
  282. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  283. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  284. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +1 -0
  285. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  286. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  287. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +1 -0
  288. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  289. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  290. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  291. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +15 -54
  292. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +90 -8
  293. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  294. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +3 -4
  295. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
  296. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +16 -16
  297. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
  298. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +43 -37
  299. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  300. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  301. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +16 -16
  302. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +60 -85
  303. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  304. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -2
  305. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +40 -35
  306. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +122 -29
  307. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +143 -287
  308. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  309. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +28 -3
  310. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +78 -8
  311. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  312. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +7 -5
  313. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +39 -7
  314. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +102 -27
  315. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +17 -14
  316. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -7
  317. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +18 -3
  318. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  319. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +10 -10
  320. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -11
  321. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  322. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +3 -4
  323. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -1
  324. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +19 -14
  325. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +14 -16
  326. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
  327. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +217 -14
  328. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
  329. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +13 -18
  330. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  331. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +107 -21
  332. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +1 -1
  333. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  334. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +36 -49
  335. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
  336. package/node_modules/@slack/web-api/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  337. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  338. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  339. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  340. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  341. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  342. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  343. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  344. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  345. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +61 -19
  346. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +234 -381
  347. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +110 -32
  348. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +73 -13
  349. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  350. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +55 -26
  351. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +170 -41
  352. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +7 -7
  353. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +24 -24
  354. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +11 -11
  355. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  356. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +12 -13
  357. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +2 -0
  358. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  359. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +117 -92
  360. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  361. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +69 -47
  362. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +17 -16
  363. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +7 -7
  364. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  365. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +5 -5
  366. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +75 -0
  367. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +7 -7
  368. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +157 -1
  369. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +51 -47
  370. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +25 -8
  371. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +33 -18
  372. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +111 -0
  373. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +4 -4
  374. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +3 -3
  375. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  376. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +4 -4
  377. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  378. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -4
  379. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +8 -8
  380. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +12 -12
  381. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +4 -4
  382. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +18 -15
  383. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +1 -1
  384. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +10 -10
  385. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +3 -3
  386. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +7 -0
  387. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +44 -6
  388. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +35 -1
  389. package/node_modules/@slack/web-api/package.json +5 -5
  390. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  391. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +15 -54
  392. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +90 -8
  393. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  394. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +3 -4
  395. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  396. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +16 -16
  397. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  398. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +43 -37
  399. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  400. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  401. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +16 -16
  402. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +60 -85
  403. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  404. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -2
  405. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +40 -35
  406. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +122 -29
  407. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +143 -287
  408. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  409. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +28 -3
  410. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +78 -8
  411. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  412. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +7 -5
  413. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +39 -7
  414. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +102 -27
  415. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +17 -14
  416. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -7
  417. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +18 -3
  418. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  419. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +10 -10
  420. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -11
  421. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  422. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +3 -4
  423. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -1
  424. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +19 -14
  425. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +14 -16
  426. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  427. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +217 -14
  428. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
  429. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +13 -18
  430. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  431. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +107 -21
  432. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +1 -1
  433. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  434. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +36 -49
  435. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  436. package/node_modules/@types/cacheable-request/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  437. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  438. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  439. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  440. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  441. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  442. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  443. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  444. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  445. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +61 -19
  446. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +234 -381
  447. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +110 -32
  448. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +73 -13
  449. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  450. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +55 -26
  451. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +170 -41
  452. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +7 -7
  453. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +24 -24
  454. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +11 -11
  455. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  456. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +12 -13
  457. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +2 -0
  458. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  459. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +117 -92
  460. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  461. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +69 -47
  462. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +17 -16
  463. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +7 -7
  464. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  465. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +5 -5
  466. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +75 -0
  467. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +7 -7
  468. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +157 -1
  469. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +51 -47
  470. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +25 -8
  471. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +33 -18
  472. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +111 -0
  473. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +4 -4
  474. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +3 -3
  475. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  476. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +4 -4
  477. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  478. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -4
  479. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +8 -8
  480. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +12 -12
  481. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +4 -4
  482. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +18 -15
  483. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +1 -1
  484. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +10 -10
  485. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +3 -3
  486. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +7 -0
  487. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +44 -6
  488. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +35 -1
  489. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  490. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +15 -54
  491. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +90 -8
  492. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  493. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +3 -4
  494. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  495. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +16 -16
  496. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  497. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +43 -37
  498. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  499. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  500. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +16 -16
  501. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +60 -85
  502. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  503. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -2
  504. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +40 -35
  505. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +122 -29
  506. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +143 -287
  507. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  508. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +28 -3
  509. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +78 -8
  510. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  511. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +7 -5
  512. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +39 -7
  513. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +102 -27
  514. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +17 -14
  515. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -7
  516. package/node_modules/@types/keyv/node_modules/@types/node/package.json +18 -3
  517. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  518. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +10 -10
  519. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -11
  520. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  521. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +3 -4
  522. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -1
  523. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +19 -14
  524. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +14 -16
  525. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  526. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +217 -14
  527. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
  528. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +13 -18
  529. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  530. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +107 -21
  531. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +1 -1
  532. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  533. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +36 -49
  534. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  535. package/node_modules/@types/keyv/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  536. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  537. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  538. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  539. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  543. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  544. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +61 -19
  545. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +234 -381
  546. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +110 -32
  547. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +73 -13
  548. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  549. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +55 -26
  550. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +170 -41
  551. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +7 -7
  552. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +24 -24
  553. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +11 -11
  554. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  555. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +12 -13
  556. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +2 -0
  557. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  558. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +117 -92
  559. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  560. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +69 -47
  561. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +17 -16
  562. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +7 -7
  563. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  564. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +5 -5
  565. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +75 -0
  566. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +7 -7
  567. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +157 -1
  568. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +51 -47
  569. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +25 -8
  570. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +33 -18
  571. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +111 -0
  572. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +4 -4
  573. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +3 -3
  574. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  575. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +4 -4
  576. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  577. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -4
  578. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +8 -8
  579. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +12 -12
  580. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +4 -4
  581. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +18 -15
  582. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +1 -1
  583. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +10 -10
  584. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +3 -3
  585. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +7 -0
  586. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +44 -6
  587. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +35 -1
  588. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  589. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +15 -54
  590. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +90 -8
  591. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  592. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +3 -4
  593. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  594. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +16 -16
  595. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  596. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +43 -37
  597. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  598. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  599. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +16 -16
  600. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +60 -85
  601. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  602. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -2
  603. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +40 -35
  604. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +122 -29
  605. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +143 -287
  606. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  607. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +28 -3
  608. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +78 -8
  609. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  610. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +7 -5
  611. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +39 -7
  612. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +102 -27
  613. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +17 -14
  614. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -7
  615. package/node_modules/@types/responselike/node_modules/@types/node/package.json +18 -3
  616. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  617. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +10 -10
  618. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -11
  619. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  620. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +3 -4
  621. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -1
  622. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +19 -14
  623. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +14 -16
  624. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  625. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +217 -14
  626. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
  627. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +13 -18
  628. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  629. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +107 -21
  630. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +1 -1
  631. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  632. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +36 -49
  633. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  634. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  635. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  636. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  637. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  638. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  639. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  640. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  641. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  642. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  643. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +61 -19
  644. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +234 -381
  645. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +110 -32
  646. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +73 -13
  647. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  648. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +55 -26
  649. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +170 -41
  650. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +7 -7
  651. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +24 -24
  652. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +11 -11
  653. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  654. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +12 -13
  655. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +2 -0
  656. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  657. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +117 -92
  658. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  659. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +69 -47
  660. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +17 -16
  661. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +7 -7
  662. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  663. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +5 -5
  664. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +75 -0
  665. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +7 -7
  666. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +157 -1
  667. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +51 -47
  668. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +25 -8
  669. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +33 -18
  670. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +111 -0
  671. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +4 -4
  672. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +3 -3
  673. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  674. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +4 -4
  675. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  676. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -4
  677. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +8 -8
  678. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +12 -12
  679. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +4 -4
  680. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +18 -15
  681. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +1 -1
  682. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +10 -10
  683. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +3 -3
  684. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +7 -0
  685. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +44 -6
  686. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +35 -1
  687. package/node_modules/axios/CHANGELOG.md +51 -0
  688. package/node_modules/axios/README.md +24 -21
  689. package/node_modules/axios/dist/axios.js +36 -17
  690. package/node_modules/axios/dist/axios.js.map +1 -1
  691. package/node_modules/axios/dist/axios.min.js +2 -2
  692. package/node_modules/axios/dist/axios.min.js.map +1 -1
  693. package/node_modules/axios/dist/browser/axios.cjs +36 -14
  694. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  695. package/node_modules/axios/dist/esm/axios.js +36 -14
  696. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  697. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  698. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  699. package/node_modules/axios/dist/node/axios.cjs +37 -15
  700. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  701. package/node_modules/axios/index.d.cts +3 -3
  702. package/node_modules/axios/index.d.ts +5 -3
  703. package/node_modules/axios/lib/adapters/fetch.js +2 -2
  704. package/node_modules/axios/lib/core/Axios.js +1 -1
  705. package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
  706. package/node_modules/axios/lib/env/data.js +1 -1
  707. package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
  708. package/node_modules/axios/lib/helpers/toFormData.js +4 -0
  709. package/node_modules/axios/lib/utils.js +12 -6
  710. package/node_modules/axios/package.json +13 -4
  711. package/node_modules/brace-expansion/index.js +1 -1
  712. package/node_modules/brace-expansion/package.json +4 -1
  713. package/node_modules/end-of-stream/index.js +3 -1
  714. package/node_modules/end-of-stream/package.json +1 -1
  715. package/node_modules/form-data/README.md.bak +355 -0
  716. package/node_modules/form-data/Readme.md +34 -37
  717. package/node_modules/form-data/lib/browser.js +3 -1
  718. package/node_modules/form-data/lib/form_data.js +124 -129
  719. package/node_modules/form-data/lib/populate.js +5 -5
  720. package/node_modules/form-data/package.json +7 -15
  721. package/node_modules/http-cache-semantics/README.md +116 -51
  722. package/node_modules/http-cache-semantics/index.js +300 -46
  723. package/node_modules/http-cache-semantics/package.json +8 -4
  724. package/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +4 -4
  725. package/node_modules/parse5/dist/cjs/parser/index.d.ts +1 -1
  726. package/node_modules/parse5/dist/cjs/parser/index.js +13 -8
  727. package/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts +2 -2
  728. package/node_modules/parse5/dist/cjs/parser/open-element-stack.js +11 -7
  729. package/node_modules/parse5/dist/cjs/serializer/index.js +3 -3
  730. package/node_modules/parse5/dist/cjs/tokenizer/index.d.ts +1 -1
  731. package/node_modules/parse5/dist/cjs/tokenizer/index.js +3 -3
  732. package/node_modules/parse5/dist/parser/formatting-element-list.js +4 -4
  733. package/node_modules/parse5/dist/parser/index.d.ts +1 -1
  734. package/node_modules/parse5/dist/parser/index.js +13 -8
  735. package/node_modules/parse5/dist/parser/open-element-stack.d.ts +2 -2
  736. package/node_modules/parse5/dist/parser/open-element-stack.js +11 -7
  737. package/node_modules/parse5/dist/serializer/index.js +1 -1
  738. package/node_modules/parse5/dist/tokenizer/index.d.ts +1 -1
  739. package/node_modules/parse5/dist/tokenizer/index.js +1 -1
  740. package/node_modules/parse5/node_modules/entities/LICENSE +11 -0
  741. package/node_modules/parse5/node_modules/entities/decode.d.ts +1 -0
  742. package/node_modules/parse5/node_modules/entities/decode.js +3 -0
  743. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts +19 -0
  744. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +1 -0
  745. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
  746. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  747. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts +209 -0
  748. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts.map +1 -0
  749. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js +511 -0
  750. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  751. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts +22 -0
  752. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts.map +1 -0
  753. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +73 -0
  754. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js.map +1 -0
  755. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts +43 -0
  756. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts.map +1 -0
  757. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +121 -0
  758. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js.map +1 -0
  759. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts +2 -0
  760. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +1 -0
  761. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js +10 -0
  762. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  763. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts +2 -0
  764. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +1 -0
  765. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +10 -0
  766. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  767. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts +8 -0
  768. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +1 -0
  769. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js +13 -0
  770. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js.map +1 -0
  771. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts +96 -0
  772. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts.map +1 -0
  773. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js +131 -0
  774. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js.map +1 -0
  775. package/node_modules/parse5/node_modules/entities/dist/commonjs/package.json +3 -0
  776. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts +19 -0
  777. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +1 -0
  778. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +72 -0
  779. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
  780. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts +209 -0
  781. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts.map +1 -0
  782. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js +497 -0
  783. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js.map +1 -0
  784. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts +22 -0
  785. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts.map +1 -0
  786. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js +69 -0
  787. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js.map +1 -0
  788. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts +43 -0
  789. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts.map +1 -0
  790. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js +117 -0
  791. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js.map +1 -0
  792. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts +2 -0
  793. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +1 -0
  794. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +7 -0
  795. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
  796. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts +2 -0
  797. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +1 -0
  798. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js +7 -0
  799. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js.map +1 -0
  800. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts +8 -0
  801. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +1 -0
  802. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js +10 -0
  803. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js.map +1 -0
  804. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts +96 -0
  805. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts.map +1 -0
  806. package/node_modules/parse5/node_modules/entities/dist/esm/index.js +107 -0
  807. package/node_modules/parse5/node_modules/entities/dist/esm/index.js.map +1 -0
  808. package/node_modules/parse5/node_modules/entities/dist/esm/package.json +3 -0
  809. package/node_modules/parse5/node_modules/entities/escape.d.ts +1 -0
  810. package/node_modules/parse5/node_modules/entities/escape.js +3 -0
  811. package/node_modules/parse5/node_modules/entities/package.json +118 -0
  812. package/node_modules/parse5/node_modules/entities/readme.md +122 -0
  813. package/node_modules/parse5/node_modules/entities/src/decode-codepoint.ts +81 -0
  814. package/node_modules/parse5/node_modules/entities/src/decode.spec.ts +320 -0
  815. package/node_modules/parse5/node_modules/entities/src/decode.ts +620 -0
  816. package/node_modules/parse5/node_modules/entities/src/encode.spec.ts +78 -0
  817. package/node_modules/parse5/node_modules/entities/src/encode.ts +77 -0
  818. package/node_modules/parse5/node_modules/entities/src/escape.spec.ts +14 -0
  819. package/node_modules/parse5/node_modules/entities/src/escape.ts +148 -0
  820. package/node_modules/parse5/node_modules/entities/src/generated/.eslintrc.json +10 -0
  821. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-html.ts +8 -0
  822. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-xml.ts +8 -0
  823. package/node_modules/parse5/node_modules/entities/src/generated/encode-html.ts +17 -0
  824. package/node_modules/parse5/node_modules/entities/src/index.spec.ts +125 -0
  825. package/node_modules/parse5/node_modules/entities/src/index.ts +188 -0
  826. package/node_modules/parse5/package.json +3 -3
  827. package/node_modules/pump/index.js +1 -1
  828. package/node_modules/pump/package.json +1 -1
  829. package/node_modules/semver/bin/semver.js +2 -0
  830. package/node_modules/semver/classes/comparator.js +2 -0
  831. package/node_modules/semver/classes/index.js +2 -0
  832. package/node_modules/semver/classes/range.js +2 -0
  833. package/node_modules/semver/classes/semver.js +4 -3
  834. package/node_modules/semver/functions/clean.js +2 -0
  835. package/node_modules/semver/functions/cmp.js +2 -0
  836. package/node_modules/semver/functions/coerce.js +2 -0
  837. package/node_modules/semver/functions/compare-build.js +2 -0
  838. package/node_modules/semver/functions/compare-loose.js +2 -0
  839. package/node_modules/semver/functions/compare.js +2 -0
  840. package/node_modules/semver/functions/diff.js +2 -0
  841. package/node_modules/semver/functions/eq.js +2 -0
  842. package/node_modules/semver/functions/gt.js +2 -0
  843. package/node_modules/semver/functions/gte.js +2 -0
  844. package/node_modules/semver/functions/inc.js +2 -0
  845. package/node_modules/semver/functions/lt.js +2 -0
  846. package/node_modules/semver/functions/lte.js +2 -0
  847. package/node_modules/semver/functions/major.js +2 -0
  848. package/node_modules/semver/functions/minor.js +2 -0
  849. package/node_modules/semver/functions/neq.js +2 -0
  850. package/node_modules/semver/functions/parse.js +2 -0
  851. package/node_modules/semver/functions/patch.js +2 -0
  852. package/node_modules/semver/functions/prerelease.js +2 -0
  853. package/node_modules/semver/functions/rcompare.js +2 -0
  854. package/node_modules/semver/functions/rsort.js +2 -0
  855. package/node_modules/semver/functions/satisfies.js +2 -0
  856. package/node_modules/semver/functions/sort.js +2 -0
  857. package/node_modules/semver/functions/valid.js +2 -0
  858. package/node_modules/semver/index.js +2 -0
  859. package/node_modules/semver/internal/constants.js +2 -0
  860. package/node_modules/semver/internal/debug.js +2 -0
  861. package/node_modules/semver/internal/identifiers.js +2 -0
  862. package/node_modules/semver/internal/lrucache.js +2 -0
  863. package/node_modules/semver/internal/parse-options.js +2 -0
  864. package/node_modules/semver/internal/re.js +8 -4
  865. package/node_modules/semver/package.json +3 -3
  866. package/node_modules/semver/preload.js +2 -0
  867. package/node_modules/semver/ranges/gtr.js +2 -0
  868. package/node_modules/semver/ranges/intersects.js +2 -0
  869. package/node_modules/semver/ranges/ltr.js +2 -0
  870. package/node_modules/semver/ranges/max-satisfying.js +2 -0
  871. package/node_modules/semver/ranges/min-satisfying.js +2 -0
  872. package/node_modules/semver/ranges/min-version.js +2 -0
  873. package/node_modules/semver/ranges/outside.js +2 -0
  874. package/node_modules/semver/ranges/simplify.js +2 -0
  875. package/node_modules/semver/ranges/subset.js +2 -0
  876. package/node_modules/semver/ranges/to-comparators.js +2 -0
  877. package/node_modules/semver/ranges/valid.js +2 -0
  878. package/package.json +20 -20
  879. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/index.d.ts +0 -9
  880. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  881. package/node_modules/@slack/logger/node_modules/undici-types/file.d.ts +0 -39
  882. package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +0 -54
  883. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/index.d.ts +0 -9
  884. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  885. package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +0 -39
  886. package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +0 -54
  887. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/index.d.ts +0 -9
  888. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  889. package/node_modules/@types/cacheable-request/node_modules/undici-types/file.d.ts +0 -39
  890. package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +0 -54
  891. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/index.d.ts +0 -9
  892. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  893. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +0 -39
  894. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +0 -54
  895. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  896. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/index.d.ts +0 -9
  897. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  898. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +0 -39
  899. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +0 -54
  900. package/node_modules/regenerator-runtime/LICENSE +0 -21
  901. package/node_modules/regenerator-runtime/README.md +0 -31
  902. package/node_modules/regenerator-runtime/package.json +0 -19
  903. package/node_modules/regenerator-runtime/path.js +0 -11
  904. package/node_modules/regenerator-runtime/runtime.js +0 -761
@@ -9,13 +9,35 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.buildInvalidFilesUploadParamError = exports.buildMultipleChannelsErrorMsg = exports.buildChannelsWarning = exports.buildFilesUploadMissingMessage = exports.buildGeneralFilesUploadWarning = exports.buildLegacyMethodWarning = exports.buildMissingExtensionWarning = exports.buildMissingFileNameWarning = exports.buildLegacyFileTypeWarning = exports.buildFileSizeErrorMsg = exports.buildMissingFileIdError = exports.warnIfLegacyFileType = exports.warnIfMissingOrInvalidFileNameAndDefault = exports.errorIfInvalidOrMissingFileData = exports.errorIfChannelsCsv = exports.warnIfChannels = exports.warnIfNotUsingFilesUploadV2 = exports.getAllFileUploadsToComplete = exports.getFileDataAsStream = exports.getFileDataLength = exports.getFileData = exports.getMultipleFileUploadJobs = exports.getFileUploadJob = void 0;
12
+ exports.getFileUploadJob = getFileUploadJob;
13
+ exports.getMultipleFileUploadJobs = getMultipleFileUploadJobs;
14
+ exports.getFileData = getFileData;
15
+ exports.getFileDataLength = getFileDataLength;
16
+ exports.getFileDataAsStream = getFileDataAsStream;
17
+ exports.getAllFileUploadsToComplete = getAllFileUploadsToComplete;
18
+ exports.warnIfNotUsingFilesUploadV2 = warnIfNotUsingFilesUploadV2;
19
+ exports.warnIfChannels = warnIfChannels;
20
+ exports.errorIfChannelsCsv = errorIfChannelsCsv;
21
+ exports.errorIfInvalidOrMissingFileData = errorIfInvalidOrMissingFileData;
22
+ exports.warnIfMissingOrInvalidFileNameAndDefault = warnIfMissingOrInvalidFileNameAndDefault;
23
+ exports.warnIfLegacyFileType = warnIfLegacyFileType;
24
+ exports.buildMissingFileIdError = buildMissingFileIdError;
25
+ exports.buildFileSizeErrorMsg = buildFileSizeErrorMsg;
26
+ exports.buildLegacyFileTypeWarning = buildLegacyFileTypeWarning;
27
+ exports.buildMissingFileNameWarning = buildMissingFileNameWarning;
28
+ exports.buildMissingExtensionWarning = buildMissingExtensionWarning;
29
+ exports.buildLegacyMethodWarning = buildLegacyMethodWarning;
30
+ exports.buildGeneralFilesUploadWarning = buildGeneralFilesUploadWarning;
31
+ exports.buildFilesUploadMissingMessage = buildFilesUploadMissingMessage;
32
+ exports.buildChannelsWarning = buildChannelsWarning;
33
+ exports.buildMultipleChannelsErrorMsg = buildMultipleChannelsErrorMsg;
34
+ exports.buildInvalidFilesUploadParamError = buildInvalidFilesUploadParamError;
13
35
  const node_fs_1 = require("node:fs");
14
36
  const node_stream_1 = require("node:stream");
15
37
  const errors_1 = require("./errors");
16
38
  function getFileUploadJob(options, logger) {
17
- var _a, _b, _c, _d;
18
39
  return __awaiter(this, void 0, void 0, function* () {
40
+ var _a, _b, _c, _d;
19
41
  // Validate parameters
20
42
  warnIfLegacyFileType(options, logger);
21
43
  warnIfChannels(options, logger);
@@ -26,6 +48,7 @@ function getFileUploadJob(options, logger) {
26
48
  const fileUploadJob = {
27
49
  // supplied by user
28
50
  alt_text: options.alt_text,
51
+ blocks: options.blocks,
29
52
  channel_id: (_a = options.channels) !== null && _a !== void 0 ? _a : options.channel_id,
30
53
  filename: (_b = options.filename) !== null && _b !== void 0 ? _b : fileName,
31
54
  initial_comment: options.initial_comment,
@@ -50,7 +73,6 @@ function getFileUploadJob(options, logger) {
50
73
  throw (0, errors_1.errorWithCode)(new Error('Either a file or content field is required for valid file upload. You must supply one'), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
51
74
  });
52
75
  }
53
- exports.getFileUploadJob = getFileUploadJob;
54
76
  /**
55
77
  * Returns an array of files upload entries when `file_uploads` is supplied.
56
78
  * **Note**
@@ -84,13 +106,13 @@ function getMultipleFileUploadJobs(options, logger) {
84
106
  // ensure no omitted properties included in files_upload entry
85
107
  // these properties are valid only at the top-level, not
86
108
  // inside file_uploads.
87
- const { channel_id, channels, initial_comment, thread_ts } = upload;
88
- if (channel_id || channels || initial_comment || thread_ts) {
109
+ const { blocks, channel_id, channels, initial_comment, thread_ts } = upload;
110
+ if (blocks || channel_id || channels || initial_comment || thread_ts) {
89
111
  throw (0, errors_1.errorWithCode)(new Error(buildInvalidFilesUploadParamError()), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
90
112
  }
91
113
  // takes any channel_id, initial_comment and thread_ts
92
114
  // supplied at the top level.
93
- const uploadJobArgs = Object.assign(Object.assign({}, upload), { channels: options.channels, channel_id: options.channel_id, initial_comment: options.initial_comment });
115
+ const uploadJobArgs = Object.assign(Object.assign({}, upload), { blocks: options.blocks, channels: options.channels, channel_id: options.channel_id, initial_comment: options.initial_comment });
94
116
  if ('thread_ts' in options) {
95
117
  uploadJobArgs.thread_ts = options.thread_ts;
96
118
  }
@@ -109,7 +131,6 @@ function getMultipleFileUploadJobs(options, logger) {
109
131
  throw new Error(buildFilesUploadMissingMessage());
110
132
  });
111
133
  }
112
- exports.getMultipleFileUploadJobs = getMultipleFileUploadJobs;
113
134
  // Helpers to build the FileUploadJob
114
135
  /**
115
136
  * Returns a single file upload's data
@@ -146,23 +167,21 @@ function getFileData(options) {
146
167
  throw (0, errors_1.errorWithCode)(new Error('There was an issue getting the file data for the file or content supplied'), errors_1.ErrorCode.FileUploadReadFileDataError);
147
168
  });
148
169
  }
149
- exports.getFileData = getFileData;
150
170
  function getFileDataLength(data) {
151
171
  if (data) {
152
172
  return Buffer.byteLength(data, 'utf8');
153
173
  }
154
174
  throw (0, errors_1.errorWithCode)(new Error(buildFileSizeErrorMsg()), errors_1.ErrorCode.FileUploadReadFileDataError);
155
175
  }
156
- exports.getFileDataLength = getFileDataLength;
157
176
  function getFileDataAsStream(readable) {
158
177
  return __awaiter(this, void 0, void 0, function* () {
159
178
  const chunks = [];
160
179
  return new Promise((resolve, reject) => {
161
180
  readable.on('readable', () => {
162
- let chunk;
163
- // biome-ignore lint/suspicious/noAssignInExpressions: being terse, this is OK
164
- while ((chunk = readable.read()) !== null) {
181
+ let chunk = readable.read();
182
+ while (chunk !== null) {
165
183
  chunks.push(chunk);
184
+ chunk = readable.read();
166
185
  }
167
186
  });
168
187
  readable.on('end', () => {
@@ -177,10 +196,9 @@ function getFileDataAsStream(readable) {
177
196
  });
178
197
  });
179
198
  }
180
- exports.getFileDataAsStream = getFileDataAsStream;
181
199
  /**
182
200
  * Filters through all fileUploads and groups them into jobs for completion
183
- * based on combination of channel_id, thread_ts, initial_comment.
201
+ * based on combination of channel_id, thread_ts, initial_comment, blocks.
184
202
  * {@link https://api.slack.com/methods/files.completeUploadExternal files.completeUploadExternal} allows for multiple
185
203
  * files to be uploaded with a message (`initial_comment`), and as a threaded message (`thread_ts`)
186
204
  * In order to be grouped together, file uploads must have like properties.
@@ -190,17 +208,22 @@ exports.getFileDataAsStream = getFileDataAsStream;
190
208
  function getAllFileUploadsToComplete(fileUploads) {
191
209
  const toComplete = {};
192
210
  for (const upload of fileUploads) {
193
- const { channel_id, thread_ts, initial_comment, file_id, title } = upload;
211
+ const { blocks, channel_id, thread_ts, initial_comment, file_id, title } = upload;
194
212
  if (file_id) {
195
- const compareString = `:::${channel_id}:::${thread_ts}:::${initial_comment}`;
213
+ const compareString = `:::${channel_id}:::${thread_ts}:::${initial_comment}:::${JSON.stringify(blocks)}`;
196
214
  if (!Object.prototype.hasOwnProperty.call(toComplete, compareString)) {
197
215
  toComplete[compareString] = {
198
216
  files: [{ id: file_id, title }],
199
217
  channel_id,
218
+ blocks,
200
219
  initial_comment,
201
220
  };
202
- if (thread_ts) {
203
- toComplete[compareString].thread_ts = upload.thread_ts;
221
+ if (thread_ts && channel_id) {
222
+ const fileThreadDestinationArgument = {
223
+ channel_id,
224
+ thread_ts,
225
+ };
226
+ toComplete[compareString] = Object.assign(Object.assign({}, toComplete[compareString]), fileThreadDestinationArgument);
204
227
  }
205
228
  if ('token' in upload) {
206
229
  toComplete[compareString].token = upload.token;
@@ -219,7 +242,6 @@ function getAllFileUploadsToComplete(fileUploads) {
219
242
  }
220
243
  return toComplete;
221
244
  }
222
- exports.getAllFileUploadsToComplete = getAllFileUploadsToComplete;
223
245
  // Validation
224
246
  /**
225
247
  * Advise to use the files.uploadV2 method over legacy files.upload method and over
@@ -235,7 +257,6 @@ function warnIfNotUsingFilesUploadV2(method, logger) {
235
257
  if (isTargetMethod)
236
258
  logger.info(buildGeneralFilesUploadWarning());
237
259
  }
238
- exports.warnIfNotUsingFilesUploadV2 = warnIfNotUsingFilesUploadV2;
239
260
  /**
240
261
  * `channels` param is supported but only when a single channel is specified.
241
262
  * @param options
@@ -245,7 +266,6 @@ function warnIfChannels(options, logger) {
245
266
  if (options.channels)
246
267
  logger.warn(buildChannelsWarning());
247
268
  }
248
- exports.warnIfChannels = warnIfChannels;
249
269
  /**
250
270
  * v1 files.upload supported `channels` parameter provided as a comma-separated
251
271
  * string of values, e.g. 'C1234,C5678'. V2 no longer supports this csv value.
@@ -259,7 +279,6 @@ function errorIfChannelsCsv(options) {
259
279
  throw (0, errors_1.errorWithCode)(new Error(buildMultipleChannelsErrorMsg()), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
260
280
  }
261
281
  }
262
- exports.errorIfChannelsCsv = errorIfChannelsCsv;
263
282
  /**
264
283
  * Checks for either a file or content property and errors if missing
265
284
  * @param options
@@ -280,7 +299,6 @@ function errorIfInvalidOrMissingFileData(options) {
280
299
  throw (0, errors_1.errorWithCode)(new Error('content must be a string'), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
281
300
  }
282
301
  }
283
- exports.errorIfInvalidOrMissingFileData = errorIfInvalidOrMissingFileData;
284
302
  /**
285
303
  * @param options
286
304
  * @param logger
@@ -302,7 +320,6 @@ function warnIfMissingOrInvalidFileNameAndDefault(options, logger) {
302
320
  }
303
321
  return filename;
304
322
  }
305
- exports.warnIfMissingOrInvalidFileNameAndDefault = warnIfMissingOrInvalidFileNameAndDefault;
306
323
  /**
307
324
  * `filetype` param is no longer supported and will be ignored
308
325
  * @param options
@@ -313,57 +330,45 @@ function warnIfLegacyFileType(options, logger) {
313
330
  logger.warn(buildLegacyFileTypeWarning());
314
331
  }
315
332
  }
316
- exports.warnIfLegacyFileType = warnIfLegacyFileType;
317
333
  // Validation message utilities
318
334
  function buildMissingFileIdError() {
319
335
  return 'Missing required file id for file upload completion';
320
336
  }
321
- exports.buildMissingFileIdError = buildMissingFileIdError;
322
337
  function buildFileSizeErrorMsg() {
323
338
  return 'There was an issue calculating the size of your file';
324
339
  }
325
- exports.buildFileSizeErrorMsg = buildFileSizeErrorMsg;
326
340
  function buildLegacyFileTypeWarning() {
327
341
  return ('filetype is no longer a supported field in files.uploadV2.' +
328
342
  ' \nPlease remove this field. To indicate file type, please do so via the required filename property' +
329
343
  ' using the appropriate file extension, e.g. image.png, text.txt');
330
344
  }
331
- exports.buildLegacyFileTypeWarning = buildLegacyFileTypeWarning;
332
345
  function buildMissingFileNameWarning() {
333
346
  return ('filename is a required field for files.uploadV2. \n For backwards compatibility and ease of migration, ' +
334
347
  'defaulting the filename. For best experience and consistent unfurl behavior, you' +
335
348
  ' should set the filename property with correct file extension, e.g. image.png, text.txt');
336
349
  }
337
- exports.buildMissingFileNameWarning = buildMissingFileNameWarning;
338
350
  function buildMissingExtensionWarning(filename) {
339
351
  return `filename supplied '${filename}' may be missing a proper extension. Missing extenions may result in unexpected unfurl behavior when shared`;
340
352
  }
341
- exports.buildMissingExtensionWarning = buildMissingExtensionWarning;
342
353
  function buildLegacyMethodWarning(method) {
343
354
  return `${method} may cause some issues like timeouts for relatively large files.`;
344
355
  }
345
- exports.buildLegacyMethodWarning = buildLegacyMethodWarning;
346
356
  function buildGeneralFilesUploadWarning() {
347
357
  return ('Our latest recommendation is to use client.files.uploadV2() method, ' +
348
358
  'which is mostly compatible and much stabler, instead.');
349
359
  }
350
- exports.buildGeneralFilesUploadWarning = buildGeneralFilesUploadWarning;
351
360
  function buildFilesUploadMissingMessage() {
352
361
  return 'Something went wrong with processing file_uploads';
353
362
  }
354
- exports.buildFilesUploadMissingMessage = buildFilesUploadMissingMessage;
355
363
  function buildChannelsWarning() {
356
364
  return ("Although the 'channels' parameter is still supported for smoother migration from legacy files.upload, " +
357
365
  "we recommend using the new channel_id parameter with a single str value instead (e.g. 'C12345').");
358
366
  }
359
- exports.buildChannelsWarning = buildChannelsWarning;
360
367
  function buildMultipleChannelsErrorMsg() {
361
368
  return 'Sharing files with multiple channels is no longer supported in v2. Share files in each channel separately instead.';
362
369
  }
363
- exports.buildMultipleChannelsErrorMsg = buildMultipleChannelsErrorMsg;
364
370
  function buildInvalidFilesUploadParamError() {
365
- return ('You may supply file_uploads only for a single channel, comment, thread respectively. ' +
366
- 'Therefore, please supply any channel_id, initial_comment, thread_ts in the top-layer.');
371
+ return ('You may supply file_uploads only for a single channel, message, or thread respectively. ' +
372
+ 'Therefore, please supply any channel_id, initial_comment or blocks, or thread_ts in the top-layer.');
367
373
  }
368
- exports.buildInvalidFilesUploadParamError = buildInvalidFilesUploadParamError;
369
374
  //# sourceMappingURL=file-upload.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"file-upload.js","sourceRoot":"","sources":["../src/file-upload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAuC;AACvC,6CAAuC;AAIvC,qCAAoD;AAQpD,SAAsB,gBAAgB,CACpC,OAA8C,EAC9C,MAAc;;;QAEd,sBAAsB;QACtB,oBAAoB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;QACtC,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;QAChC,kBAAkB,CAAC,OAAO,CAAC,CAAC;QAC5B,MAAM,QAAQ,GAAG,wCAAwC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,OAAO,CAAC,CAAC;QAC5C,MAAM,mBAAmB,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QAExD,MAAM,aAAa,GAA4B;YAC7C,mBAAmB;YACnB,QAAQ,EAAE,OAAO,CAAC,QAAQ;YAC1B,UAAU,EAAE,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,UAAU;YAClD,QAAQ,EAAE,MAAA,OAAO,CAAC,QAAQ,mCAAI,QAAQ;YACtC,eAAe,EAAE,OAAO,CAAC,eAAe;YACxC,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,KAAK,EAAE,MAAA,MAAA,OAAO,CAAC,KAAK,mCAAI,OAAO,CAAC,QAAQ,mCAAI,QAAQ,EAAE,uDAAuD;YAC7G,aAAa;YACb,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,mBAAmB;SAC5B,CAAC;QACF,IAAI,WAAW,IAAI,OAAO,EAAE,CAAC;YAC3B,aAAa,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;QAC9C,CAAC;QACD,IAAI,OAAO,IAAI,OAAO,EAAE,CAAC;YACvB,aAAa,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACtC,CAAC;QACD,IAAI,SAAS,IAAI,OAAO,EAAE,CAAC;YACzB,uBACE,OAAO,EAAE,OAAO,CAAC,OAAO,IACrB,aAAa,EAChB;QACJ,CAAC;QACD,IAAI,MAAM,IAAI,OAAO,EAAE,CAAC;YACtB,uBACE,IAAI,EAAE,OAAO,CAAC,IAAI,IACf,aAAa,EAChB;QACJ,CAAC;QACD,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,uFAAuF,CAAC,EAClG,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;;CACH;AA9CD,4CA8CC;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAsB,yBAAyB,CAC7C,OAA+B,EAC/B,MAAc;;QAEd,IAAI,cAAc,IAAI,OAAO,EAAE,CAAC;YAC9B,sDAAsD;YACtD,OAAO,OAAO,CAAC,GAAG,CAChB,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;gBAClC,8DAA8D;gBAC9D,wDAAwD;gBACxD,uBAAuB;gBACvB,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,GAAG,MAAsB,CAAC;gBACpF,IAAI,UAAU,IAAI,QAAQ,IAAI,eAAe,IAAI,SAAS,EAAE,CAAC;oBAC3D,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,iCAAiC,EAAE,CAAC,EAC9C,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;gBACJ,CAAC;gBACD,sDAAsD;gBACtD,6BAA6B;gBAC7B,MAAM,aAAa,mCACd,MAAM,KACT,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAC1B,UAAU,EAAE,OAAO,CAAC,UAAU,EAC9B,eAAe,EAAE,OAAO,CAAC,eAAe,GACzC,CAAC;gBACF,IAAI,WAAW,IAAI,OAAO,EAAE,CAAC;oBAC3B,aAAa,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;gBAC9C,CAAC;gBACD,IAAI,OAAO,IAAI,OAAO,EAAE,CAAC;oBACvB,aAAa,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;gBACtC,CAAC;gBACD,IAAI,SAAS,IAAI,MAAM,EAAE,CAAC;oBACxB,OAAO,gBAAgB,iBAEnB,OAAO,EAAE,MAAM,CAAC,OAAO,IACpB,aAAa,GAElB,MAAM,CACP,CAAC;gBACJ,CAAC;gBACD,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC;oBACrB,OAAO,gBAAgB,iBAEnB,IAAI,EAAE,MAAM,CAAC,IAAI,IACd,aAAa,GAElB,MAAM,CACP,CAAC;gBACJ,CAAC;gBACD,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,uFAAuF,CAAC,EAClG,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;YACJ,CAAC,CAAC,CACH,CAAC;QACJ,CAAC;QACD,MAAM,IAAI,KAAK,CAAC,8BAA8B,EAAE,CAAC,CAAC;IACpD,CAAC;CAAA;AA1DD,8DA0DC;AAED,qCAAqC;AAErC;;;;GAIG;AACH,SAAsB,WAAW,CAAC,OAA8C;;QAC9E,+BAA+B,CAAC,OAAO,CAAC,CAAC;QAEzC,IAAI,MAAM,IAAI,OAAO,EAAE,CAAC;YACtB,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC;YACzB,0BAA0B;YAC1B,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;gBAAE,OAAO,IAAI,CAAC;YAEvC,4BAA4B;YAC5B,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;gBAC7B,oDAAoD;gBACpD,IAAI,CAAC;oBACH,MAAM,UAAU,GAAG,IAAA,sBAAY,EAAC,IAAI,CAAC,CAAC;oBACtC,OAAO,UAAU,CAAC;gBACpB,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACf,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CACP,mCAAmC,IAAI,8EAA8E,CACtH,EACD,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;gBACJ,CAAC;YACH,CAAC;YAED,4BAA4B;YAC5B,MAAM,IAAI,GAAG,MAAM,mBAAmB,CAAC,IAAgB,CAAC,CAAC;YACzD,IAAI,IAAI;gBAAE,OAAO,IAAI,CAAC;QACxB,CAAC;QACD,IAAI,SAAS,IAAI,OAAO;YAAE,OAAO,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QAE9D,0BAA0B;QAC1B,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,2EAA2E,CAAC,EACtF,kBAAS,CAAC,2BAA2B,CACtC,CAAC;IACJ,CAAC;CAAA;AAnCD,kCAmCC;AAED,SAAgB,iBAAiB,CAAC,IAAY;IAC5C,IAAI,IAAI,EAAE,CAAC;QACT,OAAO,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,IAAA,sBAAa,EAAC,IAAI,KAAK,CAAC,qBAAqB,EAAE,CAAC,EAAE,kBAAS,CAAC,2BAA2B,CAAC,CAAC;AACjG,CAAC;AALD,8CAKC;AAED,SAAsB,mBAAmB,CAAC,QAAkB;;QAC1D,MAAM,MAAM,GAAiB,EAAE,CAAC;QAEhC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACrC,QAAQ,CAAC,EAAE,CAAC,UAAU,EAAE,GAAG,EAAE;gBAC3B,IAAI,KAAa,CAAC;gBAClB,8EAA8E;gBAC9E,OAAO,CAAC,KAAK,GAAG,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,EAAE,CAAC;oBAC1C,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACrB,CAAC;YACH,CAAC,CAAC,CAAC;YACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE;gBACtB,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACtB,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;oBACtC,OAAO,CAAC,OAAO,CAAC,CAAC;gBACnB,CAAC;qBAAM,CAAC;oBACN,MAAM,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC,CAAC;gBAC5C,CAAC;YACH,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;CAAA;AApBD,kDAoBC;AAED;;;;;;;;GAQG;AACH,SAAgB,2BAA2B,CACzC,WAA8B;IAE9B,MAAM,UAAU,GAAyD,EAAE,CAAC;IAC5E,KAAK,MAAM,MAAM,IAAI,WAAW,EAAE,CAAC;QACjC,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC;QAC1E,IAAI,OAAO,EAAE,CAAC;YACZ,MAAM,aAAa,GAAG,MAAM,UAAU,MAAM,SAAS,MAAM,eAAe,EAAE,CAAC;YAC7E,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE,CAAC;gBACrE,UAAU,CAAC,aAAa,CAAC,GAAG;oBAC1B,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;oBAC/B,UAAU;oBACV,eAAe;iBAChB,CAAC;gBACF,IAAI,SAAS,EAAE,CAAC;oBACd,UAAU,CAAC,aAAa,CAAC,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;gBACzD,CAAC;gBACD,IAAI,OAAO,IAAI,MAAM,EAAE,CAAC;oBACtB,UAAU,CAAC,aAAa,CAAC,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;gBACjD,CAAC;YACH,CAAC;iBAAM,CAAC;gBACN,UAAU,CAAC,aAAa,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC;oBACnC,EAAE,EAAE,OAAO;oBACX,KAAK;iBACN,CAAC,CAAC;YACL,CAAC;QACH,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,KAAK,CAAC,uBAAuB,EAAE,CAAC,CAAC;QAC7C,CAAC;IACH,CAAC;IACD,OAAO,UAAU,CAAC;AACpB,CAAC;AA/BD,kEA+BC;AAED,aAAa;AACb;;;;;GAKG;AACH,SAAgB,2BAA2B,CAAC,MAAc,EAAE,MAAc;IACxE,MAAM,aAAa,GAAG,CAAC,cAAc,CAAC,CAAC;IACvC,MAAM,cAAc,GAAG,aAAa,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IACtD,IAAI,MAAM,KAAK,cAAc;QAAE,MAAM,CAAC,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7E,IAAI,cAAc;QAAE,MAAM,CAAC,IAAI,CAAC,8BAA8B,EAAE,CAAC,CAAC;AACpE,CAAC;AALD,kEAKC;AAED;;;;GAIG;AACH,SAAgB,cAAc,CAAC,OAA8C,EAAE,MAAc;IAC3F,IAAI,OAAO,CAAC,QAAQ;QAAE,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,CAAC,CAAC;AAC5D,CAAC;AAFD,wCAEC;AAED;;;;;;GAMG;AACH,SAAgB,kBAAkB,CAAC,OAA8C;IAC/E,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACrE,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACxB,MAAM,IAAA,sBAAa,EAAC,IAAI,KAAK,CAAC,6BAA6B,EAAE,CAAC,EAAE,kBAAS,CAAC,+BAA+B,CAAC,CAAC;IAC7G,CAAC;AACH,CAAC;AALD,gDAKC;AAED;;;GAGG;AACH,SAAgB,+BAA+B,CAAC,OAA8C;IAC5F,MAAM,OAAO,GAAG,MAAM,IAAI,OAAO,CAAC;IAClC,MAAM,UAAU,GAAG,SAAS,IAAI,OAAO,CAAC;IAExC,IAAI,CAAC,CAAC,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,OAAO,IAAI,UAAU,CAAC,EAAE,CAAC;QACxD,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,0FAA0F,CAAC,EACrG,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;IACJ,CAAC;IACD,IAAI,MAAM,IAAI,OAAO,EAAE,CAAC;QACtB,MAAM,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC;QACzB,IAAI,IAAI,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,IAAI,YAAY,sBAAQ,CAAC,EAAE,CAAC;YAC7F,MAAM,IAAA,sBAAa,EACjB,IAAI,KAAK,CAAC,sDAAsD,CAAC,EACjE,kBAAS,CAAC,+BAA+B,CAC1C,CAAC;QACJ,CAAC;IACH,CAAC;IACD,IAAI,SAAS,IAAI,OAAO,IAAI,OAAO,CAAC,OAAO,IAAI,OAAO,OAAO,CAAC,OAAO,KAAK,QAAQ,EAAE,CAAC;QACnF,MAAM,IAAA,sBAAa,EAAC,IAAI,KAAK,CAAC,0BAA0B,CAAC,EAAE,kBAAS,CAAC,+BAA+B,CAAC,CAAC;IACxG,CAAC;AACH,CAAC;AAtBD,0EAsBC;AAED;;;;GAIG;AACH,SAAgB,wCAAwC,CACtD,OAA8C,EAC9C,MAAc;;IAEd,MAAM,gBAAgB,GAAG,KAAK,CAAC;IAC/B,MAAM,gBAAgB,GAAG,QAAQ,MAAA,OAAO,CAAC,QAAQ,mCAAI,gBAAgB,EAAE,CAAC;IACxE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IAC7B,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,qDAAqD;QACrD,MAAM,CAAC,IAAI,CAAC,2BAA2B,EAAE,CAAC,CAAC;QAC3C,OAAO,gBAAgB,CAAC;IAC1B,CAAC;IACD,IAAI,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACnC,uCAAuC;QACvC,MAAM,CAAC,IAAI,CAAC,4BAA4B,CAAC,QAAQ,CAAC,CAAC,CAAC;IACtD,CAAC;IACD,OAAO,QAAQ,CAAC;AAClB,CAAC;AAjBD,4FAiBC;AAED;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,OAA8C,EAAE,MAAc;IACjG,IAAI,OAAO,CAAC,QAAQ,EAAE,CAAC;QACrB,MAAM,CAAC,IAAI,CAAC,0BAA0B,EAAE,CAAC,CAAC;IAC5C,CAAC;AACH,CAAC;AAJD,oDAIC;AAED,+BAA+B;AAE/B,SAAgB,uBAAuB;IACrC,OAAO,qDAAqD,CAAC;AAC/D,CAAC;AAFD,0DAEC;AAED,SAAgB,qBAAqB;IACnC,OAAO,sDAAsD,CAAC;AAChE,CAAC;AAFD,sDAEC;AAED,SAAgB,0BAA0B;IACxC,OAAO,CACL,4DAA4D;QAC5D,qGAAqG;QACrG,iEAAiE,CAClE,CAAC;AACJ,CAAC;AAND,gEAMC;AAED,SAAgB,2BAA2B;IACzC,OAAO,CACL,yGAAyG;QACzG,kFAAkF;QAClF,yFAAyF,CAC1F,CAAC;AACJ,CAAC;AAND,kEAMC;AAED,SAAgB,4BAA4B,CAAC,QAAgB;IAC3D,OAAO,sBAAsB,QAAQ,6GAA6G,CAAC;AACrJ,CAAC;AAFD,oEAEC;AAED,SAAgB,wBAAwB,CAAC,MAAc;IACrD,OAAO,GAAG,MAAM,kEAAkE,CAAC;AACrF,CAAC;AAFD,4DAEC;AAED,SAAgB,8BAA8B;IAC5C,OAAO,CACL,sEAAsE;QACtE,uDAAuD,CACxD,CAAC;AACJ,CAAC;AALD,wEAKC;AAED,SAAgB,8BAA8B;IAC5C,OAAO,mDAAmD,CAAC;AAC7D,CAAC;AAFD,wEAEC;AAED,SAAgB,oBAAoB;IAClC,OAAO,CACL,wGAAwG;QACxG,kGAAkG,CACnG,CAAC;AACJ,CAAC;AALD,oDAKC;AAED,SAAgB,6BAA6B;IAC3C,OAAO,oHAAoH,CAAC;AAC9H,CAAC;AAFD,sEAEC;AAED,SAAgB,iCAAiC;IAC/C,OAAO,CACL,uFAAuF;QACvF,uFAAuF,CACxF,CAAC;AACJ,CAAC;AALD,8EAKC"}
1
+ {"version":3,"file":"file-upload.js","sourceRoot":"","sources":["../src/file-upload.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = delay;
3
4
  /**
4
5
  * Build a Promise that will resolve after the specified number of milliseconds.
5
6
  * @param ms milliseconds to wait
@@ -10,5 +11,4 @@ function delay(ms) {
10
11
  setTimeout(resolve, ms);
11
12
  });
12
13
  }
13
- exports.default = delay;
14
14
  //# sourceMappingURL=helpers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":";;AAAA;;;;GAIG;AACH,SAAwB,KAAK,CAAC,EAAU;IACtC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IAC1B,CAAC,CAAC,CAAC;AACL,CAAC;AAJD,wBAIC"}
1
+ {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":";;AAKA,wBAIC;AATD;;;;GAIG;AACH,SAAwB,KAAK,CAAC,EAAU;IACtC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IAC1B,CAAC,CAAC,CAAC;AACL,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference lib="es2017" />
2
1
  export { WebClient, WebClientOptions, WebAPICallResult, PageAccumulator, PageReducer, PaginatePredicate, WebClientEvent, TLSOptions, } from './WebClient';
3
2
  export { Logger, LogLevel } from './logger';
4
3
  export { CodedError, ErrorCode, WebAPICallError, WebAPIPlatformError, WebAPIRequestError, WebAPIHTTPError, WebAPIRateLimitedError, } from './errors';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,cAAc,EACd,UAAU,GACX,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EACL,UAAU,EACV,SAAS,EACT,eAAe,EACf,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,GACvB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE1E,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,WAAW,CAAC;AAE9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,cAAc,EACd,UAAU,GACX,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EACL,UAAU,EACV,SAAS,EACT,eAAe,EACf,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,GACvB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE1E,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,WAAW,CAAC;AAE9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC"}
@@ -15,15 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.getUserAgent = exports.addAppMetadata = void 0;
36
+ exports.addAppMetadata = addAppMetadata;
37
+ exports.getUserAgent = getUserAgent;
27
38
  const os = __importStar(require("node:os"));
28
39
  const node_path_1 = require("node:path");
29
40
  const packageJson = require('../package.json');
@@ -51,7 +62,6 @@ const appMetadata = {};
51
62
  function addAppMetadata({ name, version }) {
52
63
  appMetadata[replaceSlashes(name)] = version;
53
64
  }
54
- exports.addAppMetadata = addAppMetadata;
55
65
  /**
56
66
  * Returns the current User-Agent value for instrumentation
57
67
  */
@@ -62,5 +72,4 @@ function getUserAgent() {
62
72
  // only prepend the appIdentifier when its not empty
63
73
  return (appIdentifier.length > 0 ? `${appIdentifier} ` : '') + baseUserAgent;
64
74
  }
65
- exports.getUserAgent = getUserAgent;
66
75
  //# sourceMappingURL=instrument.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"instrument.js","sourceRoot":"","sources":["../src/instrument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAA8B;AAC9B,yCAAqC;AAErC,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAE/C;;GAEG;AACH,SAAS,cAAc,CAAC,CAAS;IAC/B,OAAO,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAC7B,CAAC;AAED,mHAAmH;AACnH,mHAAmH;AACnH,mHAAmH;AACnH,mHAAmH;AACnH,kHAAkH;AAClH,kEAAkE;AAClE,MAAM,aAAa,GACjB,GAAG,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,OAAO,GAAG;IAC7D,GAAG,IAAA,oBAAQ,EAAC,OAAO,CAAC,KAAK,CAAC,IAAI,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG;IACjE,GAAG,EAAE,CAAC,QAAQ,EAAE,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;AAErC,MAAM,WAAW,GAA8B,EAAE,CAAC;AAElD;;;;GAIG;AACH,SAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,OAAO,EAAqC;IACjF,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC;AAC9C,CAAC;AAFD,wCAEC;AAED;;GAEG;AACH,SAAgB,YAAY;IAC1B,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC;SAC9C,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,IAAI,IAAI,OAAO,EAAE,CAAC;SAC9C,IAAI,CAAC,GAAG,CAAC,CAAC;IACb,oDAAoD;IACpD,OAAO,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,aAAa,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC;AAC/E,CAAC;AAND,oCAMC"}
1
+ {"version":3,"file":"instrument.js","sourceRoot":"","sources":["../src/instrument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,wCAEC;AAKD,oCAMC;AA3CD,4CAA8B;AAC9B,yCAAqC;AAErC,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAE/C;;GAEG;AACH,SAAS,cAAc,CAAC,CAAS;IAC/B,OAAO,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAC7B,CAAC;AAED,mHAAmH;AACnH,mHAAmH;AACnH,mHAAmH;AACnH,mHAAmH;AACnH,kHAAkH;AAClH,kEAAkE;AAClE,MAAM,aAAa,GACjB,GAAG,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,OAAO,GAAG;IAC7D,GAAG,IAAA,oBAAQ,EAAC,OAAO,CAAC,KAAK,CAAC,IAAI,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG;IACjE,GAAG,EAAE,CAAC,QAAQ,EAAE,IAAI,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;AAErC,MAAM,WAAW,GAA8B,EAAE,CAAC;AAElD;;;;GAIG;AACH,SAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,OAAO,EAAqC;IACjF,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC;AAC9C,CAAC;AAED;;GAEG;AACH,SAAgB,YAAY;IAC1B,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC;SAC9C,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,IAAI,IAAI,OAAO,EAAE,CAAC;SAC9C,IAAI,CAAC,GAAG,CAAC,CAAC;IACb,oDAAoD;IACpD,OAAO,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,aAAa,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC;AAC/E,CAAC"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getLogger = exports.LogLevel = void 0;
3
+ exports.LogLevel = void 0;
4
+ exports.getLogger = getLogger;
4
5
  const logger_1 = require("@slack/logger");
5
6
  var logger_2 = require("@slack/logger");
6
7
  Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return logger_2.LogLevel; } });
@@ -25,5 +26,4 @@ function getLogger(name, level, existingLogger) {
25
26
  }
26
27
  return logger;
27
28
  }
28
- exports.getLogger = getLogger;
29
29
  //# sourceMappingURL=logger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.js","sourceRoot":"","sources":["../src/logger.ts"],"names":[],"mappings":";;;AAAA,0CAA0E;AAE1E,wCAAiD;AAAhC,kGAAA,QAAQ,OAAA;AAEzB,IAAI,aAAa,GAAG,CAAC,CAAC;AAEtB;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAY,EAAE,KAAe,EAAE,cAAuB;IAC9E,kCAAkC;IAClC,MAAM,UAAU,GAAG,aAAa,CAAC;IACjC,aAAa,IAAI,CAAC,CAAC;IAEnB,qBAAqB;IACrB,MAAM,MAAM,GAAW,CAAC,GAAG,EAAE;QAC3B,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,OAAO,cAAc,CAAC;QACxB,CAAC;QACD,OAAO,IAAI,sBAAa,EAAE,CAAC;IAC7B,CAAC,CAAC,EAAE,CAAC;IACL,MAAM,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,UAAU,EAAE,CAAC,CAAC;IAChD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC;AAlBD,8BAkBC"}
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../src/logger.ts"],"names":[],"mappings":";;;AASA,8BAkBC;AA3BD,0CAA0E;AAE1E,wCAAiD;AAAhC,kGAAA,QAAQ,OAAA;AAEzB,IAAI,aAAa,GAAG,CAAC,CAAC;AAEtB;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAY,EAAE,KAAe,EAAE,cAAuB;IAC9E,kCAAkC;IAClC,MAAM,UAAU,GAAG,aAAa,CAAC;IACjC,aAAa,IAAI,CAAC,CAAC;IAEnB,qBAAqB;IACrB,MAAM,MAAM,GAAW,CAAC,GAAG,EAAE;QAC3B,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,OAAO,cAAc,CAAC;QACxB,CAAC;QACD,OAAO,IAAI,sBAAa,EAAE,CAAC;IAC7B,CAAC,CAAC,EAAE,CAAC;IACL,MAAM,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,UAAU,EAAE,CAAC,CAAC;IAChD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -71,6 +71,8 @@ export interface CanvasesEditArguments extends CanvasID, TokenOverridable {
71
71
  export interface ConversationsCanvasesCreateArguments extends ChannelID, TokenOverridable {
72
72
  /** @description Structure describing the type and contents of the Canvas being created. */
73
73
  document_content?: DocumentContent;
74
+ /** @description Title of the newly created canvas. */
75
+ title?: string;
74
76
  }
75
77
  export {};
76
78
  //# sourceMappingURL=canvas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"canvas.d.ts","sourceRoot":"","sources":["../../../src/types/request/canvas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"canvas.d.ts","sourceRoot":"","sources":["../../../src/types/request/canvas.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,5 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
1
  import type { Stream } from 'node:stream';
2
+ import type { Block, KnownBlock } from '@slack/types';
5
3
  import type { ExcludeFromUnion } from '../helpers';
6
4
  import type { FilesGetUploadURLExternalResponse } from '../response/index';
7
5
  import type { CursorPaginationEnabled, OptionalTeamAssignable, TokenOverridable, TraditionalPagingEnabled } from './common';
@@ -54,10 +52,19 @@ export interface FileThreadDestinationArgumentChannels extends Required<Channels
54
52
  }
55
53
  type FileDestinationArgumentChannels = FileChannelDestinationArgumentChannels | FileThreadDestinationArgumentChannels;
56
54
  export type FilesCompleteUploadExternalArguments = FileDestinationArgument & TokenOverridable & {
57
- /** @description Array of file IDs and their corresponding (optional) titles. */
55
+ /**
56
+ * @description Array of file IDs and their corresponding (optional) titles.
57
+ * @example [{"id":"F044GKUHN9Z", "title":"slack-test"}]
58
+ **/
58
59
  files: [FileUploadComplete, ...FileUploadComplete[]];
59
60
  /** @description The message text introducing the file in the specified channel. */
60
61
  initial_comment?: string;
62
+ /**
63
+ * @description An array of structured rich text blocks. If the `initial_comment` field is provided, the `blocks` field is ignored.
64
+ * @example [{"type": "section", "text": {"type": "plain_text", "text": "Hello world"}}]
65
+ * @see {@link https://api.slack.com/reference/block-kit/blocks}
66
+ */
67
+ blocks?: (KnownBlock | Block)[];
61
68
  };
62
69
  export interface FilesDeleteArguments extends FileArgument, TokenOverridable {
63
70
  }
@@ -123,6 +130,12 @@ export type FilesUploadArguments = FileUpload & TokenOverridable;
123
130
  export type FileUploadV2 = FileUpload & {
124
131
  /** @description Description of image for screen-reader. */
125
132
  alt_text?: string;
133
+ /**
134
+ * @description An array of structured rich text blocks. If the `initial_comment` field is provided, the `blocks` field is ignored.
135
+ * @example [{"type": "section", "text": {"type": "plain_text", "text": "Hello world"}}]
136
+ * @see {@link https://api.slack.com/reference/block-kit/blocks}
137
+ */
138
+ blocks?: (KnownBlock | Block)[];
126
139
  /** @description Channel ID where the file will be shared. If not specified the file will be private. */
127
140
  channel_id?: string;
128
141
  /** @deprecated use channel_id instead */
@@ -131,7 +144,7 @@ export type FileUploadV2 = FileUpload & {
131
144
  snippet_type?: string;
132
145
  };
133
146
  export interface FilesUploadV2ArgumentsMultipleFiles {
134
- file_uploads: ExcludeFromUnion<FileUploadV2, 'channel_id' | 'channels' | 'initial_comment' | 'thread_ts'>[];
147
+ file_uploads: ExcludeFromUnion<FileUploadV2, 'blocks' | 'channel_id' | 'channels' | 'initial_comment' | 'thread_ts'>[];
135
148
  }
136
149
  export type FilesUploadV2Arguments = TokenOverridable & (FileUploadV2 | (Omit<FileUploadV2, 'file' | 'content'> & FilesUploadV2ArgumentsMultipleFiles));
137
150
  export type FileUploadV2Job = FileUploadV2 & TokenOverridable & Pick<FilesGetUploadURLExternalResponse, 'file_id' | 'upload_url' | 'error'> & {
@@ -1 +1 @@
1
- {"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/types/request/files.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/types/request/files.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
1
  import type { Stream } from 'node:stream';
5
2
  import type { CursorPaginationEnabled, LocaleAware, OptionalTeamAssignable, TokenOverridable } from './common';
6
3
  interface Email {
@@ -1 +1 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/types/request/users.ts"],"names":[],"mappings":";;;AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,KAAK,EAAE,uBAAuB,EAAE,WAAW,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE/G,UAAU,KAAK;IACb,yEAAyE;IACzE,KAAK,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB,EAAE,uBAAuB,EAAE,sBAAsB;IACpH,iGAAiG;IACjG,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;CAAG;AAEtE,MAAM,WAAW,wCAAyC,SAAQ,KAAK,EAAE,gBAAgB;CAAG;AAE5F,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;IACjE,8EAA8E;IAC9E,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;CAAG;AAEnE,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB,EAAE,WAAW;IACvE,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBACf,SAAQ,gBAAgB,EACtB,uBAAuB,EACvB,WAAW,EACX,sBAAsB;CAAG;AAE7B,MAAM,WAAW,2BAA4B,SAAQ,KAAK,EAAE,gBAAgB;CAAG;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,wCAAwC;IACxC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;IACjE,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,sGAAsG;IACtG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/types/request/users.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,KAAK,EAAE,uBAAuB,EAAE,WAAW,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE/G,UAAU,KAAK;IACb,yEAAyE;IACzE,KAAK,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB,EAAE,uBAAuB,EAAE,sBAAsB;IACpH,iGAAiG;IACjG,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;CAAG;AAEtE,MAAM,WAAW,wCAAyC,SAAQ,KAAK,EAAE,gBAAgB;CAAG;AAE5F,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;IACjE,8EAA8E;IAC9E,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;CAAG;AAEnE,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB,EAAE,WAAW;IACvE,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBACf,SAAQ,gBAAgB,EACtB,uBAAuB,EACvB,WAAW,EACX,sBAAsB;CAAG;AAE7B,MAAM,WAAW,2BAA4B,SAAQ,KAAK,EAAE,gBAAgB;CAAG;AAE/E,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,wCAAwC;IACxC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,yBAA0B,SAAQ,gBAAgB;IACjE,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,sGAAsG;IACtG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -72,6 +72,7 @@ export interface Properties {
72
72
  huddles_restricted?: boolean;
73
73
  posting_restricted_to?: PostingRestrictedTo;
74
74
  tabs?: Tab[];
75
+ tabz?: Tab[];
75
76
  threads_restricted_to?: ThreadsRestrictedTo;
76
77
  }
77
78
  export interface PropertiesCanvas {
@@ -1 +1 @@
1
- {"version":3,"file":"AdminConversationsSearchResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AdminConversationsSearchResponse.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AdminConversationsSearchResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AdminConversationsSearchResponse.ts"],"names":[],"mappings":"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"}
@@ -2,6 +2,9 @@ import type { WebAPICallResult } from '../../WebClient';
2
2
  export type AdminFunctionsPermissionsLookupResponse = WebAPICallResult & {
3
3
  error?: string;
4
4
  errors?: Errors;
5
+ metadata?: {
6
+ [key: string]: Errors;
7
+ };
5
8
  needed?: string;
6
9
  ok?: boolean;
7
10
  permissions?: {
@@ -1 +1 @@
1
- {"version":3,"file":"AdminFunctionsPermissionsLookupResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AdminFunctionsPermissionsLookupResponse.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,MAAM,MAAM,uCAAuC,GAAG,gBAAgB,GAAG;IACvE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG,EAAE,CAAC;AAExB,MAAM,WAAW,UAAU;IACzB,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
1
+ {"version":3,"file":"AdminFunctionsPermissionsLookupResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AdminFunctionsPermissionsLookupResponse.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,MAAM,MAAM,uCAAuC,GAAG,gBAAgB,GAAG;IACvE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG,EAAE,CAAC;AAExB,MAAM,WAAW,UAAU;IACzB,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
@@ -9,6 +9,8 @@ export type AppsManifestCreateResponse = WebAPICallResult & {
9
9
  ok?: boolean;
10
10
  provided?: string;
11
11
  response_metadata?: ResponseMetadata;
12
+ team_domain?: string;
13
+ team_id?: string;
12
14
  };
13
15
  export interface Credentials {
14
16
  client_id?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"AppsManifestCreateResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AppsManifestCreateResponse.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,GAAG;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;CACtC,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
1
+ {"version":3,"file":"AppsManifestCreateResponse.d.ts","sourceRoot":"","sources":["../../../src/types/response/AppsManifestCreateResponse.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,GAAG;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}