cloudstructs 0.6.39 → 0.6.40

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 (744) hide show
  1. package/.jsii +6 -9
  2. package/API.md +3847 -687
  3. package/assets/slack-app/provider.lambda/index.js +6 -10
  4. package/assets/slack-textract/detect.lambda/index.js +19 -14
  5. package/assets/ssl-server-test/analyze.lambda/index.js +6 -10
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +4 -4
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/index.js +7 -3
  10. package/lib/email-receiver/receiver.js +1 -1
  11. package/lib/index.js +7 -3
  12. package/lib/saml-identity-provider/index.js +2 -2
  13. package/lib/slack-app/index.js +7 -3
  14. package/lib/slack-app/manifest.js +3 -3
  15. package/lib/slack-app/provider.js +9 -9
  16. package/lib/slack-app/provider.lambda.d.ts +1 -1
  17. package/lib/slack-app/provider.lambda.js +1 -1
  18. package/lib/slack-app/slack-app.js +2 -2
  19. package/lib/slack-events/events.lambda.js +2 -2
  20. package/lib/slack-events/index.js +1 -1
  21. package/lib/slack-textract/detect.lambda.d.ts +5 -3
  22. package/lib/slack-textract/detect.lambda.js +2 -2
  23. package/lib/slack-textract/index.js +1 -1
  24. package/lib/ssl-server-test/index.js +9 -9
  25. package/lib/state-machine-cr-provider/index.js +1 -1
  26. package/lib/state-machine-cr-provider/runtime/index.js +6 -6
  27. package/lib/static-website/index.js +1 -1
  28. package/lib/toolkit-cleaner/index.js +3 -3
  29. package/lib/url-shortener/index.js +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -0
  31. package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
  32. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +4 -4
  33. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +48 -24
  34. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +15 -6
  35. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +43 -35
  36. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +262 -122
  37. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +107 -89
  38. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -14
  39. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +12 -11
  40. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +746 -268
  41. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +81 -45
  42. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  43. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +28 -25
  44. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +203 -62
  45. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +67 -71
  46. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  47. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +64 -8
  48. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +103 -73
  49. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +560 -315
  50. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +76 -20
  51. package/node_modules/@slack/logger/node_modules/@types/node/globals.global.d.ts +0 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +359 -195
  53. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +628 -376
  54. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +221 -112
  55. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +3 -3
  57. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +178 -10
  58. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +143 -93
  59. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -8
  60. package/node_modules/@slack/logger/node_modules/@types/node/package.json +6 -4
  61. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +13 -13
  62. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +19 -18
  63. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +166 -128
  64. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
  65. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +14 -4
  66. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +12 -7
  67. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +69 -56
  68. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +67 -61
  69. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +10 -10
  70. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +56 -15
  71. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +40 -20
  72. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +490 -219
  73. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +8 -8
  74. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +129 -209
  75. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +4 -4
  76. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +23 -8
  77. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +151 -71
  78. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +3 -3
  79. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  97. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  98. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  99. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  100. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  101. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  102. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  103. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  104. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  105. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  106. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  107. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  108. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  109. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  110. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  111. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  112. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  113. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  114. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  115. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  116. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  117. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  118. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  119. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  120. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  121. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  122. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  123. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  124. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  125. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  126. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  127. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  128. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  129. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  130. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  131. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  132. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  133. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +10 -10
  134. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -14
  135. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +189 -119
  136. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -4
  137. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +52 -45
  138. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +3 -3
  139. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +83 -85
  140. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +9 -9
  141. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -0
  142. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
  143. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +4 -4
  144. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +48 -24
  145. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +15 -6
  146. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +43 -35
  147. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +262 -122
  148. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +107 -89
  149. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -14
  150. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +12 -11
  151. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +746 -268
  152. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +81 -45
  153. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  154. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +28 -25
  155. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +203 -62
  156. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +67 -71
  157. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  158. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +64 -8
  159. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +103 -73
  160. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +560 -315
  161. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +76 -20
  162. package/node_modules/@slack/web-api/node_modules/@types/node/globals.global.d.ts +0 -0
  163. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +359 -195
  164. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +628 -376
  165. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +221 -112
  166. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
  167. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +3 -3
  168. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +178 -10
  169. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +143 -93
  170. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -8
  171. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +6 -4
  172. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +13 -13
  173. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +19 -18
  174. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +166 -128
  175. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
  176. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +14 -4
  177. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +12 -7
  178. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +69 -56
  179. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +67 -61
  180. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +10 -10
  181. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +56 -15
  182. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +40 -20
  183. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +490 -219
  184. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +8 -8
  185. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +129 -209
  186. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +4 -4
  187. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +23 -8
  188. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +151 -71
  189. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +3 -3
  190. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  191. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  194. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  195. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  196. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  197. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  198. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  199. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  200. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  201. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  202. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  203. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  204. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  205. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  206. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  207. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  208. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  209. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  210. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  211. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  212. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  213. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  214. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  215. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  216. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  217. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  218. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  219. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  220. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  221. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  222. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  223. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  224. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  225. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  226. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  227. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  228. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  229. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  230. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  231. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  232. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  233. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  234. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  235. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  236. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  237. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  238. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  239. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  240. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  241. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  242. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  243. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  244. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +10 -10
  245. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -14
  246. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +189 -119
  247. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -4
  248. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +52 -45
  249. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +3 -3
  250. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +83 -85
  251. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +9 -9
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +262 -122
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +746 -268
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +81 -45
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +64 -8
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +103 -73
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +76 -20
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +628 -376
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +3 -3
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +178 -10
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +143 -93
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -8
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +6 -4
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +490 -219
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +129 -209
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +23 -8
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +151 -71
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  308. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  309. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  310. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  311. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  312. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  313. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  314. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  315. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  316. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  317. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  318. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  319. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  320. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  321. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  322. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  323. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  324. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  325. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  326. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  327. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  328. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  329. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  330. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  331. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  332. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  333. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  334. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  335. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  336. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  337. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  338. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  339. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  340. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  341. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  342. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  343. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  344. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  345. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  346. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  347. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  348. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  349. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  350. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  351. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  352. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  353. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  354. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  355. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
  356. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -14
  357. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +189 -119
  358. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
  359. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
  360. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
  361. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
  362. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
  363. package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
  364. package/node_modules/@types/http-cache-semantics/README.md +1 -1
  365. package/node_modules/@types/http-cache-semantics/index.d.ts +1 -1
  366. package/node_modules/@types/http-cache-semantics/package.json +3 -3
  367. package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -0
  368. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
  369. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +4 -4
  370. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +48 -24
  371. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +15 -6
  372. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +43 -35
  373. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +262 -122
  374. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +107 -89
  375. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +17 -14
  376. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +12 -11
  377. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +746 -268
  378. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +81 -45
  379. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  380. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +28 -25
  381. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +203 -62
  382. package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +67 -71
  383. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  384. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +64 -8
  385. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +103 -73
  386. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +560 -315
  387. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +76 -20
  388. package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -0
  389. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +359 -195
  390. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +628 -376
  391. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +221 -112
  392. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
  393. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +3 -3
  394. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +178 -10
  395. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +143 -93
  396. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +8 -8
  397. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +6 -4
  398. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +13 -13
  399. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +19 -18
  400. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +166 -128
  401. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
  402. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +14 -4
  403. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +12 -7
  404. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +69 -56
  405. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +67 -61
  406. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +10 -10
  407. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +56 -15
  408. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +40 -20
  409. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +490 -219
  410. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +8 -8
  411. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +129 -209
  412. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +4 -4
  413. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +23 -8
  414. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +151 -71
  415. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +3 -3
  416. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  417. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  418. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  419. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  420. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  421. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  422. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  423. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  424. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  425. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  426. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  427. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  428. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  429. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  430. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  431. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  432. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  433. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  434. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  435. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  436. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  437. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  438. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  439. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  440. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  441. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  442. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  443. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  444. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  445. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  446. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  447. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  448. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  449. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  450. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  451. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  452. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  453. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  454. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  455. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  456. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  457. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  458. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  459. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  460. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  461. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  462. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  463. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  464. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  465. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  466. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  467. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  468. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  469. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  470. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +10 -10
  471. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -14
  472. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +189 -119
  473. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +4 -4
  474. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +52 -45
  475. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +3 -3
  476. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +83 -85
  477. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +9 -9
  478. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
  479. package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
  480. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
  481. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
  482. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
  483. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
  484. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +262 -122
  485. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
  486. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
  487. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
  488. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +746 -268
  489. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +81 -45
  490. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  491. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
  492. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
  493. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
  494. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  495. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +64 -8
  496. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +103 -73
  497. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
  498. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +76 -20
  499. package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
  500. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
  501. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +628 -376
  502. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
  503. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  504. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +3 -3
  505. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +178 -10
  506. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +143 -93
  507. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -8
  508. package/node_modules/@types/keyv/node_modules/@types/node/package.json +6 -4
  509. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
  510. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
  511. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
  512. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
  513. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
  514. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
  515. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
  516. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
  517. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
  518. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
  519. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
  520. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +490 -219
  521. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
  522. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +129 -209
  523. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
  524. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +23 -8
  525. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +151 -71
  526. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
  527. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  528. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  529. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  530. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  531. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  532. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  533. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  534. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  535. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  536. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  537. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  538. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  539. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  543. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  544. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  545. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  546. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  547. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  548. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  549. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  550. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  551. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  552. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  553. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  554. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  555. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  556. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  557. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  558. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  559. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  560. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  561. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  562. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  563. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  564. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  565. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  566. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  567. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  568. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  569. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  570. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  571. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  572. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  573. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  574. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  575. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  576. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  577. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  578. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  579. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  580. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  581. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
  582. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -14
  583. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +189 -119
  584. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
  585. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
  586. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
  587. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
  588. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
  589. package/node_modules/@types/responselike/LICENSE +21 -21
  590. package/node_modules/@types/responselike/README.md +44 -6
  591. package/node_modules/@types/responselike/index.d.ts +3 -3
  592. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
  593. package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
  594. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
  595. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
  596. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
  597. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
  598. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +262 -122
  599. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
  600. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
  601. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
  602. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +746 -268
  603. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +81 -45
  604. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  605. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
  606. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
  607. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
  608. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  609. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +64 -8
  610. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +103 -73
  611. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
  612. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +76 -20
  613. package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
  614. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
  615. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +628 -376
  616. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
  617. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  618. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +3 -3
  619. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +178 -10
  620. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +143 -93
  621. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -8
  622. package/node_modules/@types/responselike/node_modules/@types/node/package.json +6 -4
  623. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
  624. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
  625. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
  626. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
  627. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
  628. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
  629. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
  630. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
  631. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
  632. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
  633. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
  634. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +490 -219
  635. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
  636. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +129 -209
  637. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
  638. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +23 -8
  639. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +151 -71
  640. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
  641. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  642. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  643. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  644. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  645. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  646. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  647. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  648. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  649. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  650. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  651. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  652. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  653. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  654. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  655. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  656. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  657. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  658. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  659. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  660. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  661. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  662. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  663. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  664. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  665. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +3 -3
  666. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  667. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +143 -93
  668. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +8 -8
  669. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  670. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  671. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  672. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  673. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  674. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  675. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  676. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  677. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  678. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  679. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  680. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  681. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  682. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  683. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  684. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  685. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  686. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  687. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  688. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  689. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  690. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  691. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  692. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  693. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  694. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  695. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
  696. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -14
  697. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +189 -119
  698. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
  699. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
  700. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
  701. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
  702. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
  703. package/node_modules/@types/responselike/package.json +7 -5
  704. package/node_modules/follow-redirects/index.js +16 -4
  705. package/node_modules/follow-redirects/package.json +2 -3
  706. package/node_modules/keyv/package.json +4 -4
  707. package/node_modules/keyv/src/index.js +6 -11
  708. package/node_modules/undici-types/README.md +6 -0
  709. package/node_modules/undici-types/agent.d.ts +31 -0
  710. package/node_modules/undici-types/api.d.ts +43 -0
  711. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  712. package/node_modules/undici-types/cache.d.ts +36 -0
  713. package/node_modules/undici-types/client.d.ts +97 -0
  714. package/node_modules/undici-types/connector.d.ts +33 -0
  715. package/node_modules/undici-types/content-type.d.ts +21 -0
  716. package/node_modules/undici-types/cookies.d.ts +28 -0
  717. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  718. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  719. package/node_modules/undici-types/errors.d.ts +128 -0
  720. package/node_modules/undici-types/fetch.d.ts +209 -0
  721. package/node_modules/undici-types/file.d.ts +39 -0
  722. package/node_modules/undici-types/filereader.d.ts +54 -0
  723. package/node_modules/undici-types/formdata.d.ts +108 -0
  724. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  725. package/node_modules/undici-types/global-origin.d.ts +7 -0
  726. package/node_modules/undici-types/handlers.d.ts +9 -0
  727. package/node_modules/undici-types/header.d.ts +4 -0
  728. package/node_modules/undici-types/index.d.ts +57 -0
  729. package/node_modules/undici-types/interceptors.d.ts +5 -0
  730. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  731. package/node_modules/undici-types/mock-client.d.ts +25 -0
  732. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  733. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  734. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  735. package/node_modules/undici-types/package.json +55 -0
  736. package/node_modules/undici-types/patch.d.ts +71 -0
  737. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  738. package/node_modules/undici-types/pool.d.ts +28 -0
  739. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  740. package/node_modules/undici-types/readable.d.ts +61 -0
  741. package/node_modules/undici-types/webidl.d.ts +220 -0
  742. package/node_modules/undici-types/websocket.d.ts +131 -0
  743. package/package.json +26 -30
  744. package/node_modules/combined-stream/yarn.lock +0 -17
