cloudstructs 0.1.37 → 0.1.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 (396) hide show
  1. package/.jsii +3 -3
  2. package/lib/codecommit-mirror/index.js +2 -2
  3. package/lib/ecs-service-roller/index.js +2 -2
  4. package/lib/email-receiver/receiver.js +1 -1
  5. package/lib/saml-identity-provider/index.js +2 -2
  6. package/lib/slack-events/index.js +1 -1
  7. package/lib/slack-textract/index.js +1 -1
  8. package/lib/state-machine-cr-provider/index.js +1 -1
  9. package/lib/static-website/index.js +1 -1
  10. package/lib/url-shortener/index.handler.js +2 -1
  11. package/lib/url-shortener/index.js +1 -1
  12. package/node_modules/@sindresorhus/is/dist/index.d.ts +9 -4
  13. package/node_modules/@sindresorhus/is/dist/index.js +9 -0
  14. package/node_modules/@sindresorhus/is/package.json +1 -1
  15. package/node_modules/@sindresorhus/is/readme.md +26 -0
  16. package/node_modules/@slack/logger/node_modules/@types/node/README.md +3 -3
  17. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +3 -4
  18. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +823 -40
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +359 -90
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1895 -113
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1070 -240
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +331 -104
  23. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +310 -37
  24. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +3 -3
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +2406 -742
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +458 -58
  27. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +292 -36
  29. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +414 -97
  30. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +153 -9
  31. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +560 -35
  32. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +735 -279
  33. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +2351 -870
  34. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +24 -14
  35. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1020 -98
  36. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1586 -466
  37. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +366 -15
  38. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +87 -13
  39. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +577 -562
  40. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +53 -12
  41. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +558 -143
  42. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +236 -26
  43. package/node_modules/@slack/logger/node_modules/@types/node/package.json +18 -15
  44. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +9 -5
  45. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +290 -92
  46. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1170 -156
  47. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +64 -26
  48. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +107 -8
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +426 -80
  50. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +138 -113
  51. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +24 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +15 -44
  53. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -0
  54. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +979 -226
  55. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +57 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +53 -10
  57. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +32 -39
  58. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +449 -227
  59. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +107 -11
  60. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +160 -24
  61. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +703 -32
  62. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1375 -76
  63. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +255 -79
  64. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +384 -33
  65. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +92 -24
  66. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +501 -138
  67. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +216 -64
  68. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +3 -3
  69. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +3 -4
  70. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +823 -40
  71. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +359 -90
  72. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1895 -113
  73. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1070 -240
  74. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +331 -104
  75. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +310 -37
  76. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +3 -3
  77. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2406 -742
  78. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +458 -58
  79. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  80. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +292 -36
  81. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +414 -97
  82. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +153 -9
  83. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +560 -35
  84. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +735 -279
  85. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +2351 -870
  86. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +24 -14
  87. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1020 -98
  88. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1586 -466
  89. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +366 -15
  90. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +87 -13
  91. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +577 -562
  92. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +53 -12
  93. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +558 -143
  94. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +236 -26
  95. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +18 -15
  96. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +9 -5
  97. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +290 -92
  98. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1170 -156
  99. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +64 -26
  100. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +107 -8
  101. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +426 -80
  102. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +138 -113
  103. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +24 -0
  104. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +15 -44
  105. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -0
  106. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +979 -226
  107. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +57 -1
  108. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +53 -10
  109. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +32 -39
  110. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +449 -227
  111. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +107 -11
  112. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +160 -24
  113. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +703 -32
  114. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +1375 -76
  115. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +255 -79
  116. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +384 -33
  117. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +92 -24
  118. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +501 -138
  119. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +216 -64
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +3 -3
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +3 -4
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +823 -40
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +359 -90
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1895 -113
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1070 -240
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +331 -104
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +310 -37
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +3 -3
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +2406 -742
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +458 -58
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +292 -36
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +414 -97
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +153 -9
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +560 -35
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +735 -279
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +2351 -870
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +24 -14
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1020 -98
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1586 -466
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +366 -15
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +87 -13
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +577 -562
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +53 -12
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +558 -143
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +236 -26
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +18 -15
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +9 -5
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +290 -92
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1170 -156
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +64 -26
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +107 -8
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +426 -80
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +138 -113
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +24 -0
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +15 -44
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -0
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +979 -226
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +57 -1
  160. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +53 -10
  161. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +32 -39
  162. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +449 -227
  163. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +107 -11
  164. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +160 -24
  165. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +703 -32
  166. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +1375 -76
  167. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +255 -79
  168. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +384 -33
  169. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +92 -24
  170. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +501 -138
  171. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +216 -64
  172. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +3 -3
  173. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +3 -4
  174. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +823 -40
  175. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +359 -90
  176. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +1895 -113
  177. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +1070 -240
  178. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +331 -104
  179. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +310 -37
  180. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +3 -3
  181. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +2406 -742
  182. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +458 -58
  183. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  184. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +292 -36
  185. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +414 -97
  186. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +153 -9
  187. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +560 -35
  188. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +735 -279
  189. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +2351 -870
  190. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +24 -14
  191. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +1020 -98
  192. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1586 -466
  193. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +366 -15
  194. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +87 -13
  195. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +577 -562
  196. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +53 -12
  197. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +558 -143
  198. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +236 -26
  199. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +18 -15
  200. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +9 -5
  201. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +290 -92
  202. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +1170 -156
  203. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +64 -26
  204. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +107 -8
  205. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +426 -80
  206. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +138 -113
  207. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +24 -0
  208. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +15 -44
  209. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +6 -0
  210. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +979 -226
  211. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +57 -1
  212. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +53 -10
  213. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +32 -39
  214. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +449 -227
  215. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +107 -11
  216. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +160 -24
  217. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +703 -32
  218. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +1375 -76
  219. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +255 -79
  220. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +384 -33
  221. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +92 -24
  222. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +501 -138
  223. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +216 -64
  224. package/node_modules/@types/keyv/README.md +1 -1
  225. package/node_modules/@types/keyv/index.d.ts +10 -3
  226. package/node_modules/@types/keyv/node_modules/@types/node/README.md +3 -3
  227. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +3 -4
  228. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +823 -40
  229. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +359 -90
  230. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1895 -113
  231. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1070 -240
  232. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +331 -104
  233. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +310 -37
  234. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +3 -3
  235. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +2406 -742
  236. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +458 -58
  237. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  238. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +292 -36
  239. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +414 -97
  240. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +153 -9
  241. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +560 -35
  242. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +735 -279
  243. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +2351 -870
  244. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +24 -14
  245. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1020 -98
  246. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1586 -466
  247. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +366 -15
  248. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +87 -13
  249. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +577 -562
  250. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +53 -12
  251. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +558 -143
  252. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +236 -26
  253. package/node_modules/@types/keyv/node_modules/@types/node/package.json +18 -15
  254. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +9 -5
  255. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +290 -92
  256. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1170 -156
  257. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +64 -26
  258. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +107 -8
  259. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +426 -80
  260. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +138 -113
  261. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +24 -0
  262. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +15 -44
  263. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -0
  264. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +979 -226
  265. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +57 -1
  266. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +53 -10
  267. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +32 -39
  268. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +449 -227
  269. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +107 -11
  270. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +160 -24
  271. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +703 -32
  272. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +1375 -76
  273. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +255 -79
  274. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +384 -33
  275. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +92 -24
  276. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +501 -138
  277. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +216 -64
  278. package/node_modules/@types/keyv/package.json +3 -3
  279. package/node_modules/@types/responselike/node_modules/@types/node/README.md +3 -3
  280. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +3 -4
  281. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +823 -40
  282. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +359 -90
  283. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1895 -113
  284. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1070 -240
  285. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +331 -104
  286. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +310 -37
  287. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +3 -3
  288. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +2406 -742
  289. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +458 -58
  290. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +128 -0
  291. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +292 -36
  292. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +414 -97
  293. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +153 -9
  294. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +560 -35
  295. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +735 -279
  296. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +2351 -870
  297. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +24 -14
  298. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1020 -98
  299. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1586 -466
  300. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +366 -15
  301. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +87 -13
  302. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +577 -562
  303. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +53 -12
  304. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +558 -143
  305. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +236 -26
  306. package/node_modules/@types/responselike/node_modules/@types/node/package.json +18 -15
  307. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +9 -5
  308. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +290 -92
  309. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1170 -156
  310. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +64 -26
  311. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +107 -8
  312. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +426 -80
  313. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +138 -113
  314. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +24 -0
  315. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +15 -44
  316. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -0
  317. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +979 -226
  318. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +57 -1
  319. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +53 -10
  320. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +32 -39
  321. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +449 -227
  322. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +107 -11
  323. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +160 -24
  324. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +703 -32
  325. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +1375 -76
  326. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +255 -79
  327. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +384 -33
  328. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +92 -24
  329. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +501 -138
  330. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +216 -64
  331. package/node_modules/axios/CHANGELOG.md +98 -8
  332. package/node_modules/axios/README.md +74 -6
  333. package/node_modules/axios/SECURITY.md +5 -0
  334. package/node_modules/axios/dist/axios.js +2028 -1591
  335. package/node_modules/axios/dist/axios.map +1 -1
  336. package/node_modules/axios/dist/axios.min.js +2 -2
  337. package/node_modules/axios/dist/axios.min.map +1 -1
  338. package/node_modules/axios/index.d.ts +8 -1
  339. package/node_modules/axios/lib/adapters/http.js +33 -5
  340. package/node_modules/axios/lib/adapters/xhr.js +35 -25
  341. package/node_modules/axios/lib/core/Axios.js +60 -7
  342. package/node_modules/axios/lib/core/InterceptorManager.js +4 -2
  343. package/node_modules/axios/lib/core/README.md +1 -0
  344. package/node_modules/axios/lib/core/dispatchRequest.js +6 -3
  345. package/node_modules/axios/lib/core/transformData.js +3 -1
  346. package/node_modules/axios/lib/defaults.js +43 -7
  347. package/node_modules/axios/lib/helpers/validator.js +105 -0
  348. package/node_modules/axios/lib/utils.js +1 -3
  349. package/node_modules/axios/package.json +19 -21
  350. package/node_modules/follow-redirects/debug.js +2 -1
  351. package/node_modules/follow-redirects/index.js +14 -7
  352. package/node_modules/follow-redirects/package.json +1 -1
  353. package/node_modules/mime-db/HISTORY.md +6 -0
  354. package/node_modules/mime-db/db.json +39 -1
  355. package/node_modules/mime-db/package.json +4 -4
  356. package/node_modules/mime-types/HISTORY.md +7 -0
  357. package/node_modules/mime-types/package.json +4 -4
  358. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.d.ts +0 -0
  359. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/index.js +0 -0
  360. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/license +0 -0
  361. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/package.json +0 -0
  362. package/node_modules/{http2-wrapper/node_modules/quick-lru → quick-lru}/readme.md +0 -0
  363. package/node_modules/resolve-alpn/README.md +8 -1
  364. package/node_modules/resolve-alpn/index.js +14 -4
  365. package/node_modules/resolve-alpn/package.json +1 -1
  366. package/package.json +15 -15
  367. package/node_modules/@slack/logger/node_modules/@types/node/base.d.ts +0 -19
  368. package/node_modules/@slack/logger/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  369. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  370. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  371. package/node_modules/@slack/logger/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  372. package/node_modules/@slack/web-api/node_modules/@types/node/base.d.ts +0 -19
  373. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  374. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  375. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  376. package/node_modules/@slack/web-api/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  377. package/node_modules/@types/cacheable-request/node_modules/@types/node/base.d.ts +0 -19
  378. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  379. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  380. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  381. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  382. package/node_modules/@types/is-stream/node_modules/@types/node/base.d.ts +0 -19
  383. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  384. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  385. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  386. package/node_modules/@types/is-stream/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  387. package/node_modules/@types/keyv/node_modules/@types/node/base.d.ts +0 -19
  388. package/node_modules/@types/keyv/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  389. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  390. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  391. package/node_modules/@types/keyv/node_modules/@types/node/ts3.6/index.d.ts +0 -7
  392. package/node_modules/@types/responselike/node_modules/@types/node/base.d.ts +0 -19
  393. package/node_modules/@types/responselike/node_modules/@types/node/diagnostic_channel.d.ts +0 -38
  394. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/assert.d.ts +0 -98
  395. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/base.d.ts +0 -67
  396. package/node_modules/@types/responselike/node_modules/@types/node/ts3.6/index.d.ts +0 -7
