cdk-ecr-deployment 3.0.76 → 3.0.77
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/.jsii +2 -2
- package/lib/index.js +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +17 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +16 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +60 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +12 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/balanced-pool.d.ts +11 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/client.d.ts +12 -1
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/diagnostics-channel.d.ts +1 -2
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/dispatcher.d.ts +17 -3
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +61 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/fetch.d.ts +22 -23
- package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/index.d.ts +6 -1
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/package.json +1 -1
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool.d.ts +11 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/proxy-agent.d.ts +0 -2
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/readable.d.ts +2 -3
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +11 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +31 -0
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/webidl.d.ts +6 -1
- package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/websocket.d.ts +22 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +17 -17
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +16 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +60 -2
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +12 -11
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/keyv/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +61 -0
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +208 -0
- package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +68 -0
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +11 -0
- package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +31 -0
- package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +225 -0
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +152 -0
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +5 -78
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +17 -17
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +16 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +60 -2
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -14
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +10 -10
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +12 -11
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -7
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/responselike/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +108 -0
- package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +61 -0
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +208 -0
- package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +68 -0
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +60 -0
- package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +11 -0
- package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +31 -0
- package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +225 -0
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +152 -0
- package/package.json +3 -3
- package/node_modules/undici-types/handlers.d.ts +0 -9
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/README.md +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/agent.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/api.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cache.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/connector.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/content-type.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cookies.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/errors.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/file.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/filereader.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/formdata.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-origin.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/header.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/interceptors.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-agent.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-client.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-errors.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-interceptor.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-pool.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/patch.d.ts +0 -0
- /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool-stats.d.ts +0 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
|
|
3
|
+
import { Blob } from 'buffer'
|
|
4
|
+
import { DOMException, Event, EventInit, EventTarget } from './patch'
|
|
5
|
+
|
|
6
|
+
export declare class FileReader {
|
|
7
|
+
__proto__: EventTarget & FileReader
|
|
8
|
+
|
|
9
|
+
constructor ()
|
|
10
|
+
|
|
11
|
+
readAsArrayBuffer (blob: Blob): void
|
|
12
|
+
readAsBinaryString (blob: Blob): void
|
|
13
|
+
readAsText (blob: Blob, encoding?: string): void
|
|
14
|
+
readAsDataURL (blob: Blob): void
|
|
15
|
+
|
|
16
|
+
abort (): void
|
|
17
|
+
|
|
18
|
+
static readonly EMPTY = 0
|
|
19
|
+
static readonly LOADING = 1
|
|
20
|
+
static readonly DONE = 2
|
|
21
|
+
|
|
22
|
+
readonly EMPTY = 0
|
|
23
|
+
readonly LOADING = 1
|
|
24
|
+
readonly DONE = 2
|
|
25
|
+
|
|
26
|
+
readonly readyState: number
|
|
27
|
+
|
|
28
|
+
readonly result: string | ArrayBuffer | null
|
|
29
|
+
|
|
30
|
+
readonly error: DOMException | null
|
|
31
|
+
|
|
32
|
+
onloadstart: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
33
|
+
onprogress: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
34
|
+
onload: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
35
|
+
onabort: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
36
|
+
onerror: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
37
|
+
onloadend: null | ((this: FileReader, event: ProgressEvent) => void)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface ProgressEventInit extends EventInit {
|
|
41
|
+
lengthComputable?: boolean
|
|
42
|
+
loaded?: number
|
|
43
|
+
total?: number
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export declare class ProgressEvent {
|
|
47
|
+
__proto__: Event & ProgressEvent
|
|
48
|
+
|
|
49
|
+
constructor (type: string, eventInitDict?: ProgressEventInit)
|
|
50
|
+
|
|
51
|
+
readonly lengthComputable: boolean
|
|
52
|
+
readonly loaded: number
|
|
53
|
+
readonly total: number
|
|
54
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
// Based on https://github.com/octet-stream/form-data/blob/2d0f0dc371517444ce1f22cdde13f51995d0953a/lib/FormData.ts (MIT)
|
|
2
|
+
/// <reference types="node" />
|
|
3
|
+
|
|
4
|
+
import { File } from './file'
|
|
5
|
+
import { SpecIterator, SpecIterableIterator } from './fetch'
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* A `string` or `File` that represents a single value from a set of `FormData` key-value pairs.
|
|
9
|
+
*/
|
|
10
|
+
declare type FormDataEntryValue = string | File
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using fetch().
|
|
14
|
+
*/
|
|
15
|
+
export declare class FormData {
|
|
16
|
+
/**
|
|
17
|
+
* Appends a new value onto an existing key inside a FormData object,
|
|
18
|
+
* or adds the key if it does not already exist.
|
|
19
|
+
*
|
|
20
|
+
* The difference between `set()` and `append()` is that if the specified key already exists, `set()` will overwrite all existing values with the new one, whereas `append()` will append the new value onto the end of the existing set of values.
|
|
21
|
+
*
|
|
22
|
+
* @param name The name of the field whose data is contained in `value`.
|
|
23
|
+
* @param value The field's value. This can be [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob)
|
|
24
|
+
or [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File). If none of these are specified the value is converted to a string.
|
|
25
|
+
* @param fileName The filename reported to the server, when a Blob or File is passed as the second parameter. The default filename for Blob objects is "blob". The default filename for File objects is the file's filename.
|
|
26
|
+
*/
|
|
27
|
+
append(name: string, value: unknown, fileName?: string): void
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Set a new value for an existing key inside FormData,
|
|
31
|
+
* or add the new field if it does not already exist.
|
|
32
|
+
*
|
|
33
|
+
* @param name The name of the field whose data is contained in `value`.
|
|
34
|
+
* @param value The field's value. This can be [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob)
|
|
35
|
+
or [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File). If none of these are specified the value is converted to a string.
|
|
36
|
+
* @param fileName The filename reported to the server, when a Blob or File is passed as the second parameter. The default filename for Blob objects is "blob". The default filename for File objects is the file's filename.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
set(name: string, value: unknown, fileName?: string): void
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Returns the first value associated with a given key from within a `FormData` object.
|
|
43
|
+
* If you expect multiple values and want all of them, use the `getAll()` method instead.
|
|
44
|
+
*
|
|
45
|
+
* @param {string} name A name of the value you want to retrieve.
|
|
46
|
+
*
|
|
47
|
+
* @returns A `FormDataEntryValue` containing the value. If the key doesn't exist, the method returns null.
|
|
48
|
+
*/
|
|
49
|
+
get(name: string): FormDataEntryValue | null
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Returns all the values associated with a given key from within a `FormData` object.
|
|
53
|
+
*
|
|
54
|
+
* @param {string} name A name of the value you want to retrieve.
|
|
55
|
+
*
|
|
56
|
+
* @returns An array of `FormDataEntryValue` whose key matches the value passed in the `name` parameter. If the key doesn't exist, the method returns an empty list.
|
|
57
|
+
*/
|
|
58
|
+
getAll(name: string): FormDataEntryValue[]
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Returns a boolean stating whether a `FormData` object contains a certain key.
|
|
62
|
+
*
|
|
63
|
+
* @param name A string representing the name of the key you want to test for.
|
|
64
|
+
*
|
|
65
|
+
* @return A boolean value.
|
|
66
|
+
*/
|
|
67
|
+
has(name: string): boolean
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Deletes a key and its value(s) from a `FormData` object.
|
|
71
|
+
*
|
|
72
|
+
* @param name The name of the key you want to delete.
|
|
73
|
+
*/
|
|
74
|
+
delete(name: string): void
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Executes given callback function for each field of the FormData instance
|
|
78
|
+
*/
|
|
79
|
+
forEach: (
|
|
80
|
+
callbackfn: (value: FormDataEntryValue, key: string, iterable: FormData) => void,
|
|
81
|
+
thisArg?: unknown
|
|
82
|
+
) => void
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through all keys contained in this `FormData` object.
|
|
86
|
+
* Each key is a `string`.
|
|
87
|
+
*/
|
|
88
|
+
keys: () => SpecIterableIterator<string>
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through all values contained in this object `FormData` object.
|
|
92
|
+
* Each value is a [`FormDataValue`](https://developer.mozilla.org/en-US/docs/Web/API/FormDataEntryValue).
|
|
93
|
+
*/
|
|
94
|
+
values: () => SpecIterableIterator<FormDataEntryValue>
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through the `FormData` key/value pairs.
|
|
98
|
+
* The key of each pair is a string; the value is a [`FormDataValue`](https://developer.mozilla.org/en-US/docs/Web/API/FormDataEntryValue).
|
|
99
|
+
*/
|
|
100
|
+
entries: () => SpecIterableIterator<[string, FormDataEntryValue]>
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* An alias for FormData#entries()
|
|
104
|
+
*/
|
|
105
|
+
[Symbol.iterator]: () => SpecIterableIterator<[string, FormDataEntryValue]>
|
|
106
|
+
|
|
107
|
+
readonly [Symbol.toStringTag]: string
|
|
108
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import Dispatcher from "./dispatcher";
|
|
2
|
+
|
|
3
|
+
export {
|
|
4
|
+
getGlobalDispatcher,
|
|
5
|
+
setGlobalDispatcher
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare function setGlobalDispatcher<DispatcherImplementation extends Dispatcher>(dispatcher: DispatcherImplementation): void;
|
|
9
|
+
declare function getGlobalDispatcher(): Dispatcher;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import Dispatcher from "./dispatcher";
|
|
2
|
+
|
|
3
|
+
export declare class RedirectHandler implements Dispatcher.DispatchHandlers {
|
|
4
|
+
constructor(
|
|
5
|
+
dispatch: Dispatcher,
|
|
6
|
+
maxRedirections: number,
|
|
7
|
+
opts: Dispatcher.DispatchOptions,
|
|
8
|
+
handler: Dispatcher.DispatchHandlers,
|
|
9
|
+
redirectionLimitReached: boolean
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export declare class DecoratorHandler implements Dispatcher.DispatchHandlers {
|
|
14
|
+
constructor(handler: Dispatcher.DispatchHandlers);
|
|
15
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import Dispatcher from'./dispatcher'
|
|
2
|
+
import { setGlobalDispatcher, getGlobalDispatcher } from './global-dispatcher'
|
|
3
|
+
import { setGlobalOrigin, getGlobalOrigin } from './global-origin'
|
|
4
|
+
import Pool from'./pool'
|
|
5
|
+
import { RedirectHandler, DecoratorHandler } from './handlers'
|
|
6
|
+
|
|
7
|
+
import BalancedPool from './balanced-pool'
|
|
8
|
+
import Client from'./client'
|
|
9
|
+
import buildConnector from'./connector'
|
|
10
|
+
import errors from'./errors'
|
|
11
|
+
import Agent from'./agent'
|
|
12
|
+
import MockClient from'./mock-client'
|
|
13
|
+
import MockPool from'./mock-pool'
|
|
14
|
+
import MockAgent from'./mock-agent'
|
|
15
|
+
import mockErrors from'./mock-errors'
|
|
16
|
+
import ProxyAgent from'./proxy-agent'
|
|
17
|
+
import RetryHandler from'./retry-handler'
|
|
18
|
+
import RetryAgent from'./retry-agent'
|
|
19
|
+
import { request, pipeline, stream, connect, upgrade } from './api'
|
|
20
|
+
|
|
21
|
+
export * from './util'
|
|
22
|
+
export * from './cookies'
|
|
23
|
+
export * from './eventsource'
|
|
24
|
+
export * from './fetch'
|
|
25
|
+
export * from './file'
|
|
26
|
+
export * from './filereader'
|
|
27
|
+
export * from './formdata'
|
|
28
|
+
export * from './diagnostics-channel'
|
|
29
|
+
export * from './websocket'
|
|
30
|
+
export * from './content-type'
|
|
31
|
+
export * from './cache'
|
|
32
|
+
export { Interceptable } from './mock-interceptor'
|
|
33
|
+
|
|
34
|
+
export { Dispatcher, BalancedPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, MockClient, MockPool, MockAgent, mockErrors, ProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent }
|
|
35
|
+
export default Undici
|
|
36
|
+
|
|
37
|
+
declare namespace Undici {
|
|
38
|
+
var Dispatcher: typeof import('./dispatcher').default
|
|
39
|
+
var Pool: typeof import('./pool').default;
|
|
40
|
+
var RedirectHandler: typeof import ('./handlers').RedirectHandler
|
|
41
|
+
var DecoratorHandler: typeof import ('./handlers').DecoratorHandler
|
|
42
|
+
var RetryHandler: typeof import ('./retry-handler').default
|
|
43
|
+
var createRedirectInterceptor: typeof import ('./interceptors').createRedirectInterceptor
|
|
44
|
+
var BalancedPool: typeof import('./balanced-pool').default;
|
|
45
|
+
var Client: typeof import('./client').default;
|
|
46
|
+
var buildConnector: typeof import('./connector').default;
|
|
47
|
+
var errors: typeof import('./errors').default;
|
|
48
|
+
var Agent: typeof import('./agent').default;
|
|
49
|
+
var setGlobalDispatcher: typeof import('./global-dispatcher').setGlobalDispatcher;
|
|
50
|
+
var getGlobalDispatcher: typeof import('./global-dispatcher').getGlobalDispatcher;
|
|
51
|
+
var request: typeof import('./api').request;
|
|
52
|
+
var stream: typeof import('./api').stream;
|
|
53
|
+
var pipeline: typeof import('./api').pipeline;
|
|
54
|
+
var connect: typeof import('./api').connect;
|
|
55
|
+
var upgrade: typeof import('./api').upgrade;
|
|
56
|
+
var MockClient: typeof import('./mock-client').default;
|
|
57
|
+
var MockPool: typeof import('./mock-pool').default;
|
|
58
|
+
var MockAgent: typeof import('./mock-agent').default;
|
|
59
|
+
var mockErrors: typeof import('./mock-errors').default;
|
|
60
|
+
var fetch: typeof import('./fetch').fetch;
|
|
61
|
+
var Headers: typeof import('./fetch').Headers;
|
|
62
|
+
var Response: typeof import('./fetch').Response;
|
|
63
|
+
var Request: typeof import('./fetch').Request;
|
|
64
|
+
var FormData: typeof import('./formdata').FormData;
|
|
65
|
+
var File: typeof import('./file').File;
|
|
66
|
+
var FileReader: typeof import('./filereader').FileReader;
|
|
67
|
+
var caches: typeof import('./cache').caches;
|
|
68
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import Agent from './agent'
|
|
2
|
+
import Dispatcher from './dispatcher'
|
|
3
|
+
import { Interceptable, MockInterceptor } from './mock-interceptor'
|
|
4
|
+
import MockDispatch = MockInterceptor.MockDispatch;
|
|
5
|
+
|
|
6
|
+
export default MockAgent
|
|
7
|
+
|
|
8
|
+
interface PendingInterceptor extends MockDispatch {
|
|
9
|
+
origin: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/** A mocked Agent class that implements the Agent API. It allows one to intercept HTTP requests made through undici and return mocked responses instead. */
|
|
13
|
+
declare class MockAgent<TMockAgentOptions extends MockAgent.Options = MockAgent.Options> extends Dispatcher {
|
|
14
|
+
constructor(options?: MockAgent.Options)
|
|
15
|
+
/** Creates and retrieves mock Dispatcher instances which can then be used to intercept HTTP requests. If the number of connections on the mock agent is set to 1, a MockClient instance is returned. Otherwise a MockPool instance is returned. */
|
|
16
|
+
get<TInterceptable extends Interceptable>(origin: string): TInterceptable;
|
|
17
|
+
get<TInterceptable extends Interceptable>(origin: RegExp): TInterceptable;
|
|
18
|
+
get<TInterceptable extends Interceptable>(origin: ((origin: string) => boolean)): TInterceptable;
|
|
19
|
+
/** Dispatches a mocked request. */
|
|
20
|
+
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean;
|
|
21
|
+
/** Closes the mock agent and waits for registered mock pools and clients to also close before resolving. */
|
|
22
|
+
close(): Promise<void>;
|
|
23
|
+
/** Disables mocking in MockAgent. */
|
|
24
|
+
deactivate(): void;
|
|
25
|
+
/** Enables mocking in a MockAgent instance. When instantiated, a MockAgent is automatically activated. Therefore, this method is only effective after `MockAgent.deactivate` has been called. */
|
|
26
|
+
activate(): void;
|
|
27
|
+
/** Define host matchers so only matching requests that aren't intercepted by the mock dispatchers will be attempted. */
|
|
28
|
+
enableNetConnect(): void;
|
|
29
|
+
enableNetConnect(host: string): void;
|
|
30
|
+
enableNetConnect(host: RegExp): void;
|
|
31
|
+
enableNetConnect(host: ((host: string) => boolean)): void;
|
|
32
|
+
/** Causes all requests to throw when requests are not matched in a MockAgent intercept. */
|
|
33
|
+
disableNetConnect(): void;
|
|
34
|
+
pendingInterceptors(): PendingInterceptor[];
|
|
35
|
+
assertNoPendingInterceptors(options?: {
|
|
36
|
+
pendingInterceptorsFormatter?: PendingInterceptorsFormatter;
|
|
37
|
+
}): void;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
interface PendingInterceptorsFormatter {
|
|
41
|
+
format(pendingInterceptors: readonly PendingInterceptor[]): string;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare namespace MockAgent {
|
|
45
|
+
/** MockAgent options. */
|
|
46
|
+
export interface Options extends Agent.Options {
|
|
47
|
+
/** A custom agent to be encapsulated by the MockAgent. */
|
|
48
|
+
agent?: Agent;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Client from './client'
|
|
2
|
+
import Dispatcher from './dispatcher'
|
|
3
|
+
import MockAgent from './mock-agent'
|
|
4
|
+
import { MockInterceptor, Interceptable } from './mock-interceptor'
|
|
5
|
+
|
|
6
|
+
export default MockClient
|
|
7
|
+
|
|
8
|
+
/** MockClient extends the Client API and allows one to mock requests. */
|
|
9
|
+
declare class MockClient extends Client implements Interceptable {
|
|
10
|
+
constructor(origin: string, options: MockClient.Options);
|
|
11
|
+
/** Intercepts any matching requests that use the same origin as this mock client. */
|
|
12
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
|
13
|
+
/** Dispatches a mocked request. */
|
|
14
|
+
dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
|
|
15
|
+
/** Closes the mock client and gracefully waits for enqueued requests to complete. */
|
|
16
|
+
close(): Promise<void>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare namespace MockClient {
|
|
20
|
+
/** MockClient options. */
|
|
21
|
+
export interface Options extends Client.Options {
|
|
22
|
+
/** The agent to associate this MockClient with. */
|
|
23
|
+
agent: MockAgent;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Errors from './errors'
|
|
2
|
+
|
|
3
|
+
export default MockErrors
|
|
4
|
+
|
|
5
|
+
declare namespace MockErrors {
|
|
6
|
+
/** The request does not match any registered mock dispatches. */
|
|
7
|
+
export class MockNotMatchedError extends Errors.UndiciError {
|
|
8
|
+
constructor(message?: string);
|
|
9
|
+
name: 'MockNotMatchedError';
|
|
10
|
+
code: 'UND_MOCK_ERR_MOCK_NOT_MATCHED';
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { IncomingHttpHeaders } from './header'
|
|
2
|
+
import Dispatcher from './dispatcher';
|
|
3
|
+
import { BodyInit, Headers } from './fetch'
|
|
4
|
+
|
|
5
|
+
export {
|
|
6
|
+
Interceptable,
|
|
7
|
+
MockInterceptor,
|
|
8
|
+
MockScope
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/** The scope associated with a mock dispatch. */
|
|
12
|
+
declare class MockScope<TData extends object = object> {
|
|
13
|
+
constructor(mockDispatch: MockInterceptor.MockDispatch<TData>);
|
|
14
|
+
/** Delay a reply by a set amount of time in ms. */
|
|
15
|
+
delay(waitInMs: number): MockScope<TData>;
|
|
16
|
+
/** Persist the defined mock data for the associated reply. It will return the defined mock data indefinitely. */
|
|
17
|
+
persist(): MockScope<TData>;
|
|
18
|
+
/** Define a reply for a set amount of matching requests. */
|
|
19
|
+
times(repeatTimes: number): MockScope<TData>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/** The interceptor for a Mock. */
|
|
23
|
+
declare class MockInterceptor {
|
|
24
|
+
constructor(options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[]);
|
|
25
|
+
/** Mock an undici request with the defined reply. */
|
|
26
|
+
reply<TData extends object = object>(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback<TData>): MockScope<TData>;
|
|
27
|
+
reply<TData extends object = object>(
|
|
28
|
+
statusCode: number,
|
|
29
|
+
data?: TData | Buffer | string | MockInterceptor.MockResponseDataHandler<TData>,
|
|
30
|
+
responseOptions?: MockInterceptor.MockResponseOptions
|
|
31
|
+
): MockScope<TData>;
|
|
32
|
+
/** Mock an undici request by throwing the defined reply error. */
|
|
33
|
+
replyWithError<TError extends Error = Error>(error: TError): MockScope;
|
|
34
|
+
/** Set default reply headers on the interceptor for subsequent mocked replies. */
|
|
35
|
+
defaultReplyHeaders(headers: IncomingHttpHeaders): MockInterceptor;
|
|
36
|
+
/** Set default reply trailers on the interceptor for subsequent mocked replies. */
|
|
37
|
+
defaultReplyTrailers(trailers: Record<string, string>): MockInterceptor;
|
|
38
|
+
/** Set automatically calculated content-length header on subsequent mocked replies. */
|
|
39
|
+
replyContentLength(): MockInterceptor;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare namespace MockInterceptor {
|
|
43
|
+
/** MockInterceptor options. */
|
|
44
|
+
export interface Options {
|
|
45
|
+
/** Path to intercept on. */
|
|
46
|
+
path: string | RegExp | ((path: string) => boolean);
|
|
47
|
+
/** Method to intercept on. Defaults to GET. */
|
|
48
|
+
method?: string | RegExp | ((method: string) => boolean);
|
|
49
|
+
/** Body to intercept on. */
|
|
50
|
+
body?: string | RegExp | ((body: string) => boolean);
|
|
51
|
+
/** Headers to intercept on. */
|
|
52
|
+
headers?: Record<string, string | RegExp | ((body: string) => boolean)> | ((headers: Record<string, string>) => boolean);
|
|
53
|
+
/** Query params to intercept on */
|
|
54
|
+
query?: Record<string, any>;
|
|
55
|
+
}
|
|
56
|
+
export interface MockDispatch<TData extends object = object, TError extends Error = Error> extends Options {
|
|
57
|
+
times: number | null;
|
|
58
|
+
persist: boolean;
|
|
59
|
+
consumed: boolean;
|
|
60
|
+
data: MockDispatchData<TData, TError>;
|
|
61
|
+
}
|
|
62
|
+
export interface MockDispatchData<TData extends object = object, TError extends Error = Error> extends MockResponseOptions {
|
|
63
|
+
error: TError | null;
|
|
64
|
+
statusCode?: number;
|
|
65
|
+
data?: TData | string;
|
|
66
|
+
}
|
|
67
|
+
export interface MockResponseOptions {
|
|
68
|
+
headers?: IncomingHttpHeaders;
|
|
69
|
+
trailers?: Record<string, string>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface MockResponseCallbackOptions {
|
|
73
|
+
path: string;
|
|
74
|
+
origin: string;
|
|
75
|
+
method: string;
|
|
76
|
+
body?: BodyInit | Dispatcher.DispatchOptions['body'];
|
|
77
|
+
headers: Headers | Record<string, string>;
|
|
78
|
+
maxRedirections: number;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export type MockResponseDataHandler<TData extends object = object> = (
|
|
82
|
+
opts: MockResponseCallbackOptions
|
|
83
|
+
) => TData | Buffer | string;
|
|
84
|
+
|
|
85
|
+
export type MockReplyOptionsCallback<TData extends object = object> = (
|
|
86
|
+
opts: MockResponseCallbackOptions
|
|
87
|
+
) => { statusCode: number, data?: TData | Buffer | string, responseOptions?: MockResponseOptions }
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
interface Interceptable extends Dispatcher {
|
|
91
|
+
/** Intercepts any matching requests that use the same origin as this mock client. */
|
|
92
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
|
93
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Pool from './pool'
|
|
2
|
+
import MockAgent from './mock-agent'
|
|
3
|
+
import { Interceptable, MockInterceptor } from './mock-interceptor'
|
|
4
|
+
import Dispatcher from './dispatcher'
|
|
5
|
+
|
|
6
|
+
export default MockPool
|
|
7
|
+
|
|
8
|
+
/** MockPool extends the Pool API and allows one to mock requests. */
|
|
9
|
+
declare class MockPool extends Pool implements Interceptable {
|
|
10
|
+
constructor(origin: string, options: MockPool.Options);
|
|
11
|
+
/** Intercepts any matching requests that use the same origin as this mock pool. */
|
|
12
|
+
intercept(options: MockInterceptor.Options): MockInterceptor;
|
|
13
|
+
/** Dispatches a mocked request. */
|
|
14
|
+
dispatch(options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandlers): boolean;
|
|
15
|
+
/** Closes the mock pool and gracefully waits for enqueued requests to complete. */
|
|
16
|
+
close(): Promise<void>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare namespace MockPool {
|
|
20
|
+
/** MockPool options. */
|
|
21
|
+
export interface Options extends Pool.Options {
|
|
22
|
+
/** The agent to associate this MockPool with. */
|
|
23
|
+
agent: MockAgent;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "undici-types",
|
|
3
|
+
"version": "6.11.1",
|
|
4
|
+
"description": "A stand-alone types package for Undici",
|
|
5
|
+
"homepage": "https://undici.nodejs.org",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/nodejs/undici/issues"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/nodejs/undici.git"
|
|
12
|
+
},
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"types": "index.d.ts",
|
|
15
|
+
"files": [
|
|
16
|
+
"*.d.ts"
|
|
17
|
+
],
|
|
18
|
+
"contributors": [
|
|
19
|
+
{
|
|
20
|
+
"name": "Daniele Belardi",
|
|
21
|
+
"url": "https://github.com/dnlup",
|
|
22
|
+
"author": true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Ethan Arrowood",
|
|
26
|
+
"url": "https://github.com/ethan-arrowood",
|
|
27
|
+
"author": true
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "Matteo Collina",
|
|
31
|
+
"url": "https://github.com/mcollina",
|
|
32
|
+
"author": true
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Matthew Aitken",
|
|
36
|
+
"url": "https://github.com/KhafraDev",
|
|
37
|
+
"author": true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "Robert Nagy",
|
|
41
|
+
"url": "https://github.com/ronag",
|
|
42
|
+
"author": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "Szymon Marczak",
|
|
46
|
+
"url": "https://github.com/szmarczak",
|
|
47
|
+
"author": true
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "Tomas Della Vedova",
|
|
51
|
+
"url": "https://github.com/delvedor",
|
|
52
|
+
"author": true
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
|
|
3
|
+
// See https://github.com/nodejs/undici/issues/1740
|
|
4
|
+
|
|
5
|
+
export type DOMException = typeof globalThis extends { DOMException: infer T }
|
|
6
|
+
? T
|
|
7
|
+
: any
|
|
8
|
+
|
|
9
|
+
export type EventTarget = typeof globalThis extends { EventTarget: infer T }
|
|
10
|
+
? T
|
|
11
|
+
: {
|
|
12
|
+
addEventListener(
|
|
13
|
+
type: string,
|
|
14
|
+
listener: any,
|
|
15
|
+
options?: any,
|
|
16
|
+
): void
|
|
17
|
+
dispatchEvent(event: Event): boolean
|
|
18
|
+
removeEventListener(
|
|
19
|
+
type: string,
|
|
20
|
+
listener: any,
|
|
21
|
+
options?: any | boolean,
|
|
22
|
+
): void
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export type Event = typeof globalThis extends { Event: infer T }
|
|
26
|
+
? T
|
|
27
|
+
: {
|
|
28
|
+
readonly bubbles: boolean
|
|
29
|
+
cancelBubble: () => void
|
|
30
|
+
readonly cancelable: boolean
|
|
31
|
+
readonly composed: boolean
|
|
32
|
+
composedPath(): [EventTarget?]
|
|
33
|
+
readonly currentTarget: EventTarget | null
|
|
34
|
+
readonly defaultPrevented: boolean
|
|
35
|
+
readonly eventPhase: 0 | 2
|
|
36
|
+
readonly isTrusted: boolean
|
|
37
|
+
preventDefault(): void
|
|
38
|
+
returnValue: boolean
|
|
39
|
+
readonly srcElement: EventTarget | null
|
|
40
|
+
stopImmediatePropagation(): void
|
|
41
|
+
stopPropagation(): void
|
|
42
|
+
readonly target: EventTarget | null
|
|
43
|
+
readonly timeStamp: number
|
|
44
|
+
readonly type: string
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface EventInit {
|
|
48
|
+
bubbles?: boolean
|
|
49
|
+
cancelable?: boolean
|
|
50
|
+
composed?: boolean
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface EventListenerOptions {
|
|
54
|
+
capture?: boolean
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface AddEventListenerOptions extends EventListenerOptions {
|
|
58
|
+
once?: boolean
|
|
59
|
+
passive?: boolean
|
|
60
|
+
signal?: AbortSignal
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export type EventListenerOrEventListenerObject = EventListener | EventListenerObject
|
|
64
|
+
|
|
65
|
+
export interface EventListenerObject {
|
|
66
|
+
handleEvent (object: Event): void
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface EventListener {
|
|
70
|
+
(evt: Event): void
|
|
71
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import Pool from "./pool"
|
|
2
|
+
|
|
3
|
+
export default PoolStats
|
|
4
|
+
|
|
5
|
+
declare class PoolStats {
|
|
6
|
+
constructor(pool: Pool);
|
|
7
|
+
/** Number of open socket connections in this pool. */
|
|
8
|
+
connected: number;
|
|
9
|
+
/** Number of open socket connections in this pool that do not have an active request. */
|
|
10
|
+
free: number;
|
|
11
|
+
/** Number of pending requests across all clients in this pool. */
|
|
12
|
+
pending: number;
|
|
13
|
+
/** Number of queued requests across all clients in this pool. */
|
|
14
|
+
queued: number;
|
|
15
|
+
/** Number of currently active requests across all clients in this pool. */
|
|
16
|
+
running: number;
|
|
17
|
+
/** Number of active, pending, or queued requests across all clients in this pool. */
|
|
18
|
+
size: number;
|
|
19
|
+
}
|