@psnext/slingcli 3.3.20260911-1 → 3.3.20260914-1
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.
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/chunks/{chunk-VDBOM5UG.js → chunk-BRL3MDQL.js} +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/cli.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/index.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/rpc-entry.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +79 -32
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +25 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js +23 -8
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert/strict.d.ts +13 -56
- package/node_modules/@types/node/assert.d.ts +189 -190
- package/node_modules/@types/node/async_hooks.d.ts +151 -43
- package/node_modules/@types/node/buffer.buffer.d.ts +12 -13
- package/node_modules/@types/node/buffer.d.ts +103 -237
- package/node_modules/@types/node/child_process.d.ts +39 -154
- package/node_modules/@types/node/cluster.d.ts +238 -384
- package/node_modules/@types/node/console.d.ts +45 -404
- package/node_modules/@types/node/constants.d.ts +3 -10
- package/node_modules/@types/node/crypto.d.ts +1000 -1593
- package/node_modules/@types/node/dgram.d.ts +133 -81
- package/node_modules/@types/node/diagnostics_channel.d.ts +277 -59
- package/node_modules/@types/node/dns/promises.d.ts +9 -15
- package/node_modules/@types/node/dns.d.ts +136 -183
- package/node_modules/@types/node/domain.d.ts +12 -32
- package/node_modules/@types/node/events.d.ts +872 -840
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +256 -85
- package/node_modules/@types/node/fs.d.ts +865 -525
- package/node_modules/@types/node/globals.d.ts +12 -34
- package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
- package/node_modules/@types/node/http.d.ts +433 -312
- package/node_modules/@types/node/http2.d.ts +545 -891
- package/node_modules/@types/node/https.d.ts +64 -243
- package/node_modules/@types/node/index.d.ts +25 -7
- package/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/node/inspector.d.ts +70 -58
- package/node_modules/@types/node/inspector.generated.d.ts +764 -410
- package/node_modules/@types/node/module.d.ts +54 -219
- package/node_modules/@types/node/net.d.ts +208 -222
- package/node_modules/@types/node/os.d.ts +41 -49
- package/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +119 -141
- package/node_modules/@types/node/perf_hooks.d.ts +339 -690
- package/node_modules/@types/node/process.d.ts +389 -205
- package/node_modules/@types/node/punycode.d.ts +3 -31
- package/node_modules/@types/node/querystring.d.ts +3 -16
- package/node_modules/@types/node/quic.d.ts +2153 -0
- package/node_modules/@types/node/readline/promises.d.ts +3 -6
- package/node_modules/@types/node/readline.d.ts +66 -152
- package/node_modules/@types/node/repl.d.ts +101 -109
- package/node_modules/@types/node/sea.d.ts +1 -116
- package/node_modules/@types/node/sqlite.d.ts +486 -68
- package/node_modules/@types/node/stream/consumers.d.ts +91 -15
- package/node_modules/@types/node/stream/iter.d.ts +452 -0
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +197 -454
- package/node_modules/@types/node/stream.d.ts +603 -491
- package/node_modules/@types/node/string_decoder.d.ts +3 -43
- package/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/node/test.d.ts +513 -292
- package/node_modules/@types/node/timers/promises.d.ts +3 -18
- package/node_modules/@types/node/timers.d.ts +3 -141
- package/node_modules/@types/node/tls.d.ts +166 -257
- package/node_modules/@types/node/trace_events.d.ts +3 -97
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +7 -8
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +26 -6
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +118 -0
- package/node_modules/@types/node/tty.d.ts +61 -43
- package/node_modules/@types/node/url.d.ts +156 -584
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +170 -1099
- package/node_modules/@types/node/v8.d.ts +175 -36
- package/node_modules/@types/node/vfs.d.ts +211 -0
- package/node_modules/@types/node/vm.d.ts +292 -209
- package/node_modules/@types/node/wasi.d.ts +24 -74
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +9 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +97 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +257 -407
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/node/zlib.d.ts +24 -165
- package/node_modules/undici-types/agent.d.ts +12 -13
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +13 -12
- package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +63 -37
- package/node_modules/undici-types/connector.d.ts +5 -2
- package/node_modules/undici-types/cookies.d.ts +3 -1
- package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
- package/node_modules/undici-types/dispatcher.d.ts +136 -139
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
- package/node_modules/undici-types/errors.d.ts +92 -54
- package/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/undici-types/fetch.d.ts +51 -25
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +10 -9
- package/node_modules/undici-types/header.d.ts +162 -1
- package/node_modules/undici-types/index.d.ts +69 -47
- package/node_modules/undici-types/interceptors.d.ts +72 -9
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +6 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +26 -21
- package/node_modules/undici-types/mock-pool.d.ts +6 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +14 -14
- package/node_modules/undici-types/proxy-agent.d.ts +14 -6
- package/node_modules/undici-types/readable.d.ts +19 -16
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +19 -10
- package/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +148 -30
- package/node_modules/undici-types/websocket.d.ts +48 -10
- package/node_modules/zod/README.md +2 -2
- package/node_modules/zod/package.json +1 -1
- package/node_modules/zod/src/v4/classic/checks.ts +1 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +14 -30
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +1 -0
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +2 -11
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -4
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +22 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +1 -1
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +39 -0
- package/node_modules/zod/src/v4/classic/tests/properties.test.ts +53 -137
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +70 -1
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +87 -35
- package/node_modules/zod/src/v4/core/api.ts +21 -29
- package/node_modules/zod/src/v4/core/checks.ts +61 -1
- package/node_modules/zod/src/v4/core/compile.ts +35 -24
- package/node_modules/zod/src/v4/core/core.ts +1 -3
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +9 -63
- package/node_modules/zod/src/v4/core/memoizer.ts +2 -5
- package/node_modules/zod/src/v4/core/regexes.ts +4 -0
- package/node_modules/zod/src/v4/core/schemas.ts +36 -109
- package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +35 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +177 -0
- package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +118 -16
- package/node_modules/zod/src/v4/core/to-json-schema.ts +1 -1
- package/node_modules/zod/src/v4/core/util.ts +0 -4
- package/node_modules/zod/src/v4/core/versions.ts +1 -1
- package/node_modules/zod/src/v4/core/visit.ts +0 -11
- package/node_modules/zod/src/v4/locales/ar.ts +1 -0
- package/node_modules/zod/src/v4/locales/az.ts +1 -0
- package/node_modules/zod/src/v4/locales/be.ts +1 -0
- package/node_modules/zod/src/v4/locales/bg.ts +1 -0
- package/node_modules/zod/src/v4/locales/bn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ca.ts +1 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +1 -0
- package/node_modules/zod/src/v4/locales/cs.ts +1 -0
- package/node_modules/zod/src/v4/locales/da.ts +1 -0
- package/node_modules/zod/src/v4/locales/de.ts +1 -0
- package/node_modules/zod/src/v4/locales/el.ts +1 -0
- package/node_modules/zod/src/v4/locales/en.ts +1 -0
- package/node_modules/zod/src/v4/locales/eo.ts +1 -0
- package/node_modules/zod/src/v4/locales/es.ts +1 -0
- package/node_modules/zod/src/v4/locales/fa.ts +1 -0
- package/node_modules/zod/src/v4/locales/fi.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr.ts +1 -0
- package/node_modules/zod/src/v4/locales/gu.ts +1 -0
- package/node_modules/zod/src/v4/locales/he.ts +1 -0
- package/node_modules/zod/src/v4/locales/hi.ts +1 -0
- package/node_modules/zod/src/v4/locales/hr.ts +1 -0
- package/node_modules/zod/src/v4/locales/hu.ts +1 -0
- package/node_modules/zod/src/v4/locales/hy.ts +1 -0
- package/node_modules/zod/src/v4/locales/id.ts +1 -0
- package/node_modules/zod/src/v4/locales/is.ts +1 -0
- package/node_modules/zod/src/v4/locales/it.ts +1 -0
- package/node_modules/zod/src/v4/locales/ja.ts +1 -0
- package/node_modules/zod/src/v4/locales/ka.ts +1 -0
- package/node_modules/zod/src/v4/locales/km.ts +1 -0
- package/node_modules/zod/src/v4/locales/kn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ko.ts +1 -0
- package/node_modules/zod/src/v4/locales/lt.ts +1 -0
- package/node_modules/zod/src/v4/locales/mk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ms.ts +1 -0
- package/node_modules/zod/src/v4/locales/ne.ts +1 -0
- package/node_modules/zod/src/v4/locales/nl.ts +1 -0
- package/node_modules/zod/src/v4/locales/nn.ts +1 -0
- package/node_modules/zod/src/v4/locales/no.ts +1 -0
- package/node_modules/zod/src/v4/locales/ota.ts +1 -0
- package/node_modules/zod/src/v4/locales/pl.ts +1 -0
- package/node_modules/zod/src/v4/locales/ps.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt.ts +1 -0
- package/node_modules/zod/src/v4/locales/ro.ts +1 -0
- package/node_modules/zod/src/v4/locales/ru.ts +1 -0
- package/node_modules/zod/src/v4/locales/sk.ts +1 -0
- package/node_modules/zod/src/v4/locales/sl.ts +1 -0
- package/node_modules/zod/src/v4/locales/sv.ts +1 -0
- package/node_modules/zod/src/v4/locales/ta.ts +1 -0
- package/node_modules/zod/src/v4/locales/tg.ts +1 -0
- package/node_modules/zod/src/v4/locales/th.ts +1 -0
- package/node_modules/zod/src/v4/locales/tk.ts +1 -0
- package/node_modules/zod/src/v4/locales/tr.ts +1 -0
- package/node_modules/zod/src/v4/locales/uk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ur.ts +1 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/locales/vi.ts +1 -0
- package/node_modules/zod/src/v4/locales/yo.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +1 -0
- package/node_modules/zod/src/v4/mini/checks.ts +1 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +12 -23
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +56 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +7 -0
- package/node_modules/zod/v4/classic/checks.cjs +2 -1
- package/node_modules/zod/v4/classic/checks.d.cts +1 -1
- package/node_modules/zod/v4/classic/checks.d.ts +1 -1
- package/node_modules/zod/v4/classic/checks.js +1 -1
- package/node_modules/zod/v4/classic/schemas.cjs +11 -15
- package/node_modules/zod/v4/classic/schemas.d.cts +4 -6
- package/node_modules/zod/v4/classic/schemas.d.ts +4 -6
- package/node_modules/zod/v4/classic/schemas.js +9 -13
- package/node_modules/zod/v4/core/api.cjs +11 -23
- package/node_modules/zod/v4/core/api.d.cts +8 -4
- package/node_modules/zod/v4/core/api.d.ts +8 -4
- package/node_modules/zod/v4/core/api.js +11 -23
- package/node_modules/zod/v4/core/checks.cjs +32 -1
- package/node_modules/zod/v4/core/checks.d.cts +16 -0
- package/node_modules/zod/v4/core/checks.d.ts +16 -0
- package/node_modules/zod/v4/core/checks.js +31 -0
- package/node_modules/zod/v4/core/compile.cjs +12 -17
- package/node_modules/zod/v4/core/compile.js +13 -18
- package/node_modules/zod/v4/core/core.cjs +1 -1
- package/node_modules/zod/v4/core/core.js +1 -1
- package/node_modules/zod/v4/core/json-schema-processors.cjs +8 -44
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.js +8 -43
- package/node_modules/zod/v4/core/memoizer.cjs +2 -5
- package/node_modules/zod/v4/core/memoizer.js +2 -5
- package/node_modules/zod/v4/core/regexes.cjs +4 -2
- package/node_modules/zod/v4/core/regexes.d.cts +1 -0
- package/node_modules/zod/v4/core/regexes.d.ts +1 -0
- package/node_modules/zod/v4/core/regexes.js +2 -0
- package/node_modules/zod/v4/core/schemas.cjs +33 -73
- package/node_modules/zod/v4/core/schemas.d.cts +7 -22
- package/node_modules/zod/v4/core/schemas.d.ts +7 -22
- package/node_modules/zod/v4/core/schemas.js +30 -72
- package/node_modules/zod/v4/core/to-json-schema.cjs +0 -1
- package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.js +1 -1
- package/node_modules/zod/v4/core/util.cjs +0 -4
- package/node_modules/zod/v4/core/util.js +0 -4
- package/node_modules/zod/v4/core/versions.cjs +1 -1
- package/node_modules/zod/v4/core/versions.js +1 -1
- package/node_modules/zod/v4/core/visit.cjs +0 -12
- package/node_modules/zod/v4/core/visit.js +0 -12
- package/node_modules/zod/v4/locales/ar.cjs +1 -0
- package/node_modules/zod/v4/locales/ar.js +1 -0
- package/node_modules/zod/v4/locales/az.cjs +1 -0
- package/node_modules/zod/v4/locales/az.js +1 -0
- package/node_modules/zod/v4/locales/be.cjs +1 -0
- package/node_modules/zod/v4/locales/be.js +1 -0
- package/node_modules/zod/v4/locales/bg.cjs +1 -0
- package/node_modules/zod/v4/locales/bg.js +1 -0
- package/node_modules/zod/v4/locales/bn.cjs +1 -0
- package/node_modules/zod/v4/locales/bn.js +1 -0
- package/node_modules/zod/v4/locales/ca.cjs +1 -0
- package/node_modules/zod/v4/locales/ca.js +1 -0
- package/node_modules/zod/v4/locales/ckb.cjs +1 -0
- package/node_modules/zod/v4/locales/ckb.js +1 -0
- package/node_modules/zod/v4/locales/cs.cjs +1 -0
- package/node_modules/zod/v4/locales/cs.js +1 -0
- package/node_modules/zod/v4/locales/da.cjs +1 -0
- package/node_modules/zod/v4/locales/da.js +1 -0
- package/node_modules/zod/v4/locales/de.cjs +1 -0
- package/node_modules/zod/v4/locales/de.js +1 -0
- package/node_modules/zod/v4/locales/el.cjs +1 -0
- package/node_modules/zod/v4/locales/el.js +1 -0
- package/node_modules/zod/v4/locales/en.cjs +1 -0
- package/node_modules/zod/v4/locales/en.js +1 -0
- package/node_modules/zod/v4/locales/eo.cjs +1 -0
- package/node_modules/zod/v4/locales/eo.js +1 -0
- package/node_modules/zod/v4/locales/es.cjs +1 -0
- package/node_modules/zod/v4/locales/es.js +1 -0
- package/node_modules/zod/v4/locales/fa.cjs +1 -0
- package/node_modules/zod/v4/locales/fa.js +1 -0
- package/node_modules/zod/v4/locales/fi.cjs +1 -0
- package/node_modules/zod/v4/locales/fi.js +1 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +1 -0
- package/node_modules/zod/v4/locales/fr-CA.js +1 -0
- package/node_modules/zod/v4/locales/fr.cjs +1 -0
- package/node_modules/zod/v4/locales/fr.js +1 -0
- package/node_modules/zod/v4/locales/gu.cjs +1 -0
- package/node_modules/zod/v4/locales/gu.js +1 -0
- package/node_modules/zod/v4/locales/he.cjs +1 -0
- package/node_modules/zod/v4/locales/he.js +1 -0
- package/node_modules/zod/v4/locales/hi.cjs +1 -0
- package/node_modules/zod/v4/locales/hi.js +1 -0
- package/node_modules/zod/v4/locales/hr.cjs +1 -0
- package/node_modules/zod/v4/locales/hr.js +1 -0
- package/node_modules/zod/v4/locales/hu.cjs +1 -0
- package/node_modules/zod/v4/locales/hu.js +1 -0
- package/node_modules/zod/v4/locales/hy.cjs +1 -0
- package/node_modules/zod/v4/locales/hy.js +1 -0
- package/node_modules/zod/v4/locales/id.cjs +1 -0
- package/node_modules/zod/v4/locales/id.js +1 -0
- package/node_modules/zod/v4/locales/is.cjs +1 -0
- package/node_modules/zod/v4/locales/is.js +1 -0
- package/node_modules/zod/v4/locales/it.cjs +1 -0
- package/node_modules/zod/v4/locales/it.js +1 -0
- package/node_modules/zod/v4/locales/ja.cjs +1 -0
- package/node_modules/zod/v4/locales/ja.js +1 -0
- package/node_modules/zod/v4/locales/ka.cjs +1 -0
- package/node_modules/zod/v4/locales/ka.js +1 -0
- package/node_modules/zod/v4/locales/km.cjs +1 -0
- package/node_modules/zod/v4/locales/km.js +1 -0
- package/node_modules/zod/v4/locales/kn.cjs +1 -0
- package/node_modules/zod/v4/locales/kn.js +1 -0
- package/node_modules/zod/v4/locales/ko.cjs +1 -0
- package/node_modules/zod/v4/locales/ko.js +1 -0
- package/node_modules/zod/v4/locales/lt.cjs +1 -0
- package/node_modules/zod/v4/locales/lt.js +1 -0
- package/node_modules/zod/v4/locales/mk.cjs +1 -0
- package/node_modules/zod/v4/locales/mk.js +1 -0
- package/node_modules/zod/v4/locales/ms.cjs +1 -0
- package/node_modules/zod/v4/locales/ms.js +1 -0
- package/node_modules/zod/v4/locales/ne.cjs +1 -0
- package/node_modules/zod/v4/locales/ne.js +1 -0
- package/node_modules/zod/v4/locales/nl.cjs +1 -0
- package/node_modules/zod/v4/locales/nl.js +1 -0
- package/node_modules/zod/v4/locales/nn.cjs +1 -0
- package/node_modules/zod/v4/locales/nn.js +1 -0
- package/node_modules/zod/v4/locales/no.cjs +1 -0
- package/node_modules/zod/v4/locales/no.js +1 -0
- package/node_modules/zod/v4/locales/ota.cjs +1 -0
- package/node_modules/zod/v4/locales/ota.js +1 -0
- package/node_modules/zod/v4/locales/pl.cjs +1 -0
- package/node_modules/zod/v4/locales/pl.js +1 -0
- package/node_modules/zod/v4/locales/ps.cjs +1 -0
- package/node_modules/zod/v4/locales/ps.js +1 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +1 -0
- package/node_modules/zod/v4/locales/pt-BR.js +1 -0
- package/node_modules/zod/v4/locales/pt.cjs +1 -0
- package/node_modules/zod/v4/locales/pt.js +1 -0
- package/node_modules/zod/v4/locales/ro.cjs +1 -0
- package/node_modules/zod/v4/locales/ro.js +1 -0
- package/node_modules/zod/v4/locales/ru.cjs +1 -0
- package/node_modules/zod/v4/locales/ru.js +1 -0
- package/node_modules/zod/v4/locales/sk.cjs +1 -0
- package/node_modules/zod/v4/locales/sk.js +1 -0
- package/node_modules/zod/v4/locales/sl.cjs +1 -0
- package/node_modules/zod/v4/locales/sl.js +1 -0
- package/node_modules/zod/v4/locales/sv.cjs +1 -0
- package/node_modules/zod/v4/locales/sv.js +1 -0
- package/node_modules/zod/v4/locales/ta.cjs +1 -0
- package/node_modules/zod/v4/locales/ta.js +1 -0
- package/node_modules/zod/v4/locales/tg.cjs +1 -0
- package/node_modules/zod/v4/locales/tg.js +1 -0
- package/node_modules/zod/v4/locales/th.cjs +1 -0
- package/node_modules/zod/v4/locales/th.js +1 -0
- package/node_modules/zod/v4/locales/tk.cjs +1 -0
- package/node_modules/zod/v4/locales/tk.js +1 -0
- package/node_modules/zod/v4/locales/tr.cjs +1 -0
- package/node_modules/zod/v4/locales/tr.js +1 -0
- package/node_modules/zod/v4/locales/uk.cjs +1 -0
- package/node_modules/zod/v4/locales/uk.js +1 -0
- package/node_modules/zod/v4/locales/ur.cjs +1 -0
- package/node_modules/zod/v4/locales/ur.js +1 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/locales/vi.cjs +1 -0
- package/node_modules/zod/v4/locales/vi.js +1 -0
- package/node_modules/zod/v4/locales/yo.cjs +1 -0
- package/node_modules/zod/v4/locales/yo.js +1 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-CN.js +1 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-TW.js +1 -0
- package/node_modules/zod/v4/mini/checks.cjs +2 -1
- package/node_modules/zod/v4/mini/checks.d.cts +1 -1
- package/node_modules/zod/v4/mini/checks.d.ts +1 -1
- package/node_modules/zod/v4/mini/checks.js +1 -1
- package/node_modules/zod/v4/mini/schemas.cjs +11 -13
- package/node_modules/zod/v4/mini/schemas.d.cts +1 -4
- package/node_modules/zod/v4/mini/schemas.d.ts +1 -4
- package/node_modules/zod/v4/mini/schemas.js +9 -11
- package/package.json +2 -2
- package/slingshot/index.js +183 -182
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -20
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -1,42 +1,36 @@
|
|
|
1
1
|
import { IncomingHttpHeaders } from './header'
|
|
2
|
-
import Dispatcher from './dispatcher'
|
|
2
|
+
import Dispatcher from './dispatcher'
|
|
3
3
|
import { BodyInit, Headers } from './fetch'
|
|
4
4
|
|
|
5
|
-
export {
|
|
6
|
-
Interceptable,
|
|
7
|
-
MockInterceptor,
|
|
8
|
-
MockScope
|
|
9
|
-
}
|
|
10
|
-
|
|
11
5
|
/** The scope associated with a mock dispatch. */
|
|
12
6
|
declare class MockScope<TData extends object = object> {
|
|
13
|
-
constructor(mockDispatch: MockInterceptor.MockDispatch<TData>)
|
|
7
|
+
constructor (mockDispatch: MockInterceptor.MockDispatch<TData>)
|
|
14
8
|
/** Delay a reply by a set amount of time in ms. */
|
|
15
|
-
delay(waitInMs: number): MockScope<TData
|
|
9
|
+
delay (waitInMs: number): MockScope<TData>
|
|
16
10
|
/** Persist the defined mock data for the associated reply. It will return the defined mock data indefinitely. */
|
|
17
|
-
persist(): MockScope<TData
|
|
11
|
+
persist (): MockScope<TData>
|
|
18
12
|
/** Define a reply for a set amount of matching requests. */
|
|
19
|
-
times(repeatTimes: number): MockScope<TData
|
|
13
|
+
times (repeatTimes: number): MockScope<TData>
|
|
20
14
|
}
|
|
21
15
|
|
|
22
16
|
/** The interceptor for a Mock. */
|
|
23
17
|
declare class MockInterceptor {
|
|
24
|
-
constructor(options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[])
|
|
18
|
+
constructor (options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[])
|
|
25
19
|
/** Mock an undici request with the defined reply. */
|
|
26
|
-
reply<TData extends object = object>(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback<TData>): MockScope<TData
|
|
20
|
+
reply<TData extends object = object>(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback<TData>): MockScope<TData>
|
|
27
21
|
reply<TData extends object = object>(
|
|
28
22
|
statusCode: number,
|
|
29
23
|
data?: TData | Buffer | string | MockInterceptor.MockResponseDataHandler<TData>,
|
|
30
24
|
responseOptions?: MockInterceptor.MockResponseOptions
|
|
31
|
-
): MockScope<TData
|
|
25
|
+
): MockScope<TData>
|
|
32
26
|
/** Mock an undici request by throwing the defined reply error. */
|
|
33
|
-
replyWithError<TError extends Error = Error>(error: TError): MockScope
|
|
27
|
+
replyWithError<TError extends Error = Error>(error: TError): MockScope
|
|
34
28
|
/** Set default reply headers on the interceptor for subsequent mocked replies. */
|
|
35
|
-
defaultReplyHeaders(headers: IncomingHttpHeaders): MockInterceptor
|
|
29
|
+
defaultReplyHeaders (headers: IncomingHttpHeaders): MockInterceptor
|
|
36
30
|
/** Set default reply trailers on the interceptor for subsequent mocked replies. */
|
|
37
|
-
defaultReplyTrailers(trailers: Record<string, string>): MockInterceptor
|
|
31
|
+
defaultReplyTrailers (trailers: Record<string, string>): MockInterceptor
|
|
38
32
|
/** Set automatically calculated content-length header on subsequent mocked replies. */
|
|
39
|
-
replyContentLength(): MockInterceptor
|
|
33
|
+
replyContentLength (): MockInterceptor
|
|
40
34
|
}
|
|
41
35
|
|
|
42
36
|
declare namespace MockInterceptor {
|
|
@@ -75,19 +69,30 @@ declare namespace MockInterceptor {
|
|
|
75
69
|
headers?: Headers | Record<string, string>;
|
|
76
70
|
origin?: string;
|
|
77
71
|
body?: BodyInit | Dispatcher.DispatchOptions['body'] | null;
|
|
78
|
-
maxRedirections?: number;
|
|
79
72
|
}
|
|
80
73
|
|
|
81
74
|
export type MockResponseDataHandler<TData extends object = object> = (
|
|
82
75
|
opts: MockResponseCallbackOptions
|
|
83
|
-
) => TData | Buffer | string
|
|
76
|
+
) => TData | Buffer | string
|
|
77
|
+
|
|
78
|
+
export type MockReplyOptions<TData extends object = object> = {
|
|
79
|
+
statusCode: number, data?: TData | Buffer | string, responseOptions?: MockResponseOptions
|
|
80
|
+
}
|
|
84
81
|
|
|
85
82
|
export type MockReplyOptionsCallback<TData extends object = object> = (
|
|
86
83
|
opts: MockResponseCallbackOptions
|
|
87
|
-
) =>
|
|
84
|
+
) => MockReplyOptions<TData> | Promise<MockReplyOptions<TData>>
|
|
88
85
|
}
|
|
89
86
|
|
|
90
87
|
interface Interceptable extends Dispatcher {
|
|
91
88
|
/** Intercepts any matching requests that use the same origin as this mock client. */
|
|
92
89
|
intercept(options: MockInterceptor.Options): MockInterceptor;
|
|
90
|
+
/** Clean up all the prepared mocks. */
|
|
91
|
+
cleanMocks (): void
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export {
|
|
95
|
+
Interceptable,
|
|
96
|
+
MockInterceptor,
|
|
97
|
+
MockScope
|
|
93
98
|
}
|
|
@@ -7,13 +7,15 @@ export default MockPool
|
|
|
7
7
|
|
|
8
8
|
/** MockPool extends the Pool API and allows one to mock requests. */
|
|
9
9
|
declare class MockPool extends Pool implements Interceptable {
|
|
10
|
-
constructor(origin: string, options: MockPool.Options)
|
|
10
|
+
constructor (origin: string, options: MockPool.Options)
|
|
11
11
|
/** Intercepts any matching requests that use the same origin as this mock pool. */
|
|
12
|
-
intercept(options: MockInterceptor.Options): MockInterceptor
|
|
12
|
+
intercept (options: MockInterceptor.Options): MockInterceptor
|
|
13
13
|
/** Dispatches a mocked request. */
|
|
14
|
-
dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.
|
|
14
|
+
dispatch (options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandler): boolean
|
|
15
15
|
/** Closes the mock pool and gracefully waits for enqueued requests to complete. */
|
|
16
|
-
close(): Promise<void
|
|
16
|
+
close (): Promise<void>
|
|
17
|
+
/** Clean up all the prepared mocks. */
|
|
18
|
+
cleanMocks (): void
|
|
17
19
|
}
|
|
18
20
|
|
|
19
21
|
declare namespace MockPool {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import Pool from
|
|
1
|
+
import Pool from './pool'
|
|
2
2
|
|
|
3
3
|
export default PoolStats
|
|
4
4
|
|
|
5
5
|
declare class PoolStats {
|
|
6
|
-
constructor(pool: Pool)
|
|
6
|
+
constructor (pool: Pool)
|
|
7
7
|
/** Number of open socket connections in this pool. */
|
|
8
|
-
connected: number
|
|
8
|
+
connected: number
|
|
9
9
|
/** Number of open socket connections in this pool that do not have an active request. */
|
|
10
|
-
free: number
|
|
10
|
+
free: number
|
|
11
11
|
/** Number of pending requests across all clients in this pool. */
|
|
12
|
-
pending: number
|
|
12
|
+
pending: number
|
|
13
13
|
/** Number of queued requests across all clients in this pool. */
|
|
14
|
-
queued: number
|
|
14
|
+
queued: number
|
|
15
15
|
/** Number of currently active requests across all clients in this pool. */
|
|
16
|
-
running: number
|
|
16
|
+
running: number
|
|
17
17
|
/** Number of active, pending, or queued requests across all clients in this pool. */
|
|
18
|
-
size: number
|
|
18
|
+
size: number
|
|
19
19
|
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import Client from './client'
|
|
2
2
|
import TPoolStats from './pool-stats'
|
|
3
|
-
import { URL } from 'url'
|
|
4
|
-
import Dispatcher from
|
|
3
|
+
import { URL } from 'node:url'
|
|
4
|
+
import Dispatcher from './dispatcher'
|
|
5
5
|
|
|
6
6
|
export default Pool
|
|
7
7
|
|
|
8
|
-
type PoolConnectOptions = Omit<Dispatcher.ConnectOptions,
|
|
8
|
+
type PoolConnectOptions = Omit<Dispatcher.ConnectOptions, 'origin'>
|
|
9
9
|
|
|
10
10
|
declare class Pool extends Dispatcher {
|
|
11
|
-
constructor(url: string | URL, options?: Pool.Options)
|
|
11
|
+
constructor (url: string | URL, options?: Pool.Options)
|
|
12
12
|
/** `true` after `pool.close()` has been called. */
|
|
13
|
-
closed: boolean
|
|
13
|
+
closed: boolean
|
|
14
14
|
/** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */
|
|
15
|
-
destroyed: boolean
|
|
15
|
+
destroyed: boolean
|
|
16
16
|
/** Aggregate stats for a Pool. */
|
|
17
|
-
readonly stats: TPoolStats
|
|
17
|
+
readonly stats: TPoolStats
|
|
18
18
|
|
|
19
19
|
// Override dispatcher APIs.
|
|
20
|
-
override connect(
|
|
20
|
+
override connect (
|
|
21
21
|
options: PoolConnectOptions
|
|
22
|
-
): Promise<Dispatcher.ConnectData
|
|
23
|
-
override connect(
|
|
22
|
+
): Promise<Dispatcher.ConnectData>
|
|
23
|
+
override connect (
|
|
24
24
|
options: PoolConnectOptions,
|
|
25
25
|
callback: (err: Error | null, data: Dispatcher.ConnectData) => void
|
|
26
|
-
): void
|
|
26
|
+
): void
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
declare namespace Pool {
|
|
30
|
-
export type PoolStats = TPoolStats
|
|
30
|
+
export type PoolStats = TPoolStats
|
|
31
31
|
export interface Options extends Client.Options {
|
|
32
32
|
/** Default: `(origin, opts) => new Client(origin, opts)`. */
|
|
33
33
|
factory?(origin: URL, opts: object): Dispatcher;
|
|
34
34
|
/** The max number of clients to create. `null` if no limit. Default `null`. */
|
|
35
35
|
connections?: number | null;
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
/** The amount of time before a client is removed from the pool and closed. `null` if no time limit. Default `null` */
|
|
37
|
+
clientTtl?: number | null;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import Agent from './agent'
|
|
2
|
-
import buildConnector from './connector'
|
|
2
|
+
import buildConnector from './connector'
|
|
3
3
|
import Dispatcher from './dispatcher'
|
|
4
|
-
import {
|
|
4
|
+
import { OutgoingHttpHeaders } from './header'
|
|
5
5
|
|
|
6
6
|
export default ProxyAgent
|
|
7
7
|
|
|
8
8
|
declare class ProxyAgent extends Dispatcher {
|
|
9
|
-
constructor(options: ProxyAgent.Options | string)
|
|
9
|
+
constructor (options: ProxyAgent.Options | string)
|
|
10
10
|
|
|
11
|
-
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.
|
|
12
|
-
close(): Promise<void
|
|
11
|
+
dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean
|
|
12
|
+
close (): Promise<void>
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
declare namespace ProxyAgent {
|
|
@@ -20,9 +20,17 @@ declare namespace ProxyAgent {
|
|
|
20
20
|
*/
|
|
21
21
|
auth?: string;
|
|
22
22
|
token?: string;
|
|
23
|
-
headers?:
|
|
23
|
+
headers?: OutgoingHttpHeaders;
|
|
24
24
|
requestTls?: buildConnector.BuildOptions;
|
|
25
25
|
proxyTls?: buildConnector.BuildOptions;
|
|
26
26
|
clientFactory?(origin: URL, opts: object): Dispatcher;
|
|
27
|
+
/**
|
|
28
|
+
* Undici tunnels via CONNECT when the target endpoint uses HTTPS, and
|
|
29
|
+
* forwards (HTTP/1.1 absolute-form request-target, per RFC 9112 §3.2.2)
|
|
30
|
+
* otherwise, regardless of whether the proxy URL is HTTP or HTTPS. The
|
|
31
|
+
* non-tunneled forwarding path does not negotiate HTTP/2 with the proxy.
|
|
32
|
+
* Set to true to force tunneling for plain HTTP requests as well.
|
|
33
|
+
*/
|
|
34
|
+
proxyTunnel?: boolean;
|
|
27
35
|
}
|
|
28
36
|
}
|
|
@@ -1,45 +1,47 @@
|
|
|
1
|
-
import { Readable } from
|
|
2
|
-
import { Blob } from 'buffer'
|
|
1
|
+
import { Readable } from 'node:stream'
|
|
2
|
+
import { Blob } from 'node:buffer'
|
|
3
3
|
|
|
4
4
|
export default BodyReadable
|
|
5
5
|
|
|
6
6
|
declare class BodyReadable extends Readable {
|
|
7
|
-
constructor(
|
|
8
|
-
resume
|
|
9
|
-
abort
|
|
10
|
-
contentType?: string
|
|
11
|
-
|
|
7
|
+
constructor (opts: {
|
|
8
|
+
resume: (this: Readable, size: number) => void | null;
|
|
9
|
+
abort: () => void | null;
|
|
10
|
+
contentType?: string;
|
|
11
|
+
contentLength?: number;
|
|
12
|
+
highWaterMark?: number;
|
|
13
|
+
})
|
|
12
14
|
|
|
13
15
|
/** Consumes and returns the body as a string
|
|
14
16
|
* https://fetch.spec.whatwg.org/#dom-body-text
|
|
15
17
|
*/
|
|
16
|
-
text(): Promise<string>
|
|
18
|
+
text (): Promise<string>
|
|
17
19
|
|
|
18
20
|
/** Consumes and returns the body as a JavaScript Object
|
|
19
21
|
* https://fetch.spec.whatwg.org/#dom-body-json
|
|
20
22
|
*/
|
|
21
|
-
json(): Promise<unknown>
|
|
23
|
+
json (): Promise<unknown>
|
|
22
24
|
|
|
23
25
|
/** Consumes and returns the body as a Blob
|
|
24
26
|
* https://fetch.spec.whatwg.org/#dom-body-blob
|
|
25
27
|
*/
|
|
26
|
-
blob(): Promise<Blob>
|
|
28
|
+
blob (): Promise<Blob>
|
|
27
29
|
|
|
28
30
|
/** Consumes and returns the body as an Uint8Array
|
|
29
31
|
* https://fetch.spec.whatwg.org/#dom-body-bytes
|
|
30
32
|
*/
|
|
31
|
-
bytes(): Promise<Uint8Array>
|
|
33
|
+
bytes (): Promise<Uint8Array>
|
|
32
34
|
|
|
33
35
|
/** Consumes and returns the body as an ArrayBuffer
|
|
34
36
|
* https://fetch.spec.whatwg.org/#dom-body-arraybuffer
|
|
35
37
|
*/
|
|
36
|
-
arrayBuffer(): Promise<ArrayBuffer>
|
|
38
|
+
arrayBuffer (): Promise<ArrayBuffer>
|
|
37
39
|
|
|
38
40
|
/** Not implemented
|
|
39
41
|
*
|
|
40
42
|
* https://fetch.spec.whatwg.org/#dom-body-formdata
|
|
41
43
|
*/
|
|
42
|
-
formData(): Promise<never>
|
|
44
|
+
formData (): Promise<never>
|
|
43
45
|
|
|
44
46
|
/** Returns true if the body is not null and the body has been consumed
|
|
45
47
|
*
|
|
@@ -49,7 +51,7 @@ declare class BodyReadable extends Readable {
|
|
|
49
51
|
*/
|
|
50
52
|
readonly bodyUsed: boolean
|
|
51
53
|
|
|
52
|
-
/**
|
|
54
|
+
/**
|
|
53
55
|
* If body is null, it should return null as the body
|
|
54
56
|
*
|
|
55
57
|
* If body is not null, should return the body as a ReadableStream
|
|
@@ -59,7 +61,8 @@ declare class BodyReadable extends Readable {
|
|
|
59
61
|
readonly body: never | undefined
|
|
60
62
|
|
|
61
63
|
/** Dumps the response body by reading `limit` number of bytes.
|
|
62
|
-
* @param opts.limit Number of bytes to read (optional) - Default:
|
|
64
|
+
* @param opts.limit Number of bytes to read (optional) - Default: 131072
|
|
65
|
+
* @param opts.signal AbortSignal to cancel the operation (optional)
|
|
63
66
|
*/
|
|
64
|
-
dump(opts?: { limit: number }): Promise<void>
|
|
67
|
+
dump (opts?: { limit: number; signal?: AbortSignal }): Promise<void>
|
|
65
68
|
}
|
|
@@ -4,5 +4,5 @@ import RetryHandler from './retry-handler'
|
|
|
4
4
|
export default RetryAgent
|
|
5
5
|
|
|
6
6
|
declare class RetryAgent extends Dispatcher {
|
|
7
|
-
constructor(dispatcher: Dispatcher, options?: RetryHandler.RetryOptions)
|
|
7
|
+
constructor (dispatcher: Dispatcher, options?: RetryHandler.RetryOptions)
|
|
8
8
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import Dispatcher from
|
|
1
|
+
import Dispatcher from './dispatcher'
|
|
2
2
|
|
|
3
|
-
export default RetryHandler
|
|
3
|
+
export default RetryHandler
|
|
4
4
|
|
|
5
|
-
declare class RetryHandler implements Dispatcher.
|
|
6
|
-
constructor(
|
|
5
|
+
declare class RetryHandler implements Dispatcher.DispatchHandler {
|
|
6
|
+
constructor (
|
|
7
7
|
options: Dispatcher.DispatchOptions & {
|
|
8
8
|
retryOptions?: RetryHandler.RetryOptions;
|
|
9
9
|
},
|
|
10
10
|
retryHandlers: RetryHandler.RetryHandlers
|
|
11
|
-
)
|
|
11
|
+
)
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
declare namespace RetryHandler {
|
|
15
|
-
export type RetryState = { counter: number; }
|
|
15
|
+
export type RetryState = { counter: number; }
|
|
16
16
|
|
|
17
17
|
export type RetryContext = {
|
|
18
18
|
state: RetryState;
|
|
@@ -21,7 +21,7 @@ declare namespace RetryHandler {
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
export type OnRetryCallback = (result?: Error | null) => void
|
|
24
|
+
export type OnRetryCallback = (result?: Error | null) => void
|
|
25
25
|
|
|
26
26
|
export type RetryCallback = (
|
|
27
27
|
err: Error,
|
|
@@ -32,9 +32,18 @@ declare namespace RetryHandler {
|
|
|
32
32
|
};
|
|
33
33
|
},
|
|
34
34
|
callback: OnRetryCallback
|
|
35
|
-
) =>
|
|
35
|
+
) => void
|
|
36
36
|
|
|
37
37
|
export interface RetryOptions {
|
|
38
|
+
/**
|
|
39
|
+
* If true, the retry handler will throw an error if the request fails,
|
|
40
|
+
* this will prevent the folling handlers from being called, and will destroy the socket.
|
|
41
|
+
*
|
|
42
|
+
* @type {boolean}
|
|
43
|
+
* @memberof RetryOptions
|
|
44
|
+
* @default true
|
|
45
|
+
*/
|
|
46
|
+
throwOnError?: boolean;
|
|
38
47
|
/**
|
|
39
48
|
* Callback to be invoked on every retry iteration.
|
|
40
49
|
* It receives the error, current state of the retry object and the options object
|
|
@@ -110,7 +119,7 @@ declare namespace RetryHandler {
|
|
|
110
119
|
}
|
|
111
120
|
|
|
112
121
|
export interface RetryHandlers {
|
|
113
|
-
dispatch: Dispatcher[
|
|
114
|
-
handler: Dispatcher.
|
|
122
|
+
dispatch: Dispatcher['dispatch'];
|
|
123
|
+
handler: Dispatcher.DispatchHandler;
|
|
115
124
|
}
|
|
116
125
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import Client from './client'
|
|
2
|
+
import TPoolStats from './pool-stats'
|
|
3
|
+
import { URL } from 'node:url'
|
|
4
|
+
import Dispatcher from './dispatcher'
|
|
5
|
+
|
|
6
|
+
export default RoundRobinPool
|
|
7
|
+
|
|
8
|
+
type RoundRobinPoolConnectOptions = Omit<Dispatcher.ConnectOptions, 'origin'>
|
|
9
|
+
|
|
10
|
+
declare class RoundRobinPool extends Dispatcher {
|
|
11
|
+
constructor (url: string | URL, options?: RoundRobinPool.Options)
|
|
12
|
+
/** `true` after `pool.close()` has been called. */
|
|
13
|
+
closed: boolean
|
|
14
|
+
/** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */
|
|
15
|
+
destroyed: boolean
|
|
16
|
+
/** Aggregate stats for a RoundRobinPool. */
|
|
17
|
+
readonly stats: TPoolStats
|
|
18
|
+
|
|
19
|
+
// Override dispatcher APIs.
|
|
20
|
+
override connect (
|
|
21
|
+
options: RoundRobinPoolConnectOptions
|
|
22
|
+
): Promise<Dispatcher.ConnectData>
|
|
23
|
+
override connect (
|
|
24
|
+
options: RoundRobinPoolConnectOptions,
|
|
25
|
+
callback: (err: Error | null, data: Dispatcher.ConnectData) => void
|
|
26
|
+
): void
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare namespace RoundRobinPool {
|
|
30
|
+
export type RoundRobinPoolStats = TPoolStats
|
|
31
|
+
export interface Options extends Client.Options {
|
|
32
|
+
/** Default: `(origin, opts) => new Client(origin, opts)`. */
|
|
33
|
+
factory?(origin: URL, opts: object): Dispatcher;
|
|
34
|
+
/** The max number of clients to create. `null` if no limit. Default `null`. */
|
|
35
|
+
connections?: number | null;
|
|
36
|
+
/** The amount of time before a client is removed from the pool and closed. `null` if no time limit. Default `null` */
|
|
37
|
+
clientTtl?: number | null;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import MockAgent from './mock-agent'
|
|
2
|
+
|
|
3
|
+
declare class SnapshotRecorder {
|
|
4
|
+
constructor (options?: SnapshotRecorder.Options)
|
|
5
|
+
|
|
6
|
+
record (requestOpts: any, response: any): Promise<void>
|
|
7
|
+
findSnapshot (requestOpts: any): SnapshotRecorder.Snapshot | undefined
|
|
8
|
+
loadSnapshots (filePath?: string): Promise<void>
|
|
9
|
+
saveSnapshots (filePath?: string): Promise<void>
|
|
10
|
+
clear (): void
|
|
11
|
+
getSnapshots (): SnapshotRecorder.Snapshot[]
|
|
12
|
+
size (): number
|
|
13
|
+
resetCallCounts (): void
|
|
14
|
+
deleteSnapshot (requestOpts: any): boolean
|
|
15
|
+
getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
|
|
16
|
+
replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
|
|
17
|
+
destroy (): void
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare namespace SnapshotRecorder {
|
|
21
|
+
type SnapshotRecorderMode = 'record' | 'playback' | 'update'
|
|
22
|
+
|
|
23
|
+
export interface Options {
|
|
24
|
+
snapshotPath?: string
|
|
25
|
+
mode?: SnapshotRecorderMode
|
|
26
|
+
maxSnapshots?: number
|
|
27
|
+
autoFlush?: boolean
|
|
28
|
+
flushInterval?: number
|
|
29
|
+
matchHeaders?: string[]
|
|
30
|
+
ignoreHeaders?: string[]
|
|
31
|
+
excludeHeaders?: string[]
|
|
32
|
+
matchBody?: boolean
|
|
33
|
+
normalizeBody?: (body: string | Buffer | null | undefined) => string
|
|
34
|
+
matchQuery?: boolean
|
|
35
|
+
normalizeQuery?: (query: URLSearchParams) => string
|
|
36
|
+
caseSensitive?: boolean
|
|
37
|
+
shouldRecord?: (requestOpts: any) => boolean
|
|
38
|
+
shouldPlayback?: (requestOpts: any) => boolean
|
|
39
|
+
excludeUrls?: (string | RegExp)[]
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface Snapshot {
|
|
43
|
+
request: {
|
|
44
|
+
method: string
|
|
45
|
+
url: string
|
|
46
|
+
headers: Record<string, string>
|
|
47
|
+
body?: string
|
|
48
|
+
}
|
|
49
|
+
responses: {
|
|
50
|
+
statusCode: number
|
|
51
|
+
headers: Record<string, string>
|
|
52
|
+
body: string
|
|
53
|
+
trailers: Record<string, string>
|
|
54
|
+
}[]
|
|
55
|
+
callCount: number
|
|
56
|
+
timestamp: string
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface SnapshotInfo {
|
|
60
|
+
hash: string
|
|
61
|
+
request: {
|
|
62
|
+
method: string
|
|
63
|
+
url: string
|
|
64
|
+
headers: Record<string, string>
|
|
65
|
+
body?: string
|
|
66
|
+
}
|
|
67
|
+
responseCount: number
|
|
68
|
+
callCount: number
|
|
69
|
+
timestamp: string
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface SnapshotData {
|
|
73
|
+
hash: string
|
|
74
|
+
snapshot: Snapshot
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
declare class SnapshotAgent extends MockAgent {
|
|
79
|
+
constructor (options?: SnapshotAgent.Options)
|
|
80
|
+
|
|
81
|
+
saveSnapshots (filePath?: string): Promise<void>
|
|
82
|
+
loadSnapshots (filePath?: string): Promise<void>
|
|
83
|
+
getRecorder (): SnapshotRecorder
|
|
84
|
+
getMode (): SnapshotRecorder.SnapshotRecorderMode
|
|
85
|
+
clearSnapshots (): void
|
|
86
|
+
resetCallCounts (): void
|
|
87
|
+
deleteSnapshot (requestOpts: any): boolean
|
|
88
|
+
getSnapshotInfo (requestOpts: any): SnapshotRecorder.SnapshotInfo | null
|
|
89
|
+
replaceSnapshots (snapshotData: SnapshotRecorder.SnapshotData[]): void
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
declare namespace SnapshotAgent {
|
|
93
|
+
export interface Options extends MockAgent.Options {
|
|
94
|
+
mode?: SnapshotRecorder.SnapshotRecorderMode
|
|
95
|
+
snapshotPath?: string
|
|
96
|
+
maxSnapshots?: number
|
|
97
|
+
autoFlush?: boolean
|
|
98
|
+
flushInterval?: number
|
|
99
|
+
matchHeaders?: string[]
|
|
100
|
+
ignoreHeaders?: string[]
|
|
101
|
+
excludeHeaders?: string[]
|
|
102
|
+
matchBody?: boolean
|
|
103
|
+
normalizeBody?: (body: string | Buffer | null | undefined) => string
|
|
104
|
+
matchQuery?: boolean
|
|
105
|
+
normalizeQuery?: (query: URLSearchParams) => string
|
|
106
|
+
caseSensitive?: boolean
|
|
107
|
+
shouldRecord?: (requestOpts: any) => boolean
|
|
108
|
+
shouldPlayback?: (requestOpts: any) => boolean
|
|
109
|
+
excludeUrls?: (string | RegExp)[]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export { SnapshotAgent, SnapshotRecorder }
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Dispatcher from './dispatcher'
|
|
2
|
+
import buildConnector from './connector'
|
|
3
|
+
import { OutgoingHttpHeaders } from './header'
|
|
4
|
+
import Pool from './pool'
|
|
5
|
+
|
|
6
|
+
export default Socks5ProxyAgent
|
|
7
|
+
|
|
8
|
+
declare class Socks5ProxyAgent extends Dispatcher {
|
|
9
|
+
constructor (proxyUrl: string | URL, options?: Socks5ProxyAgent.Options)
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare namespace Socks5ProxyAgent {
|
|
13
|
+
export interface Options extends Pool.Options {
|
|
14
|
+
/** Additional headers to send with the proxy connection */
|
|
15
|
+
headers?: OutgoingHttpHeaders;
|
|
16
|
+
/** SOCKS5 proxy username for authentication */
|
|
17
|
+
username?: string;
|
|
18
|
+
/** SOCKS5 proxy password for authentication */
|
|
19
|
+
password?: string;
|
|
20
|
+
/** Custom connector function for proxy connection */
|
|
21
|
+
connect?: buildConnector.connector;
|
|
22
|
+
/** TLS options for the proxy connection (for SOCKS5 over TLS) */
|
|
23
|
+
proxyTls?: buildConnector.BuildOptions;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -3,7 +3,7 @@ export namespace util {
|
|
|
3
3
|
* Retrieves a header name and returns its lowercase value.
|
|
4
4
|
* @param value Header name
|
|
5
5
|
*/
|
|
6
|
-
export function headerNameToString(value: string | Buffer): string
|
|
6
|
+
export function headerNameToString (value: string | Buffer): string
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Receives a header object and returns the parsed value.
|
|
@@ -11,8 +11,8 @@ export namespace util {
|
|
|
11
11
|
* @param obj Object to specify a proxy object. Used to assign parsed values.
|
|
12
12
|
* @returns If `obj` is specified, it is equivalent to `obj`.
|
|
13
13
|
*/
|
|
14
|
-
export function parseHeaders(
|
|
14
|
+
export function parseHeaders (
|
|
15
15
|
headers: (Buffer | string | (Buffer | string)[])[],
|
|
16
16
|
obj?: Record<string, string | string[]>
|
|
17
|
-
): Record<string, string | string[]
|
|
17
|
+
): Record<string, string | string[]>
|
|
18
18
|
}
|