@@ -1,24 +1,47 @@
1
+ /**
2
+ * The `dgram` module provides an implementation of UDP datagram sockets.
3
+ *
4
+ * ```js
5
+ * import dgram from 'dgram';
6
+ *
7
+ * const server = dgram.createSocket('udp4');
8
+ *
9
+ * server.on('error', (err) => {
10
+ * console.log(`server error:\n${err.stack}`);
11
+ * server.close();
12
+ * });
13
+ *
14
+ * server.on('message', (msg, rinfo) => {
15
+ * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
16
+ * });
17
+ *
18
+ * server.on('listening', () => {
19
+ * const address = server.address();
20
+ * console.log(`server listening ${address.address}:${address.port}`);
21
+ * });
22
+ *
23
+ * server.bind(41234);
24
+ * // Prints: server listening 0.0.0.0:41234
25
+ * ```
26
+ * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/dgram.js)
27
+ */
1
28
  declare module 'dgram' {
2
- import { AddressInfo } from 'net';
3
- import * as dns from 'dns';
4
- import { EventEmitter, Abortable } from 'events';
5
-
29
+ import { AddressInfo } from 'node:net';
30
+ import * as dns from 'node:dns';
31
+ import { EventEmitter, Abortable } from 'node:events';
6
32
  interface RemoteInfo {
7
33
  address: string;
8
34
  family: 'IPv4' | 'IPv6';
9
35
  port: number;
10
36
  size: number;
11
37
  }
12
-
13
38
  interface BindOptions {
14
39
  port?: number | undefined;
15
40
  address?: string | undefined;
16
41
  exclusive?: boolean | undefined;
17
42
  fd?: number | undefined;
18
43
  }
19
-
20
- type SocketType = "udp4" | "udp6";
21
-
44
+ type SocketType = 'udp4' | 'udp6';
22
45
  interface SocketOptions extends Abortable {
23
46
  type: SocketType;
24
47
  reuseAddr?: boolean | undefined;
@@ -30,64 +53,447 @@ declare module 'dgram' {
30
53
  sendBufferSize?: number | undefined;
31
54
  lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined;
32
55
  }
33
-
56
+ /**
57
+ * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram
58
+ * messages. When `address` and `port` are not passed to `socket.bind()` the
59
+ * method will bind the socket to the "all interfaces" address on a random port
60
+ * (it does the right thing for both `udp4` and `udp6` sockets). The bound address
61
+ * and port can be retrieved using `socket.address().address` and `socket.address().port`.
62
+ *
63
+ * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.close()` on the socket:
64
+ *
65
+ * ```js
66
+ * const controller = new AbortController();
67
+ * const { signal } = controller;
68
+ * const server = dgram.createSocket({ type: 'udp4', signal });
69
+ * server.on('message', (msg, rinfo) => {
70
+ * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
71
+ * });
72
+ * // Later, when you want to close the server.
73
+ * controller.abort();
74
+ * ```
75
+ * @since v0.11.13
76
+ * @param options Available options are:
77
+ * @param callback Attached as a listener for `'message'` events. Optional.
78
+ */
34
79
  function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket;
35
80
  function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket;
36
-
81
+ /**
82
+ * Encapsulates the datagram functionality.
83
+ *
84
+ * New instances of `dgram.Socket` are created using {@link createSocket}.
85
+ * The `new` keyword is not to be used to create `dgram.Socket` instances.
86
+ * @since v0.1.99
87
+ */
37
88
  class Socket extends EventEmitter {
89
+ /**
90
+ * Tells the kernel to join a multicast group at the given `multicastAddress` and`multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the`multicastInterface` argument is not
91
+ * specified, the operating system will choose
92
+ * one interface and will add membership to it. To add membership to every
93
+ * available interface, call `addMembership` multiple times, once per interface.
94
+ *
95
+ * When called on an unbound socket, this method will implicitly bind to a random
96
+ * port, listening on all interfaces.
97
+ *
98
+ * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur:
99
+ *
100
+ * ```js
101
+ * import cluster from 'cluster';
102
+ * import dgram from 'dgram';
103
+ *
104
+ * if (cluster.isPrimary) {
105
+ * cluster.fork(); // Works ok.
106
+ * cluster.fork(); // Fails with EADDRINUSE.
107
+ * } else {
108
+ * const s = dgram.createSocket('udp4');
109
+ * s.bind(1234, () => {
110
+ * s.addMembership('224.0.0.114');
111
+ * });
112
+ * }
113
+ * ```
114
+ * @since v0.6.9
115
+ */
38
116
  addMembership(multicastAddress: string, multicastInterface?: string): void;
117
+ /**
118
+ * Returns an object containing the address information for a socket.
119
+ * For UDP sockets, this object will contain `address`, `family` and `port`properties.
120
+ *
121
+ * This method throws `EBADF` if called on an unbound socket.
122
+ * @since v0.1.99
123
+ */
39
124
  address(): AddressInfo;
125
+ /**
126
+ * For UDP sockets, causes the `dgram.Socket` to listen for datagram
127
+ * messages on a named `port` and optional `address`. If `port` is not
128
+ * specified or is `0`, the operating system will attempt to bind to a
129
+ * random port. If `address` is not specified, the operating system will
130
+ * attempt to listen on all addresses. Once binding is complete, a`'listening'` event is emitted and the optional `callback` function is
131
+ * called.
132
+ *
133
+ * Specifying both a `'listening'` event listener and passing a`callback` to the `socket.bind()` method is not harmful but not very
134
+ * useful.
135
+ *
136
+ * A bound datagram socket keeps the Node.js process running to receive
137
+ * datagram messages.
138
+ *
139
+ * If binding fails, an `'error'` event is generated. In rare case (e.g.
140
+ * attempting to bind with a closed socket), an `Error` may be thrown.
141
+ *
142
+ * Example of a UDP server listening on port 41234:
143
+ *
144
+ * ```js
145
+ * import dgram from 'dgram';
146
+ *
147
+ * const server = dgram.createSocket('udp4');
148
+ *
149
+ * server.on('error', (err) => {
150
+ * console.log(`server error:\n${err.stack}`);
151
+ * server.close();
152
+ * });
153
+ *
154
+ * server.on('message', (msg, rinfo) => {
155
+ * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
156
+ * });
157
+ *
158
+ * server.on('listening', () => {
159
+ * const address = server.address();
160
+ * console.log(`server listening ${address.address}:${address.port}`);
161
+ * });
162
+ *
163
+ * server.bind(41234);
164
+ * // Prints: server listening 0.0.0.0:41234
165
+ * ```
166
+ * @since v0.1.99
167
+ * @param callback with no parameters. Called when binding is complete.
168
+ */
40
169
  bind(port?: number, address?: string, callback?: () => void): void;
41
170
  bind(port?: number, callback?: () => void): void;
42
171
  bind(callback?: () => void): void;
43
172
  bind(options: BindOptions, callback?: () => void): void;
173
+ /**
174
+ * Close the underlying socket and stop listening for data on it. If a callback is
175
+ * provided, it is added as a listener for the `'close'` event.
176
+ * @since v0.1.99
177
+ * @param callback Called when the socket has been closed.
178
+ */
44
179
  close(callback?: () => void): void;
180
+ /**
181
+ * Associates the `dgram.Socket` to a remote address and port. Every
182
+ * message sent by this handle is automatically sent to that destination. Also,
183
+ * the socket will only receive messages from that remote peer.
184
+ * Trying to call `connect()` on an already connected socket will result
185
+ * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not
186
+ * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets)
187
+ * will be used by default. Once the connection is complete, a `'connect'` event
188
+ * is emitted and the optional `callback` function is called. In case of failure,
189
+ * the `callback` is called or, failing this, an `'error'` event is emitted.
190
+ * @since v12.0.0
191
+ * @param callback Called when the connection is completed or on error.
192
+ */
45
193
  connect(port: number, address?: string, callback?: () => void): void;
46
194
  connect(port: number, callback: () => void): void;
195
+ /**
196
+ * A synchronous function that disassociates a connected `dgram.Socket` from
197
+ * its remote address. Trying to call `disconnect()` on an unbound or already
198
+ * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception.
199
+ * @since v12.0.0
200
+ */
47
201
  disconnect(): void;
202
+ /**
203
+ * Instructs the kernel to leave a multicast group at `multicastAddress` using the`IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the
204
+ * kernel when the socket is closed or the process terminates, so most apps will
205
+ * never have reason to call this.
206
+ *
207
+ * If `multicastInterface` is not specified, the operating system will attempt to
208
+ * drop membership on all valid interfaces.
209
+ * @since v0.6.9
210
+ */
48
211
  dropMembership(multicastAddress: string, multicastInterface?: string): void;
212
+ /**
213
+ * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket.
214
+ * @since v8.7.0
215
+ * @return the `SO_RCVBUF` socket receive buffer size in bytes.
216
+ */
49
217
  getRecvBufferSize(): number;
218
+ /**
219
+ * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket.
220
+ * @since v8.7.0
221
+ * @return the `SO_SNDBUF` socket send buffer size in bytes.
222
+ */
50
223
  getSendBufferSize(): number;
224
+ /**
225
+ * By default, binding a socket will cause it to block the Node.js process from
226
+ * exiting as long as the socket is open. The `socket.unref()` method can be used
227
+ * to exclude the socket from the reference counting that keeps the Node.js
228
+ * process active. The `socket.ref()` method adds the socket back to the reference
229
+ * counting and restores the default behavior.
230
+ *
231
+ * Calling `socket.ref()` multiples times will have no additional effect.
232
+ *
233
+ * The `socket.ref()` method returns a reference to the socket so calls can be
234
+ * chained.
235
+ * @since v0.9.1
236
+ */
51
237
  ref(): this;
238
+ /**
239
+ * Returns an object containing the `address`, `family`, and `port` of the remote
240
+ * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception
241
+ * if the socket is not connected.
242
+ * @since v12.0.0
243
+ */
52
244
  remoteAddress(): AddressInfo;
245
+ /**
246
+ * Broadcasts a datagram on the socket.
247
+ * For connectionless sockets, the destination `port` and `address` must be
248
+ * specified. Connected sockets, on the other hand, will use their associated
249
+ * remote endpoint, so the `port` and `address` arguments must not be set.
250
+ *
251
+ * The `msg` argument contains the message to be sent.
252
+ * Depending on its type, different behavior can apply. If `msg` is a `Buffer`,
253
+ * any `TypedArray` or a `DataView`,
254
+ * the `offset` and `length` specify the offset within the `Buffer` where the
255
+ * message begins and the number of bytes in the message, respectively.
256
+ * If `msg` is a `String`, then it is automatically converted to a `Buffer`with `'utf8'` encoding. With messages that
257
+ * contain multi-byte characters, `offset` and `length` will be calculated with
258
+ * respect to `byte length` and not the character position.
259
+ * If `msg` is an array, `offset` and `length` must not be specified.
260
+ *
261
+ * The `address` argument is a string. If the value of `address` is a host name,
262
+ * DNS will be used to resolve the address of the host. If `address` is not
263
+ * provided or otherwise falsy, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default.
264
+ *
265
+ * If the socket has not been previously bound with a call to `bind`, the socket
266
+ * is assigned a random port number and is bound to the "all interfaces" address
267
+ * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.)
268
+ *
269
+ * An optional `callback` function may be specified to as a way of reporting
270
+ * DNS errors or for determining when it is safe to reuse the `buf` object.
271
+ * DNS lookups delay the time to send for at least one tick of the
272
+ * Node.js event loop.
273
+ *
274
+ * The only way to know for sure that the datagram has been sent is by using a`callback`. If an error occurs and a `callback` is given, the error will be
275
+ * passed as the first argument to the `callback`. If a `callback` is not given,
276
+ * the error is emitted as an `'error'` event on the `socket` object.
277
+ *
278
+ * Offset and length are optional but both _must_ be set if either are used.
279
+ * They are supported only when the first argument is a `Buffer`, a `TypedArray`,
280
+ * or a `DataView`.
281
+ *
282
+ * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket.
283
+ *
284
+ * Example of sending a UDP packet to a port on `localhost`;
285
+ *
286
+ * ```js
287
+ * import dgram from 'dgram';
288
+ * import { Buffer } from 'buffer';
289
+ *
290
+ * const message = Buffer.from('Some bytes');
291
+ * const client = dgram.createSocket('udp4');
292
+ * client.send(message, 41234, 'localhost', (err) => {
293
+ * client.close();
294
+ * });
295
+ * ```
296
+ *
297
+ * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`;
298
+ *
299
+ * ```js
300
+ * import dgram from 'dgram';
301
+ * import { Buffer } from 'buffer';
302
+ *
303
+ * const buf1 = Buffer.from('Some ');
304
+ * const buf2 = Buffer.from('bytes');
305
+ * const client = dgram.createSocket('udp4');
306
+ * client.send([buf1, buf2], 41234, (err) => {
307
+ * client.close();
308
+ * });
309
+ * ```
310
+ *
311
+ * Sending multiple buffers might be faster or slower depending on the
312
+ * application and operating system. Run benchmarks to
313
+ * determine the optimal strategy on a case-by-case basis. Generally speaking,
314
+ * however, sending multiple buffers is faster.
315
+ *
316
+ * Example of sending a UDP packet using a socket connected to a port on`localhost`:
317
+ *
318
+ * ```js
319
+ * import dgram from 'dgram';
320
+ * import { Buffer } from 'buffer';
321
+ *
322
+ * const message = Buffer.from('Some bytes');
323
+ * const client = dgram.createSocket('udp4');
324
+ * client.connect(41234, 'localhost', (err) => {
325
+ * client.send(message, (err) => {
326
+ * client.close();
327
+ * });
328
+ * });
329
+ * ```
330
+ * @since v0.1.99
331
+ * @param msg Message to be sent.
332
+ * @param offset Offset in the buffer where the message starts.
333
+ * @param length Number of bytes in the message.
334
+ * @param port Destination port.
335
+ * @param address Destination host name or IP address.
336
+ * @param callback Called when the message has been sent.
337
+ */
53
338
  send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void;
54
339
  send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, callback?: (error: Error | null, bytes: number) => void): void;
55
340
  send(msg: string | Uint8Array | ReadonlyArray<any>, callback?: (error: Error | null, bytes: number) => void): void;
56
341
  send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void;
57
342
  send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void;
58
343
  send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void;
344
+ /**
345
+ * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP
346
+ * packets may be sent to a local interface's broadcast address.
347
+ *
348
+ * This method throws `EBADF` if called on an unbound socket.
349
+ * @since v0.6.9
350
+ */
59
351
  setBroadcast(flag: boolean): void;
352
+ /**
353
+ * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC
354
+ * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_
355
+ * _with a scope index is written as `'IP%scope'` where scope is an interface name_
356
+ * _or interface number._
357
+ *
358
+ * Sets the default outgoing multicast interface of the socket to a chosen
359
+ * interface or back to system interface selection. The `multicastInterface` must
360
+ * be a valid string representation of an IP from the socket's family.
361
+ *
362
+ * For IPv4 sockets, this should be the IP configured for the desired physical
363
+ * interface. All packets sent to multicast on the socket will be sent on the
364
+ * interface determined by the most recent successful use of this call.
365
+ *
366
+ * For IPv6 sockets, `multicastInterface` should include a scope to indicate the
367
+ * interface as in the examples that follow. In IPv6, individual `send` calls can
368
+ * also use explicit scope in addresses, so only packets sent to a multicast
369
+ * address without specifying an explicit scope are affected by the most recent
370
+ * successful use of this call.
371
+ *
372
+ * This method throws `EBADF` if called on an unbound socket.
373
+ *
374
+ * #### Example: IPv6 outgoing multicast interface
375
+ *
376
+ * On most systems, where scope format uses the interface name:
377
+ *
378
+ * ```js
379
+ * const socket = dgram.createSocket('udp6');
380
+ *
381
+ * socket.bind(1234, () => {
382
+ * socket.setMulticastInterface('::%eth1');
383
+ * });
384
+ * ```
385
+ *
386
+ * On Windows, where scope format uses an interface number:
387
+ *
388
+ * ```js
389
+ * const socket = dgram.createSocket('udp6');
390
+ *
391
+ * socket.bind(1234, () => {
392
+ * socket.setMulticastInterface('::%2');
393
+ * });
394
+ * ```
395
+ *
396
+ * #### Example: IPv4 outgoing multicast interface
397
+ *
398
+ * All systems use an IP of the host on the desired physical interface:
399
+ *
400
+ * ```js
401
+ * const socket = dgram.createSocket('udp4');
402
+ *
403
+ * socket.bind(1234, () => {
404
+ * socket.setMulticastInterface('10.0.0.2');
405
+ * });
406
+ * ```
407
+ * @since v8.6.0
408
+ */
60
409
  setMulticastInterface(multicastInterface: string): void;
410
+ /**
411
+ * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`,
412
+ * multicast packets will also be received on the local interface.
413
+ *
414
+ * This method throws `EBADF` if called on an unbound socket.
415
+ * @since v0.3.8
416
+ */
61
417
  setMulticastLoopback(flag: boolean): void;
418
+ /**
419
+ * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for
420
+ * "Time to Live", in this context it specifies the number of IP hops that a
421
+ * packet is allowed to travel through, specifically for multicast traffic. Each
422
+ * router or gateway that forwards a packet decrements the TTL. If the TTL is
423
+ * decremented to 0 by a router, it will not be forwarded.
424
+ *
425
+ * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`.
426
+ *
427
+ * This method throws `EBADF` if called on an unbound socket.
428
+ * @since v0.3.8
429
+ */
62
430
  setMulticastTTL(ttl: number): void;
431
+ /**
432
+ * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer
433
+ * in bytes.
434
+ *
435
+ * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket.
436
+ * @since v8.7.0
437
+ */
63
438
  setRecvBufferSize(size: number): void;
439
+ /**
440
+ * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer
441
+ * in bytes.
442
+ *
443
+ * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket.
444
+ * @since v8.7.0
445
+ */
64
446
  setSendBufferSize(size: number): void;
447
+ /**
448
+ * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live",
449
+ * in this context it specifies the number of IP hops that a packet is allowed to
450
+ * travel through. Each router or gateway that forwards a packet decrements the
451
+ * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded.
452
+ * Changing TTL values is typically done for network probes or when multicasting.
453
+ *
454
+ * The `ttl` argument may be between between 1 and 255\. The default on most systems
455
+ * is 64.
456
+ *
457
+ * This method throws `EBADF` if called on an unbound socket.
458
+ * @since v0.1.101
459
+ */
65
460
  setTTL(ttl: number): void;
461
+ /**
462
+ * By default, binding a socket will cause it to block the Node.js process from
463
+ * exiting as long as the socket is open. The `socket.unref()` method can be used
464
+ * to exclude the socket from the reference counting that keeps the Node.js
465
+ * process active, allowing the process to exit even if the socket is still
466
+ * listening.
467
+ *
468
+ * Calling `socket.unref()` multiple times will have no addition effect.
469
+ *
470
+ * The `socket.unref()` method returns a reference to the socket so calls can be
471
+ * chained.
472
+ * @since v0.9.1
473
+ */
66
474
  unref(): this;
67
475
  /**
68
- * Tells the kernel to join a source-specific multicast channel at the given
69
- * `sourceAddress` and `groupAddress`, using the `multicastInterface` with the
70
- * `IP_ADD_SOURCE_MEMBERSHIP` socket option.
71
- * If the `multicastInterface` argument
476
+ * Tells the kernel to join a source-specific multicast channel at the given`sourceAddress` and `groupAddress`, using the `multicastInterface` with the`IP_ADD_SOURCE_MEMBERSHIP` socket
477
+ * option. If the `multicastInterface` argument
72
478
  * is not specified, the operating system will choose one interface and will add
73
- * membership to it.
74
- * To add membership to every available interface, call
75
- * `socket.addSourceSpecificMembership()` multiple times, once per interface.
479
+ * membership to it. To add membership to every available interface, call`socket.addSourceSpecificMembership()` multiple times, once per interface.
480
+ *
481
+ * When called on an unbound socket, this method will implicitly bind to a random
482
+ * port, listening on all interfaces.
483
+ * @since v13.1.0, v12.16.0
76
484
  */
77
485
  addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
78
-
79
486
  /**
80
- * Instructs the kernel to leave a source-specific multicast channel at the given
81
- * `sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`
82
- * socket option. This method is automatically called by the kernel when the
487
+ * Instructs the kernel to leave a source-specific multicast channel at the given`sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`socket option. This method is
488
+ * automatically called by the kernel when the
83
489
  * socket is closed or the process terminates, so most apps will never have
84
490
  * reason to call this.
85
491
  *
86
492
  * If `multicastInterface` is not specified, the operating system will attempt to
87
493
  * drop membership on all valid interfaces.
494
+ * @since v13.1.0, v12.16.0
88
495
  */
89
496
  dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
90
-
91
497
  /**
92
498
  * events.EventEmitter
93
499
  * 1. close
@@ -97,49 +503,43 @@ declare module 'dgram' {
97
503
  * 5. message
98
504
  */
99
505
  addListener(event: string, listener: (...args: any[]) => void): this;
100
- addListener(event: "close", listener: () => void): this;
101
- addListener(event: "connect", listener: () => void): this;
102
- addListener(event: "error", listener: (err: Error) => void): this;
103
- addListener(event: "listening", listener: () => void): this;
104
- addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
105
-
506
+ addListener(event: 'close', listener: () => void): this;
507
+ addListener(event: 'connect', listener: () => void): this;
508
+ addListener(event: 'error', listener: (err: Error) => void): this;
509
+ addListener(event: 'listening', listener: () => void): this;
510
+ addListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
106
511
  emit(event: string | symbol, ...args: any[]): boolean;
107
- emit(event: "close"): boolean;
108
- emit(event: "connect"): boolean;
109
- emit(event: "error", err: Error): boolean;
110
- emit(event: "listening"): boolean;
111
- emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean;
112
-
512
+ emit(event: 'close'): boolean;
513
+ emit(event: 'connect'): boolean;
514
+ emit(event: 'error', err: Error): boolean;
515
+ emit(event: 'listening'): boolean;
516
+ emit(event: 'message', msg: Buffer, rinfo: RemoteInfo): boolean;
113
517
  on(event: string, listener: (...args: any[]) => void): this;
114
- on(event: "close", listener: () => void): this;
115
- on(event: "connect", listener: () => void): this;
116
- on(event: "error", listener: (err: Error) => void): this;
117
- on(event: "listening", listener: () => void): this;
118
- on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
119
-
518
+ on(event: 'close', listener: () => void): this;
519
+ on(event: 'connect', listener: () => void): this;
520
+ on(event: 'error', listener: (err: Error) => void): this;
521
+ on(event: 'listening', listener: () => void): this;
522
+ on(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
120
523
  once(event: string, listener: (...args: any[]) => void): this;
121
- once(event: "close", listener: () => void): this;
122
- once(event: "connect", listener: () => void): this;
123
- once(event: "error", listener: (err: Error) => void): this;
124
- once(event: "listening", listener: () => void): this;
125
- once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
126
-
524
+ once(event: 'close', listener: () => void): this;
525
+ once(event: 'connect', listener: () => void): this;
526
+ once(event: 'error', listener: (err: Error) => void): this;
527
+ once(event: 'listening', listener: () => void): this;
528
+ once(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
127
529
  prependListener(event: string, listener: (...args: any[]) => void): this;
128
- prependListener(event: "close", listener: () => void): this;
129
- prependListener(event: "connect", listener: () => void): this;
130
- prependListener(event: "error", listener: (err: Error) => void): this;
131
- prependListener(event: "listening", listener: () => void): this;
132
- prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
133
-
530
+ prependListener(event: 'close', listener: () => void): this;
531
+ prependListener(event: 'connect', listener: () => void): this;
532
+ prependListener(event: 'error', listener: (err: Error) => void): this;
533
+ prependListener(event: 'listening', listener: () => void): this;
534
+ prependListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
134
535
  prependOnceListener(event: string, listener: (...args: any[]) => void): this;
135
- prependOnceListener(event: "close", listener: () => void): this;
136
- prependOnceListener(event: "connect", listener: () => void): this;
137
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
138
- prependOnceListener(event: "listening", listener: () => void): this;
139
- prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
536
+ prependOnceListener(event: 'close', listener: () => void): this;
537
+ prependOnceListener(event: 'connect', listener: () => void): this;
538
+ prependOnceListener(event: 'error', listener: (err: Error) => void): this;
539
+ prependOnceListener(event: 'listening', listener: () => void): this;
540
+ prependOnceListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
140
541
  }
141
542
  }
142
-
143
543
  declare module 'node:dgram' {
144
544
  export * from 'dgram';
145
545
  }