@@ -8,9 +8,9 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 13 Aug 2023 19:32:51 GMT
12
- * Dependencies: none
13
- * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
11
+ * Last updated: Fri, 13 Oct 2023 22:05:45 GMT
12
+ * Dependencies: [@types/undici-types](https://npmjs.com/package/@types/undici-types)
13
+ * Global values: `AbortController`, `AbortSignal`, `FormData`, `Headers`, `Request`, `Response`, `__dirname`, `__filename`, `console`, `exports`, `fetch`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
15
15
  # Credits
16
16
  These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
@@ -1,8 +1,8 @@
1
- declare module 'assert/strict' {
2
- import { strict } from 'node:assert';
1
+ declare module "assert/strict" {
2
+ import { strict } from "node:assert";
3
3
  export = strict;
4
4
  }
5
- declare module 'node:assert/strict' {
6
- import { strict } from 'node:assert';
5
+ declare module "node:assert/strict" {
6
+ import { strict } from "node:assert";
7
7
  export = strict;
8
8
  }
@@ -3,7 +3,7 @@
3
3
  * invariants.
4
4
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/assert.js)
5
5
  */
6
- declare module 'assert' {
6
+ declare module "assert" {
7
7
  /**
8
8
  * An alias of {@link ok}.
9
9
  * @since v0.5.9
@@ -34,7 +34,7 @@ declare module 'assert' {
34
34
  /**
35
35
  * Value is always `ERR_ASSERTION` to show that the error is an assertion error.
36
36
  */
37
- code: 'ERR_ASSERTION';
37
+ code: "ERR_ASSERTION";
38
38
  constructor(options?: {
39
39
  /** If provided, the error message is set to this value. */
40
40
  message?: string | undefined;
@@ -197,7 +197,7 @@ declare module 'assert' {
197
197
  /** A stack trace of the function. */
198
198
  stack: object;
199
199
  }
200
- type AssertPredicate = RegExp | (new () => object) | ((thrown: unknown) => boolean) | object | Error;
200
+ type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error;
201
201
  /**
202
202
  * Throws an `AssertionError` with the provided error message or a default
203
203
  * error message. If the `message` parameter is an instance of an `Error` then
@@ -229,7 +229,7 @@ declare module 'assert' {
229
229
  message?: string | Error,
230
230
  operator?: string,
231
231
  // tslint:disable-next-line:ban-types
232
- stackStartFn?: Function
232
+ stackStartFn?: Function,
233
233
  ): never;
234
234
  /**
235
235
  * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`.
@@ -857,7 +857,11 @@ declare module 'assert' {
857
857
  * @since v10.0.0
858
858
  */
859
859
  function rejects(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>;
860
- function rejects(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>;
860
+ function rejects(
861
+ block: (() => Promise<unknown>) | Promise<unknown>,
862
+ error: AssertPredicate,
863
+ message?: string | Error,
864
+ ): Promise<void>;
861
865
  /**
862
866
  * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately
863
867
  * calls the function and awaits the returned promise to complete. It will then
@@ -900,8 +904,15 @@ declare module 'assert' {
900
904
  * ```
901
905
  * @since v10.0.0
902
906
  */
903
- function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>;
904
- function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>;
907
+ function doesNotReject(
908
+ block: (() => Promise<unknown>) | Promise<unknown>,
909
+ message?: string | Error,
910
+ ): Promise<void>;
911
+ function doesNotReject(
912
+ block: (() => Promise<unknown>) | Promise<unknown>,
913
+ error: AssertPredicate,
914
+ message?: string | Error,
915
+ ): Promise<void>;
905
916
  /**
906
917
  * Expects the `string` input to match the regular expression.
907
918
  *
@@ -948,25 +959,38 @@ declare module 'assert' {
948
959
  * @since v13.6.0, v12.16.0
949
960
  */
950
961
  function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void;
951
- const strict: Omit<typeof assert, 'equal' | 'notEqual' | 'deepEqual' | 'notDeepEqual' | 'ok' | 'strictEqual' | 'deepStrictEqual' | 'ifError' | 'strict'> & {
952
- (value: unknown, message?: string | Error): asserts value;
953
- equal: typeof strictEqual;
954
- notEqual: typeof notStrictEqual;
955
- deepEqual: typeof deepStrictEqual;
956
- notDeepEqual: typeof notDeepStrictEqual;
957
- // Mapped types and assertion functions are incompatible?
958
- // TS2775: Assertions require every name in the call target
959
- // to be declared with an explicit type annotation.
960
- ok: typeof ok;
961
- strictEqual: typeof strictEqual;
962
- deepStrictEqual: typeof deepStrictEqual;
963
- ifError: typeof ifError;
964
- strict: typeof strict;
965
- };
962
+ const strict:
963
+ & Omit<
964
+ typeof assert,
965
+ | "equal"
966
+ | "notEqual"
967
+ | "deepEqual"
968
+ | "notDeepEqual"
969
+ | "ok"
970
+ | "strictEqual"
971
+ | "deepStrictEqual"
972
+ | "ifError"
973
+ | "strict"
974
+ >
975
+ & {
976
+ (value: unknown, message?: string | Error): asserts value;
977
+ equal: typeof strictEqual;
978
+ notEqual: typeof notStrictEqual;
979
+ deepEqual: typeof deepStrictEqual;
980
+ notDeepEqual: typeof notDeepStrictEqual;
981
+ // Mapped types and assertion functions are incompatible?
982
+ // TS2775: Assertions require every name in the call target
983
+ // to be declared with an explicit type annotation.
984
+ ok: typeof ok;
985
+ strictEqual: typeof strictEqual;
986
+ deepStrictEqual: typeof deepStrictEqual;
987
+ ifError: typeof ifError;
988
+ strict: typeof strict;
989
+ };
966
990
  }
967
991
  export = assert;
968
992
  }
969
- declare module 'node:assert' {
970
- import assert = require('assert');
993
+ declare module "node:assert" {
994
+ import assert = require("assert");
971
995
  export = assert;
972
996
  }
@@ -14,13 +14,14 @@
14
14
  * @experimental
15
15
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/async_hooks.js)
16
16
  */
17
- declare module 'async_hooks' {
17
+ declare module "async_hooks" {
18
18
  /**
19
19
  * ```js
20
20
  * import { executionAsyncId } from 'node:async_hooks';
21
21
  * import fs from 'node:fs';
22
22
  *
23
23
  * console.log(executionAsyncId()); // 1 - bootstrap
24
+ * const path = '.';
24
25
  * fs.open(path, 'r', (err, fd) => {
25
26
  * console.log(executionAsyncId()); // 6 - open()
26
27
  * });
@@ -274,7 +275,11 @@ declare module 'async_hooks' {
274
275
  * @param fn The function to bind to the current execution context.
275
276
  * @param type An optional name to associate with the underlying `AsyncResource`.
276
277
  */
277
- static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(fn: Func, type?: string, thisArg?: ThisArg): Func;
278
+ static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(
279
+ fn: Func,
280
+ type?: string,
281
+ thisArg?: ThisArg,
282
+ ): Func;
278
283
  /**
279
284
  * Binds the given function to execute to this `AsyncResource`'s scope.
280
285
  * @since v14.8.0, v12.19.0
@@ -291,7 +296,11 @@ declare module 'async_hooks' {
291
296
  * @param thisArg The receiver to be used for the function call.
292
297
  * @param args Optional arguments to pass to the function.
293
298
  */
294
- runInAsyncScope<This, Result>(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result;
299
+ runInAsyncScope<This, Result>(
300
+ fn: (this: This, ...args: any[]) => Result,
301
+ thisArg?: This,
302
+ ...args: any[]
303
+ ): Result;
295
304
  /**
296
305
  * Call all `destroy` hooks. This should only ever be called once. An error will
297
306
  * be thrown if it is called more than once. This **must** be manually called. If
@@ -305,7 +314,6 @@ declare module 'async_hooks' {
305
314
  */
306
315
  asyncId(): number;
307
316
  /**
308
- *
309
317
  * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor.
310
318
  */
311
319
  triggerAsyncId(): number;
@@ -452,6 +460,7 @@ declare module 'async_hooks' {
452
460
  * ```
453
461
  * @since v13.10.0, v12.17.0
454
462
  */
463
+ run<R>(store: T, callback: () => R): R;
455
464
  run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R;
456
465
  /**
457
466
  * Runs a function synchronously outside of a context and returns its
@@ -525,6 +534,6 @@ declare module 'async_hooks' {
525
534
  enterWith(store: T): void;
526
535
  }
527
536
  }
528
- declare module 'node:async_hooks' {
529
- export * from 'async_hooks';
537
+ declare module "node:async_hooks" {
538
+ export * from "async_hooks";
530
539
  }
@@ -43,9 +43,9 @@
43
43
  * ```
44
44
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/buffer.js)
45
45
  */
46
- declare module 'buffer' {
47
- import { BinaryLike } from 'node:crypto';
48
- import { ReadableStream as WebReadableStream } from 'node:stream/web';
46
+ declare module "buffer" {
47
+ import { BinaryLike } from "node:crypto";
48
+ import { ReadableStream as WebReadableStream } from "node:stream/web";
49
49
  /**
50
50
  * This function returns `true` if `input` contains only valid UTF-8-encoded data,
51
51
  * including the case in which `input` is empty.
@@ -71,7 +71,16 @@ declare module 'buffer' {
71
71
  MAX_LENGTH: number;
72
72
  MAX_STRING_LENGTH: number;
73
73
  };
74
- export type TranscodeEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'latin1' | 'binary';
74
+ export type TranscodeEncoding =
75
+ | "ascii"
76
+ | "utf8"
77
+ | "utf-8"
78
+ | "utf16le"
79
+ | "utf-16le"
80
+ | "ucs2"
81
+ | "ucs-2"
82
+ | "latin1"
83
+ | "binary";
75
84
  /**
76
85
  * Re-encodes the given `Buffer` or `Uint8Array` instance from one character
77
86
  * encoding to another. Returns a new `Buffer` instance.
@@ -102,7 +111,7 @@ declare module 'buffer' {
102
111
  export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer;
103
112
  export const SlowBuffer: {
104
113
  /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */
105
- new (size: number): Buffer;
114
+ new(size: number): Buffer;
106
115
  prototype: Buffer;
107
116
  };
108
117
  /**
@@ -186,7 +195,7 @@ declare module 'buffer' {
186
195
  * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be
187
196
  * converted to the platform native line-ending as specified by `require('node:os').EOL`.
188
197
  */
189
- endings?: 'native' | 'transparent';
198
+ endings?: "native" | "transparent";
190
199
  /** The File content-type. */
191
200
  type?: string;
192
201
  /** The last modified date of the file. `Default`: Date.now(). */
@@ -211,32 +220,33 @@ declare module 'buffer' {
211
220
  }
212
221
  export import atob = globalThis.atob;
213
222
  export import btoa = globalThis.btoa;
214
- import { Blob as NodeBlob } from 'buffer';
223
+ import { Blob as NodeBlob } from "buffer";
215
224
  // This conditional type will be the existing global Blob in a browser, or
216
225
  // the copy below in a Node environment.
217
- type __Blob = typeof globalThis extends { onmessage: any; Blob: infer T } ? T : NodeBlob;
226
+ type __Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : NodeBlob;
218
227
  global {
219
228
  namespace NodeJS {
220
229
  export { BufferEncoding };
221
230
  }
222
231
  // Buffer class
223
232
  type BufferEncoding =
224
- | 'ascii'
225
- | 'utf8'
226
- | 'utf-8'
227
- | 'utf16le'
228
- | 'ucs2'
229
- | 'ucs-2'
230
- | 'base64'
231
- | 'base64url'
232
- | 'latin1'
233
- | 'binary'
234
- | 'hex';
233
+ | "ascii"
234
+ | "utf8"
235
+ | "utf-8"
236
+ | "utf16le"
237
+ | "utf-16le"
238
+ | "ucs2"
239
+ | "ucs-2"
240
+ | "base64"
241
+ | "base64url"
242
+ | "latin1"
243
+ | "binary"
244
+ | "hex";
235
245
  type WithImplicitCoercion<T> =
236
246
  | T
237
247
  | {
238
- valueOf(): T;
239
- };
248
+ valueOf(): T;
249
+ };
240
250
  /**
241
251
  * Raw data is stored in instances of the Buffer class.
242
252
  * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized.
@@ -250,44 +260,43 @@ declare module 'buffer' {
250
260
  * @param encoding encoding to use, optional. Default is 'utf8'
251
261
  * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead.
252
262
  */
253
- new (str: string, encoding?: BufferEncoding): Buffer;
263
+ new(str: string, encoding?: BufferEncoding): Buffer;
254
264
  /**
255
265
  * Allocates a new buffer of {size} octets.
256
266
  *
257
267
  * @param size count of octets to allocate.
258
268
  * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`).
259
269
  */
260
- new (size: number): Buffer;
270
+ new(size: number): Buffer;
261
271
  /**
262
272
  * Allocates a new buffer containing the given {array} of octets.
263
273
  *
264
274
  * @param array The octets to store.
265
275
  * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
266
276
  */
267
- new (array: Uint8Array): Buffer;
277
+ new(array: Uint8Array): Buffer;
268
278
  /**
269
279
  * Produces a Buffer backed by the same allocated memory as
270
280
  * the given {ArrayBuffer}/{SharedArrayBuffer}.
271
281
  *
272
- *
273
282
  * @param arrayBuffer The ArrayBuffer with which to share memory.
274
283
  * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead.
275
284
  */
276
- new (arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer;
285
+ new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer;
277
286
  /**
278
287
  * Allocates a new buffer containing the given {array} of octets.
279
288
  *
280
289
  * @param array The octets to store.
281
290
  * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
282
291
  */
283
- new (array: ReadonlyArray<any>): Buffer;
292
+ new(array: ReadonlyArray<any>): Buffer;
284
293
  /**
285
294
  * Copies the passed {buffer} data onto a new {Buffer} instance.
286
295
  *
287
296
  * @param buffer The buffer to copy.
288
297
  * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead.
289
298
  */
290
- new (buffer: Buffer): Buffer;
299
+ new(buffer: Buffer): Buffer;
291
300
  /**
292
301
  * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
293
302
  * Array entries outside that range will be truncated to fit into it.
@@ -329,8 +338,8 @@ declare module 'buffer' {
329
338
  str:
330
339
  | WithImplicitCoercion<string>
331
340
  | {
332
- [Symbol.toPrimitive](hint: 'string'): string;
333
- },
341
+ [Symbol.toPrimitive](hint: "string"): string;
342
+ },
334
343
  encoding?: BufferEncoding,
335
344
  ): Buffer;
336
345
  /**
@@ -719,7 +728,7 @@ declare module 'buffer' {
719
728
  * @since v0.9.2
720
729
  */
721
730
  toJSON(): {
722
- type: 'Buffer';
731
+ type: "Buffer";
723
732
  data: number[];
724
733
  };
725
734
  /**
@@ -2344,11 +2353,10 @@ declare module 'buffer' {
2344
2353
  var Blob: typeof globalThis extends {
2345
2354
  onmessage: any;
2346
2355
  Blob: infer T;
2347
- }
2348
- ? T
2356
+ } ? T
2349
2357
  : typeof NodeBlob;
2350
2358
  }
2351
2359
  }
2352
- declare module 'node:buffer' {
2353
- export * from 'buffer';
2360
+ declare module "node:buffer" {
2361
+ export * from "buffer";
2354
2362
  }