cloudstructs 0.6.39 → 0.6.41

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 (753) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +6 -9
  3. package/API.md +3847 -687
  4. package/assets/slack-app/provider.lambda/index.js +6 -10
  5. package/assets/slack-textract/detect.lambda/index.js +25 -20
  6. package/assets/ssl-server-test/analyze.lambda/index.js +6 -10
  7. package/lib/codecommit-mirror/index.js +2 -2
  8. package/lib/dmarc/index.js +4 -4
  9. package/lib/ecs-service-roller/index.js +2 -2
  10. package/lib/email-receiver/index.js +7 -3
  11. package/lib/email-receiver/receiver.js +1 -1
  12. package/lib/index.js +7 -3
  13. package/lib/saml-identity-provider/index.js +2 -2
  14. package/lib/slack-app/index.js +7 -3
  15. package/lib/slack-app/manifest.js +3 -3
  16. package/lib/slack-app/provider.js +9 -9
  17. package/lib/slack-app/provider.lambda.d.ts +1 -1
  18. package/lib/slack-app/provider.lambda.js +1 -1
  19. package/lib/slack-app/slack-app.js +2 -2
  20. package/lib/slack-events/events.lambda.js +2 -2
  21. package/lib/slack-events/index.js +1 -1
  22. package/lib/slack-textract/detect.lambda.d.ts +5 -3
  23. package/lib/slack-textract/detect.lambda.js +2 -2
  24. package/lib/slack-textract/index.js +1 -1
  25. package/lib/ssl-server-test/index.js +9 -9
  26. package/lib/state-machine-cr-provider/index.js +1 -1
  27. package/lib/state-machine-cr-provider/runtime/index.js +6 -6
  28. package/lib/static-website/index.js +1 -1
  29. package/lib/toolkit-cleaner/index.js +3 -3
  30. package/lib/url-shortener/index.js +1 -1
  31. package/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -0
  32. package/node_modules/@slack/logger/node_modules/@types/node/README.md +4 -5
  33. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +4 -4
  34. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +48 -24
  35. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +15 -6
  36. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +43 -35
  37. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +262 -122
  38. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +107 -89
  39. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -14
  40. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +12 -11
  41. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +746 -268
  42. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +81 -45
  43. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  44. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +28 -25
  45. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +203 -62
  46. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +67 -71
  47. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  48. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +64 -8
  49. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +103 -73
  50. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +560 -315
  51. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +76 -20
  52. package/node_modules/@slack/logger/node_modules/@types/node/globals.global.d.ts +0 -0
  53. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +359 -195
  54. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +628 -376
  55. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +221 -112
  56. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -45
  57. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +2 -3
  58. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +178 -10
  59. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +149 -93
  60. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +9 -9
  61. package/node_modules/@slack/logger/node_modules/@types/node/package.json +88 -90
  62. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +13 -13
  63. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +19 -18
  64. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +166 -128
  65. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +3 -3
  66. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +14 -4
  67. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +12 -7
  68. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +69 -56
  69. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +67 -61
  70. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +10 -10
  71. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +56 -15
  72. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +40 -20
  73. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +490 -219
  74. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +8 -8
  75. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +129 -209
  76. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +4 -4
  77. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +23 -8
  78. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +151 -71
  79. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +3 -3
  80. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  81. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  82. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  83. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  84. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  85. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  94. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  95. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  96. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  97. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  98. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  99. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  100. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  101. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  102. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  103. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  104. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  105. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  106. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  107. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  108. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  109. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  110. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  111. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  112. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  113. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  114. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  115. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  116. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  117. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  118. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  119. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  120. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  121. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  122. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  123. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  124. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  125. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  126. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  127. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  128. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  129. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  130. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  131. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  132. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  133. package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  134. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +10 -10
  135. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +26 -14
  136. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +189 -119
  137. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +4 -4
  138. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +52 -45
  139. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +3 -3
  140. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +83 -85
  141. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +9 -9
  142. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -0
  143. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +4 -5
  144. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +4 -4
  145. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +48 -24
  146. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +15 -6
  147. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +43 -35
  148. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +262 -122
  149. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +107 -89
  150. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -14
  151. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +12 -11
  152. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +746 -268
  153. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +81 -45
  154. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  155. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +28 -25
  156. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +203 -62
  157. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +67 -71
  158. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  159. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +64 -8
  160. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +103 -73
  161. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +560 -315
  162. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +76 -20
  163. package/node_modules/@slack/web-api/node_modules/@types/node/globals.global.d.ts +0 -0
  164. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +359 -195
  165. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +628 -376
  166. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +221 -112
  167. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -45
  168. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +2 -3
  169. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +178 -10
  170. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +149 -93
  171. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +9 -9
  172. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +88 -90
  173. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +13 -13
  174. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +19 -18
  175. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +166 -128
  176. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +3 -3
  177. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +14 -4
  178. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +12 -7
  179. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +69 -56
  180. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +67 -61
  181. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +10 -10
  182. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +56 -15
  183. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +40 -20
  184. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +490 -219
  185. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +8 -8
  186. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +129 -209
  187. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +4 -4
  188. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +23 -8
  189. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +151 -71
  190. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +3 -3
  191. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  194. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  195. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  196. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  197. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  198. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  199. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  200. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  201. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  202. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  203. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  204. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  205. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  206. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  207. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  208. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  209. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  210. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  211. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  212. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  213. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  214. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  215. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  216. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  217. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  218. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  219. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  220. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  221. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  222. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  223. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  224. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  225. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  226. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  227. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  228. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  229. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  230. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  231. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  232. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  233. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  234. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  235. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  236. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  237. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  238. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  239. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  240. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  241. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  242. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  243. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  244. package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  245. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +10 -10
  246. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +26 -14
  247. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +189 -119
  248. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +4 -4
  249. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +52 -45
  250. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +3 -3
  251. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +83 -85
  252. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +9 -9
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +4 -5
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +262 -122
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
  261. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
  262. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
  263. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +746 -268
  264. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +81 -45
  265. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  266. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
  267. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
  268. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
  269. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  270. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +64 -8
  271. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +103 -73
  272. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
  273. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +76 -20
  274. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
  275. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
  276. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +628 -376
  277. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
  278. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -45
  279. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +2 -3
  280. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +178 -10
  281. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +149 -93
  282. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +9 -9
  283. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +88 -90
  284. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
  285. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
  286. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
  287. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
  288. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
  289. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
  290. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
  291. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
  292. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
  293. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
  294. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +490 -219
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
  297. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +129 -209
  298. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
  299. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +23 -8
  300. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +151 -71
  301. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
  302. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  303. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  304. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  305. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  306. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  307. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  308. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  309. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  310. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  311. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  312. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  313. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  314. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  315. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  316. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  317. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  318. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  319. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  320. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  321. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  322. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  323. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  324. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  325. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  326. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  327. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  328. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  329. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  330. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  331. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  332. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  333. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  334. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  335. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  336. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  337. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  338. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  339. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  340. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  341. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  342. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  343. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  344. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  345. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  346. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  347. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  348. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  349. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  350. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  351. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  352. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  353. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  354. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  355. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  356. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
  357. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +26 -14
  358. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +189 -119
  359. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
  360. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
  361. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
  362. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
  363. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
  364. package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
  365. package/node_modules/@types/http-cache-semantics/README.md +1 -2
  366. package/node_modules/@types/http-cache-semantics/index.d.ts +1 -6
  367. package/node_modules/@types/http-cache-semantics/package.json +5 -5
  368. package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -0
  369. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +4 -5
  370. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +4 -4
  371. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +48 -24
  372. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +15 -6
  373. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +43 -35
  374. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +262 -122
  375. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +107 -89
  376. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +17 -14
  377. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +12 -11
  378. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +746 -268
  379. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +81 -45
  380. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  381. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +28 -25
  382. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +203 -62
  383. package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +67 -71
  384. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  385. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +64 -8
  386. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +103 -73
  387. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +560 -315
  388. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +76 -20
  389. package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -0
  390. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +359 -195
  391. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +628 -376
  392. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +221 -112
  393. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -45
  394. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +2 -3
  395. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +178 -10
  396. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +149 -93
  397. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +9 -9
  398. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +88 -90
  399. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +13 -13
  400. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +19 -18
  401. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +166 -128
  402. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +3 -3
  403. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +14 -4
  404. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +12 -7
  405. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +69 -56
  406. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +67 -61
  407. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +10 -10
  408. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +56 -15
  409. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +40 -20
  410. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +490 -219
  411. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +8 -8
  412. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +129 -209
  413. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +4 -4
  414. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +23 -8
  415. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +151 -71
  416. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +3 -3
  417. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  418. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  419. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  420. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  421. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  422. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  423. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  424. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  425. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  426. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  427. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  428. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  429. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  430. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  431. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  432. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  433. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  434. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  435. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  436. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  437. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  438. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  439. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  440. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  441. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  442. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  443. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  444. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  445. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  446. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  447. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  448. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  449. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  450. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  451. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  452. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  453. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  454. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  455. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  456. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  457. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  458. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  459. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  460. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  461. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  462. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  463. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  464. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  465. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  466. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  467. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  468. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  469. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  470. package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  471. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +10 -10
  472. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +26 -14
  473. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +189 -119
  474. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +4 -4
  475. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +52 -45
  476. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +3 -3
  477. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +83 -85
  478. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +9 -9
  479. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
  480. package/node_modules/@types/keyv/node_modules/@types/node/README.md +4 -5
  481. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
  482. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
  483. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
  484. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
  485. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +262 -122
  486. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
  487. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
  488. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
  489. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +746 -268
  490. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +81 -45
  491. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  492. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
  493. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
  494. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
  495. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  496. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +64 -8
  497. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +103 -73
  498. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
  499. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +76 -20
  500. package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
  501. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
  502. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +628 -376
  503. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
  504. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -45
  505. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +2 -3
  506. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +178 -10
  507. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +149 -93
  508. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +9 -9
  509. package/node_modules/@types/keyv/node_modules/@types/node/package.json +88 -90
  510. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
  511. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
  512. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
  513. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
  514. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
  515. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
  516. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
  517. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
  518. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
  519. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
  520. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
  521. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +490 -219
  522. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
  523. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +129 -209
  524. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
  525. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +23 -8
  526. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +151 -71
  527. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
  528. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  529. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  530. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  531. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  532. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  533. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  534. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  535. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  536. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  537. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  538. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  539. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  543. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  544. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  545. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  546. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  547. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  548. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  549. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  550. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  551. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  552. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  553. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  554. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  555. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  556. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  557. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  558. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  559. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  560. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  561. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  562. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  563. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  564. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  565. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  566. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  567. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  568. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  569. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  570. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  571. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  572. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  573. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  574. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  575. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  576. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  577. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  578. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  579. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  580. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  581. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  582. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
  583. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +26 -14
  584. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +189 -119
  585. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
  586. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
  587. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
  588. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
  589. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
  590. package/node_modules/@types/responselike/LICENSE +21 -21
  591. package/node_modules/@types/responselike/README.md +39 -7
  592. package/node_modules/@types/responselike/index.d.ts +3 -8
  593. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
  594. package/node_modules/@types/responselike/node_modules/@types/node/README.md +4 -5
  595. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
  596. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
  597. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
  598. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
  599. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +262 -122
  600. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
  601. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
  602. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
  603. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +746 -268
  604. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +81 -45
  605. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  606. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
  607. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
  608. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
  609. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  610. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +64 -8
  611. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +103 -73
  612. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
  613. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +76 -20
  614. package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
  615. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
  616. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +628 -376
  617. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
  618. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -45
  619. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +2 -3
  620. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +178 -10
  621. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +149 -93
  622. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +9 -9
  623. package/node_modules/@types/responselike/node_modules/@types/node/package.json +88 -90
  624. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
  625. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
  626. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
  627. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
  628. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
  629. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
  630. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
  631. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
  632. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
  633. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
  634. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
  635. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +490 -219
  636. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
  637. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +129 -209
  638. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
  639. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +23 -8
  640. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +151 -71
  641. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
  642. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  643. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  644. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  645. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  646. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +262 -122
  647. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  648. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  649. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  650. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +746 -268
  651. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +81 -45
  652. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  653. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  654. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  655. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  656. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  657. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +15 -7
  658. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +103 -73
  659. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  660. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +76 -20
  661. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  662. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  663. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +628 -376
  664. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  665. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  666. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  667. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +178 -10
  668. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +149 -93
  669. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  670. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  671. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  672. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  673. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  674. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  675. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  676. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  677. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  678. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  679. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  680. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  681. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +490 -219
  682. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  683. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +131 -211
  684. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  685. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +23 -8
  686. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +151 -71
  687. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  688. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  689. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +26 -14
  690. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +189 -119
  691. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  692. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  693. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  694. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  695. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  696. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
  697. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +26 -14
  698. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +189 -119
  699. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
  700. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
  701. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
  702. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
  703. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
  704. package/node_modules/@types/responselike/package.json +9 -7
  705. package/node_modules/follow-redirects/index.js +16 -4
  706. package/node_modules/follow-redirects/package.json +2 -3
  707. package/node_modules/keyv/package.json +4 -4
  708. package/node_modules/keyv/src/index.js +6 -11
  709. package/node_modules/undici-types/README.md +6 -0
  710. package/node_modules/undici-types/agent.d.ts +31 -0
  711. package/node_modules/undici-types/api.d.ts +43 -0
  712. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  713. package/node_modules/undici-types/cache.d.ts +36 -0
  714. package/node_modules/undici-types/client.d.ts +97 -0
  715. package/node_modules/undici-types/connector.d.ts +34 -0
  716. package/node_modules/undici-types/content-type.d.ts +21 -0
  717. package/node_modules/undici-types/cookies.d.ts +28 -0
  718. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  719. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  720. package/node_modules/undici-types/errors.d.ts +128 -0
  721. package/node_modules/undici-types/fetch.d.ts +209 -0
  722. package/node_modules/undici-types/file.d.ts +39 -0
  723. package/node_modules/undici-types/filereader.d.ts +54 -0
  724. package/node_modules/undici-types/formdata.d.ts +108 -0
  725. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  726. package/node_modules/undici-types/global-origin.d.ts +7 -0
  727. package/node_modules/undici-types/handlers.d.ts +9 -0
  728. package/node_modules/undici-types/header.d.ts +4 -0
  729. package/node_modules/undici-types/index.d.ts +63 -0
  730. package/node_modules/undici-types/interceptors.d.ts +5 -0
  731. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  732. package/node_modules/undici-types/mock-client.d.ts +25 -0
  733. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  734. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  735. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  736. package/node_modules/undici-types/package.json +55 -0
  737. package/node_modules/undici-types/patch.d.ts +71 -0
  738. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  739. package/node_modules/undici-types/pool.d.ts +28 -0
  740. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  741. package/node_modules/undici-types/readable.d.ts +61 -0
  742. package/node_modules/undici-types/webidl.d.ts +220 -0
  743. package/node_modules/undici-types/websocket.d.ts +131 -0
  744. package/package.json +27 -31
  745. package/node_modules/combined-stream/yarn.lock +0 -17
  746. /package/node_modules/{retry → p-retry/node_modules/retry}/License +0 -0
  747. /package/node_modules/{retry → p-retry/node_modules/retry}/README.md +0 -0
  748. /package/node_modules/{retry → p-retry/node_modules/retry}/example/dns.js +0 -0
  749. /package/node_modules/{retry → p-retry/node_modules/retry}/example/stop.js +0 -0
  750. /package/node_modules/{retry → p-retry/node_modules/retry}/index.js +0 -0
  751. /package/node_modules/{retry → p-retry/node_modules/retry}/lib/retry.js +0 -0
  752. /package/node_modules/{retry → p-retry/node_modules/retry}/lib/retry_operation.js +0 -0
  753. /package/node_modules/{retry → p-retry/node_modules/retry}/package.json +0 -0
@@ -20,9 +20,9 @@ interface ErrorConstructor {
20
20
  ------------------------------------------------*/
21
21
 
22
22
  // For backwards compability
23
- interface NodeRequire extends NodeJS.Require { }
24
- interface RequireResolve extends NodeJS.RequireResolve { }
25
- interface NodeModule extends NodeJS.Module { }
23
+ interface NodeRequire extends NodeJS.Require {}
24
+ interface RequireResolve extends NodeJS.RequireResolve {}
25
+ interface NodeModule extends NodeJS.Module {}
26
26
 
27
27
  declare var process: NodeJS.Process;
28
28
  declare var console: Console;
@@ -41,7 +41,7 @@ declare var exports: any;
41
41
  */
42
42
  declare var gc: undefined | (() => void);
43
43
 
44
- //#region borrowed
44
+ // #region borrowed
45
45
  // from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib
46
46
  /** A controller object that allows you to abort one or more DOM requests as and when desired. */
47
47
  interface AbortController {
@@ -67,24 +67,22 @@ interface AbortSignal extends EventTarget {
67
67
  throwIfAborted(): void;
68
68
  }
69
69
 
70
- declare var AbortController: typeof globalThis extends {onmessage: any; AbortController: infer T}
71
- ? T
70
+ declare var AbortController: typeof globalThis extends { onmessage: any; AbortController: infer T } ? T
72
71
  : {
73
72
  prototype: AbortController;
74
73
  new(): AbortController;
75
74
  };
76
75
 
77
- declare var AbortSignal: typeof globalThis extends {onmessage: any; AbortSignal: infer T}
78
- ? T
76
+ declare var AbortSignal: typeof globalThis extends { onmessage: any; AbortSignal: infer T } ? T
79
77
  : {
80
78
  prototype: AbortSignal;
81
79
  new(): AbortSignal;
82
80
  abort(reason?: any): AbortSignal;
83
81
  timeout(milliseconds: number): AbortSignal;
84
82
  };
85
- //#endregion borrowed
83
+ // #endregion borrowed
86
84
 
87
- //#region Disposable
85
+ // #region Disposable
88
86
  interface SymbolConstructor {
89
87
  /**
90
88
  * A method that is used to release resources held by an object. Called by the semantics of the `using` statement.
@@ -104,9 +102,9 @@ interface Disposable {
104
102
  interface AsyncDisposable {
105
103
  [Symbol.asyncDispose](): PromiseLike<void>;
106
104
  }
107
- //#endregion Disposable
105
+ // #endregion Disposable
108
106
 
109
- //#region ArrayLike.at()
107
+ // #region ArrayLike.at()
110
108
  interface RelativeIndexable<T> {
111
109
  /**
112
110
  * Takes an integer value and returns the item at that index,
@@ -129,7 +127,7 @@ interface Float32Array extends RelativeIndexable<number> {}
129
127
  interface Float64Array extends RelativeIndexable<number> {}
130
128
  interface BigInt64Array extends RelativeIndexable<bigint> {}
131
129
  interface BigUint64Array extends RelativeIndexable<bigint> {}
132
- //#endregion ArrayLike.at() end
130
+ // #endregion ArrayLike.at() end
133
131
 
134
132
  /**
135
133
  * @since v17.0.0
@@ -138,7 +136,7 @@ interface BigUint64Array extends RelativeIndexable<bigint> {}
138
136
  */
139
137
  declare function structuredClone<T>(
140
138
  value: T,
141
- transfer?: { transfer: ReadonlyArray<import('worker_threads').TransferListItem> },
139
+ transfer?: { transfer: ReadonlyArray<import("worker_threads").TransferListItem> },
142
140
  ): T;
143
141
 
144
142
  /*----------------------------------------------*
@@ -235,7 +233,7 @@ declare namespace NodeJS {
235
233
  pause(): this;
236
234
  resume(): this;
237
235
  isPaused(): boolean;
238
- pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T;
236
+ pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined }): T;
239
237
  unpipe(destination?: WritableStream): this;
240
238
  unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void;
241
239
  wrap(oldStream: ReadableStream): this;
@@ -251,7 +249,7 @@ declare namespace NodeJS {
251
249
  end(str: string, encoding?: BufferEncoding, cb?: () => void): this;
252
250
  }
253
251
 
254
- interface ReadWriteStream extends ReadableStream, WritableStream { }
252
+ interface ReadWriteStream extends ReadableStream, WritableStream {}
255
253
 
256
254
  interface RefCounted {
257
255
  ref(): this;
@@ -284,14 +282,14 @@ declare namespace NodeJS {
284
282
  }
285
283
 
286
284
  interface RequireResolve {
287
- (id: string, options?: { paths?: string[] | undefined; }): string;
285
+ (id: string, options?: { paths?: string[] | undefined }): string;
288
286
  paths(request: string): string[] | null;
289
287
  }
290
288
 
291
289
  interface RequireExtensions extends Dict<(m: Module, filename: string) => any> {
292
- '.js': (m: Module, filename: string) => any;
293
- '.json': (m: Module, filename: string) => any;
294
- '.node': (m: Module, filename: string) => any;
290
+ ".js": (m: Module, filename: string) => any;
291
+ ".json": (m: Module, filename: string) => any;
292
+ ".node": (m: Module, filename: string) => any;
295
293
  }
296
294
  interface Module {
297
295
  /**
@@ -322,4 +320,62 @@ declare namespace NodeJS {
322
320
  interface ReadOnlyDict<T> {
323
321
  readonly [key: string]: T | undefined;
324
322
  }
323
+
324
+ namespace fetch {
325
+ type _Request = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Request;
326
+ type _Response = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Response;
327
+ type _FormData = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").FormData;
328
+ type _Headers = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Headers;
329
+ type _RequestInit = typeof globalThis extends { onmessage: any } ? {}
330
+ : import("undici-types").RequestInit;
331
+ type Request = globalThis.Request;
332
+ type Response = globalThis.Response;
333
+ type Headers = globalThis.Headers;
334
+ type FormData = globalThis.FormData;
335
+ type RequestInit = globalThis.RequestInit;
336
+ type RequestInfo = import("undici-types").RequestInfo;
337
+ type HeadersInit = import("undici-types").HeadersInit;
338
+ type BodyInit = import("undici-types").BodyInit;
339
+ type RequestRedirect = import("undici-types").RequestRedirect;
340
+ type RequestCredentials = import("undici-types").RequestCredentials;
341
+ type RequestMode = import("undici-types").RequestMode;
342
+ type ReferrerPolicy = import("undici-types").ReferrerPolicy;
343
+ type Dispatcher = import("undici-types").Dispatcher;
344
+ type RequestDuplex = import("undici-types").RequestDuplex;
345
+ }
325
346
  }
347
+
348
+ interface RequestInit extends NodeJS.fetch._RequestInit {}
349
+
350
+ declare function fetch(
351
+ input: NodeJS.fetch.RequestInfo,
352
+ init?: RequestInit,
353
+ ): Promise<Response>;
354
+
355
+ interface Request extends NodeJS.fetch._Request {}
356
+ declare var Request: typeof globalThis extends {
357
+ onmessage: any;
358
+ Request: infer T;
359
+ } ? T
360
+ : typeof import("undici-types").Request;
361
+
362
+ interface Response extends NodeJS.fetch._Response {}
363
+ declare var Response: typeof globalThis extends {
364
+ onmessage: any;
365
+ Response: infer T;
366
+ } ? T
367
+ : typeof import("undici-types").Response;
368
+
369
+ interface FormData extends NodeJS.fetch._FormData {}
370
+ declare var FormData: typeof globalThis extends {
371
+ onmessage: any;
372
+ FormData: infer T;
373
+ } ? T
374
+ : typeof import("undici-types").FormData;
375
+
376
+ interface Headers extends NodeJS.fetch._Headers {}
377
+ declare var Headers: typeof globalThis extends {
378
+ onmessage: any;
379
+ Headers: infer T;
380
+ } ? T
381
+ : typeof import("undici-types").Headers;