aws-delivlib 14.4.2 → 14.4.3
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/lib/publishing/github/node_modules/.yarn-integrity +42 -36
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +146 -106
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-installation.js +34 -23
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-repository.js +46 -38
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/get-installation-octokit.js +16 -13
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/index.js +76 -63
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/index.js +48 -41
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/webhooks.js +44 -51
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-installation.d.ts +6 -3
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-repository.d.ts +1 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js +306 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js.map +7 -0
- package/lib/publishing/github/node_modules/@octokit/app/package.json +22 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +239 -180
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/auth.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/cache.js +73 -66
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +28 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +96 -74
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/hook.js +79 -75
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/index.js +51 -39
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +30 -47
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +29 -11
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/cache.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +405 -360
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +24 -25
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js +15 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +17 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/package.json +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js +23 -31
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +12 -12
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/README.md +23 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js +40 -39
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +8 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +3 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/index.js +2 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +38 -34
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js +14 -2
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-token/README.md +5 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js +44 -20
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/auth.js +13 -17
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/hook.js +10 -4
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/index.js +16 -11
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +8 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/types.d.ts +13 -13
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js +42 -45
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/package.json +23 -27
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js +47 -22
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +33 -24
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +62 -50
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/package.json +22 -23
- package/lib/publishing/github/node_modules/@octokit/core/README.md +4 -4
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js +119 -100
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/index.js +114 -112
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js +124 -122
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/package.json +26 -27
- package/lib/publishing/github/node_modules/@octokit/endpoint/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js +22 -62
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/graphql/README.md +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js +81 -39
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/error.js +17 -17
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/graphql.js +55 -44
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/with-defaults.js +12 -9
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/error.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/graphql.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js +103 -90
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js +290 -263
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/emit-event.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/index.js +108 -64
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +43 -40
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +32 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +29 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +16 -28
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +58 -55
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +9 -6
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +21 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +217 -210
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +30 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +13 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +6 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +11 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +31 -19
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/package.json +20 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +11 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +8 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/openapi-types/package.json +2 -2
- package/lib/publishing/github/node_modules/@octokit/openapi-types/types.d.ts +77450 -13127
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +292 -57
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +226 -213
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +36 -37
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +29 -45
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +31 -21
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +14 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +183 -111
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +3 -4
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +29 -29
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +334 -334
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/package.json +24 -26
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +99 -39
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +197 -77
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +1419 -661
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +359 -119
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +198 -78
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +9 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js +80 -35
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/error-request.js +12 -13
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/index.js +29 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +31 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js +68 -54
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/package.json +21 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js +18 -11
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/index.js +21 -14
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +6 -0
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +13 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js +22 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/request/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js +105 -77
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/fetch-wrapper.js +111 -108
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/get-buffer-response.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/index.js +7 -4
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/with-defaults.js +23 -18
- package/lib/publishing/github/node_modules/@octokit/request/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js +148 -138
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js +10 -19
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/tsconfig/LICENSE +7 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/README.md +31 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/package.json +28 -0
- package/lib/publishing/github/node_modules/@octokit/types/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-src/VERSION.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Fetch.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestError.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Route.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Signal.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Url.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/VERSION.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +464 -332
- package/lib/publishing/github/node_modules/@octokit/types/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/package.json +10 -10
- package/lib/publishing/github/node_modules/@octokit/webhooks/README.md +68 -64
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js +467 -97
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/createLogger.js +11 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +23 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +31 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +51 -49
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +18 -15
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +17 -18
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +262 -254
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/index.js +40 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +8 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +27 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +19 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +86 -72
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/sign.js +8 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +8 -8
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +22 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify.js +9 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/index.d.ts +14 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +5 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/types.d.ts +12 -11
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js +609 -533
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/package.json +20 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/README.md +84 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js +89 -48
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/index.js +22 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +19 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +18 -14
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/types.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/utils.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/web.js +62 -44
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +3 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/types.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js +71 -53
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/package.json +36 -25
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/schema.d.ts +670 -35
- package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/index.d.ts +3 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +3 -8
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +38 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +75 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +4 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts +8 -4
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-sms-sender.d.ts +49 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +11 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/msk.d.ts +7 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/self-managed-kafka.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +14 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +135 -75
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +220 -101
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +87 -58
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +25 -29
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +5 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +873 -249
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +16 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +27 -18
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +6 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +166 -93
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +149 -74
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +288 -121
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +22 -13
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +453 -125
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +74 -46
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +103 -53
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +6 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +20 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +6 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +106 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +36 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +15 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +37 -26
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +53 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +51 -175
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +21 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +983 -824
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +125 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +149 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +30 -9
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/net.d.ts +886 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +7 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +66 -56
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +528 -70
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +271 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +421 -34
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +13 -19
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +11 -11
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/node/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/node/child_process.d.ts +41 -2
- package/lib/publishing/github/node_modules/@types/node/crypto.d.ts +77 -7
- package/lib/publishing/github/node_modules/@types/node/fs/promises.d.ts +15 -12
- package/lib/publishing/github/node_modules/@types/node/globals.d.ts +5 -3
- package/lib/publishing/github/node_modules/@types/node/http.d.ts +142 -53
- package/lib/publishing/github/node_modules/@types/node/http2.d.ts +1 -2
- package/lib/publishing/github/node_modules/@types/node/https.d.ts +192 -62
- package/lib/publishing/github/node_modules/@types/node/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/inspector.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/net.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/os.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/package.json +10 -3
- package/lib/publishing/github/node_modules/@types/node/path.d.ts +32 -21
- package/lib/publishing/github/node_modules/@types/node/stream.d.ts +99 -0
- package/lib/publishing/github/node_modules/@types/node/tls.d.ts +13 -13
- package/lib/publishing/github/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/child_process.d.ts +553 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http.d.ts +580 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http2.d.ts +961 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/https.d.ts +272 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/net.d.ts +309 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/os.d.ts +243 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/stream.d.ts +458 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/url.d.ts +177 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/lib/publishing/github/node_modules/@types/node/url.d.ts +28 -0
- package/lib/publishing/github/node_modules/before-after-hook/README.md +1 -3
- package/lib/publishing/github/node_modules/before-after-hook/index.d.ts +48 -48
- package/lib/publishing/github/node_modules/before-after-hook/index.js +43 -39
- package/lib/publishing/github/node_modules/before-after-hook/package.json +15 -10
- package/lib/publishing/github/node_modules/lru-cache/LICENSE +1 -1
- package/lib/publishing/github/node_modules/lru-cache/README.md +1127 -104
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js +1395 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js +1391 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/package.json +86 -12
- package/lib/publishing/github/node_modules/node-fetch/README.md +43 -0
- package/lib/publishing/github/node_modules/node-fetch/browser.js +7 -7
- package/lib/publishing/github/node_modules/node-fetch/lib/index.es.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.mjs +92 -2
- package/lib/publishing/github/node_modules/node-fetch/package.json +16 -3
- package/lib/publishing/github/node_modules/octokit/README.md +4 -4
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js +60 -33
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/dist-src/app.js +8 -3
- package/lib/publishing/github/node_modules/octokit/dist-src/index.js +8 -2
- package/lib/publishing/github/node_modules/octokit/dist-src/octokit.js +28 -20
- package/lib/publishing/github/node_modules/octokit/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
- package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js +46 -34
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/package.json +26 -28
- package/lib/publishing/github/node_modules/semver/README.md +67 -0
- package/lib/publishing/github/node_modules/semver/bin/semver.js +16 -2
- package/lib/publishing/github/node_modules/semver/classes/comparator.js +37 -33
- package/lib/publishing/github/node_modules/semver/classes/range.js +6 -2
- package/lib/publishing/github/node_modules/semver/classes/semver.js +27 -14
- package/lib/publishing/github/node_modules/semver/functions/diff.js +48 -17
- package/lib/publishing/github/node_modules/semver/functions/inc.js +3 -2
- package/lib/publishing/github/node_modules/semver/functions/parse.js +5 -22
- package/lib/publishing/github/node_modules/semver/index.js +1 -0
- package/lib/publishing/github/node_modules/semver/internal/constants.js +15 -2
- package/lib/publishing/github/node_modules/semver/internal/parse-options.js +14 -10
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/README.md +166 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/package.json +34 -0
- package/lib/publishing/github/node_modules/semver/package.json +7 -6
- package/lib/publishing/github/node_modules/semver/ranges/intersects.js +1 -1
- package/lib/publishing/github/node_modules/semver/ranges/subset.js +6 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsc.js +8 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserver.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserverlibrary.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescript.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescriptServices.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typingsInstaller.js +13 -3
- package/lib/publishing/github/node_modules/typescript/package.json +1 -1
- package/lib/publishing/github/package-lock.json +675 -0
- package/lib/publishing/github/package.json +1 -1
- package/lib/publishing/github/publish.sh +3 -1
- package/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@types/lru-cache/LICENSE +0 -21
- package/lib/publishing/github/node_modules/@types/lru-cache/README.md +0 -16
- package/lib/publishing/github/node_modules/@types/lru-cache/index.d.ts +0 -193
- package/lib/publishing/github/node_modules/@types/lru-cache/package.json +0 -30
- package/lib/publishing/github/yarn.lock +0 -473
- /package/lib/publishing/github/node_modules/{lru-cache → semver/node_modules/lru-cache}/index.js +0 -0
|
@@ -4,12 +4,17 @@ declare module 'https' {
|
|
|
4
4
|
import * as http from 'http';
|
|
5
5
|
import { URL } from 'url';
|
|
6
6
|
|
|
7
|
-
type ServerOptions
|
|
7
|
+
type ServerOptions<
|
|
8
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
9
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
10
|
+
> = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
|
|
8
11
|
|
|
9
|
-
type RequestOptions = http.RequestOptions &
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
type RequestOptions = http.RequestOptions &
|
|
13
|
+
tls.SecureContextOptions & {
|
|
14
|
+
checkServerIdentity?: typeof tls.checkServerIdentity | undefined;
|
|
15
|
+
rejectUnauthorized?: boolean | undefined; // Defaults to true
|
|
16
|
+
servername?: string | undefined; // SNI TLS Extension
|
|
17
|
+
};
|
|
13
18
|
|
|
14
19
|
interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions {
|
|
15
20
|
rejectUnauthorized?: boolean | undefined;
|
|
@@ -21,31 +26,69 @@ declare module 'https' {
|
|
|
21
26
|
options: AgentOptions;
|
|
22
27
|
}
|
|
23
28
|
|
|
24
|
-
interface Server
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
interface Server<
|
|
30
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
31
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
32
|
+
> extends http.Server<Request, Response> {}
|
|
33
|
+
class Server<
|
|
34
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
35
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
36
|
+
> extends tls.Server {
|
|
37
|
+
constructor(requestListener?: http.RequestListener<Request, Response>);
|
|
38
|
+
constructor(
|
|
39
|
+
options: ServerOptions<Request, Response>,
|
|
40
|
+
requestListener?: http.RequestListener<Request, Response>,
|
|
41
|
+
);
|
|
28
42
|
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
29
43
|
addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
30
|
-
addListener(
|
|
31
|
-
|
|
32
|
-
|
|
44
|
+
addListener(
|
|
45
|
+
event: 'newSession',
|
|
46
|
+
listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
|
|
47
|
+
): this;
|
|
48
|
+
addListener(
|
|
49
|
+
event: 'OCSPRequest',
|
|
50
|
+
listener: (
|
|
51
|
+
certificate: Buffer,
|
|
52
|
+
issuer: Buffer,
|
|
53
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
54
|
+
) => void,
|
|
55
|
+
): this;
|
|
56
|
+
addListener(
|
|
57
|
+
event: 'resumeSession',
|
|
58
|
+
listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
|
|
59
|
+
): this;
|
|
33
60
|
addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
34
61
|
addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
35
62
|
addListener(event: 'close', listener: () => void): this;
|
|
36
63
|
addListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
37
64
|
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
38
65
|
addListener(event: 'listening', listener: () => void): this;
|
|
39
|
-
addListener(event: 'checkContinue', listener: http.RequestListener): this;
|
|
40
|
-
addListener(event: 'checkExpectation', listener: http.RequestListener): this;
|
|
66
|
+
addListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
67
|
+
addListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
41
68
|
addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
42
|
-
addListener(
|
|
43
|
-
|
|
44
|
-
|
|
69
|
+
addListener(
|
|
70
|
+
event: 'connect',
|
|
71
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
72
|
+
): this;
|
|
73
|
+
addListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
74
|
+
addListener(
|
|
75
|
+
event: 'upgrade',
|
|
76
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
77
|
+
): this;
|
|
45
78
|
emit(event: string, ...args: any[]): boolean;
|
|
46
79
|
emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean;
|
|
47
|
-
emit(
|
|
48
|
-
|
|
80
|
+
emit(
|
|
81
|
+
event: 'newSession',
|
|
82
|
+
sessionId: Buffer,
|
|
83
|
+
sessionData: Buffer,
|
|
84
|
+
callback: (err: Error, resp: Buffer) => void,
|
|
85
|
+
): boolean;
|
|
86
|
+
emit(
|
|
87
|
+
event: 'OCSPRequest',
|
|
88
|
+
certificate: Buffer,
|
|
89
|
+
issuer: Buffer,
|
|
90
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
91
|
+
): boolean;
|
|
49
92
|
emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
|
|
50
93
|
emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean;
|
|
51
94
|
emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean;
|
|
@@ -53,88 +96,175 @@ declare module 'https' {
|
|
|
53
96
|
emit(event: 'connection', socket: Duplex): boolean;
|
|
54
97
|
emit(event: 'error', err: Error): boolean;
|
|
55
98
|
emit(event: 'listening'): boolean;
|
|
56
|
-
emit(event: 'checkContinue', req:
|
|
57
|
-
emit(event: 'checkExpectation', req:
|
|
99
|
+
emit(event: 'checkContinue', req: InstanceType<Request>, res: InstanceType<Response>): boolean;
|
|
100
|
+
emit(event: 'checkExpectation', req: InstanceType<Request>, res: InstanceType<Response>): boolean;
|
|
58
101
|
emit(event: 'clientError', err: Error, socket: Duplex): boolean;
|
|
59
|
-
emit(event: 'connect', req:
|
|
60
|
-
emit(event: 'request', req:
|
|
61
|
-
emit(event: 'upgrade', req:
|
|
102
|
+
emit(event: 'connect', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
|
|
103
|
+
emit(event: 'request', req: InstanceType<Request>, res: InstanceType<Response>): boolean;
|
|
104
|
+
emit(event: 'upgrade', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
|
|
62
105
|
on(event: string, listener: (...args: any[]) => void): this;
|
|
63
106
|
on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
64
|
-
on(
|
|
65
|
-
|
|
66
|
-
|
|
107
|
+
on(
|
|
108
|
+
event: 'newSession',
|
|
109
|
+
listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
|
|
110
|
+
): this;
|
|
111
|
+
on(
|
|
112
|
+
event: 'OCSPRequest',
|
|
113
|
+
listener: (
|
|
114
|
+
certificate: Buffer,
|
|
115
|
+
issuer: Buffer,
|
|
116
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
117
|
+
) => void,
|
|
118
|
+
): this;
|
|
119
|
+
on(
|
|
120
|
+
event: 'resumeSession',
|
|
121
|
+
listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
|
|
122
|
+
): this;
|
|
67
123
|
on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
68
124
|
on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
69
125
|
on(event: 'close', listener: () => void): this;
|
|
70
126
|
on(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
71
127
|
on(event: 'error', listener: (err: Error) => void): this;
|
|
72
128
|
on(event: 'listening', listener: () => void): this;
|
|
73
|
-
on(event: 'checkContinue', listener: http.RequestListener): this;
|
|
74
|
-
on(event: 'checkExpectation', listener: http.RequestListener): this;
|
|
129
|
+
on(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
130
|
+
on(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
75
131
|
on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
76
|
-
on(event: 'connect', listener: (req:
|
|
77
|
-
on(event: 'request', listener: http.RequestListener): this;
|
|
78
|
-
on(event: 'upgrade', listener: (req:
|
|
132
|
+
on(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
133
|
+
on(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
134
|
+
on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
79
135
|
once(event: string, listener: (...args: any[]) => void): this;
|
|
80
136
|
once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
81
|
-
once(
|
|
82
|
-
|
|
83
|
-
|
|
137
|
+
once(
|
|
138
|
+
event: 'newSession',
|
|
139
|
+
listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
|
|
140
|
+
): this;
|
|
141
|
+
once(
|
|
142
|
+
event: 'OCSPRequest',
|
|
143
|
+
listener: (
|
|
144
|
+
certificate: Buffer,
|
|
145
|
+
issuer: Buffer,
|
|
146
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
147
|
+
) => void,
|
|
148
|
+
): this;
|
|
149
|
+
once(
|
|
150
|
+
event: 'resumeSession',
|
|
151
|
+
listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
|
|
152
|
+
): this;
|
|
84
153
|
once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
85
154
|
once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
86
155
|
once(event: 'close', listener: () => void): this;
|
|
87
156
|
once(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
88
157
|
once(event: 'error', listener: (err: Error) => void): this;
|
|
89
158
|
once(event: 'listening', listener: () => void): this;
|
|
90
|
-
once(event: 'checkContinue', listener: http.RequestListener): this;
|
|
91
|
-
once(event: 'checkExpectation', listener: http.RequestListener): this;
|
|
159
|
+
once(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
160
|
+
once(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
92
161
|
once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
93
|
-
once(event: 'connect', listener: (req:
|
|
94
|
-
once(event: 'request', listener: http.RequestListener): this;
|
|
95
|
-
once(event: 'upgrade', listener: (req:
|
|
162
|
+
once(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
163
|
+
once(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
164
|
+
once(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
|
|
96
165
|
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
97
166
|
prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
98
|
-
prependListener(
|
|
99
|
-
|
|
100
|
-
|
|
167
|
+
prependListener(
|
|
168
|
+
event: 'newSession',
|
|
169
|
+
listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
|
|
170
|
+
): this;
|
|
171
|
+
prependListener(
|
|
172
|
+
event: 'OCSPRequest',
|
|
173
|
+
listener: (
|
|
174
|
+
certificate: Buffer,
|
|
175
|
+
issuer: Buffer,
|
|
176
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
177
|
+
) => void,
|
|
178
|
+
): this;
|
|
179
|
+
prependListener(
|
|
180
|
+
event: 'resumeSession',
|
|
181
|
+
listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
|
|
182
|
+
): this;
|
|
101
183
|
prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
102
184
|
prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
103
185
|
prependListener(event: 'close', listener: () => void): this;
|
|
104
186
|
prependListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
105
187
|
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
106
188
|
prependListener(event: 'listening', listener: () => void): this;
|
|
107
|
-
prependListener(event: 'checkContinue', listener: http.RequestListener): this;
|
|
108
|
-
prependListener(event: 'checkExpectation', listener: http.RequestListener): this;
|
|
189
|
+
prependListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
190
|
+
prependListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
109
191
|
prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
110
|
-
prependListener(
|
|
111
|
-
|
|
112
|
-
|
|
192
|
+
prependListener(
|
|
193
|
+
event: 'connect',
|
|
194
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
195
|
+
): this;
|
|
196
|
+
prependListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
197
|
+
prependListener(
|
|
198
|
+
event: 'upgrade',
|
|
199
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
200
|
+
): this;
|
|
113
201
|
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
114
202
|
prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
|
|
115
|
-
prependOnceListener(
|
|
116
|
-
|
|
117
|
-
|
|
203
|
+
prependOnceListener(
|
|
204
|
+
event: 'newSession',
|
|
205
|
+
listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
|
|
206
|
+
): this;
|
|
207
|
+
prependOnceListener(
|
|
208
|
+
event: 'OCSPRequest',
|
|
209
|
+
listener: (
|
|
210
|
+
certificate: Buffer,
|
|
211
|
+
issuer: Buffer,
|
|
212
|
+
callback: (err: Error | null, resp: Buffer) => void,
|
|
213
|
+
) => void,
|
|
214
|
+
): this;
|
|
215
|
+
prependOnceListener(
|
|
216
|
+
event: 'resumeSession',
|
|
217
|
+
listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
|
|
218
|
+
): this;
|
|
118
219
|
prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this;
|
|
119
220
|
prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
|
|
120
221
|
prependOnceListener(event: 'close', listener: () => void): this;
|
|
121
222
|
prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this;
|
|
122
223
|
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
123
224
|
prependOnceListener(event: 'listening', listener: () => void): this;
|
|
124
|
-
prependOnceListener(event: 'checkContinue', listener: http.RequestListener): this;
|
|
125
|
-
prependOnceListener(event: 'checkExpectation', listener: http.RequestListener): this;
|
|
225
|
+
prependOnceListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this;
|
|
226
|
+
prependOnceListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this;
|
|
126
227
|
prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this;
|
|
127
|
-
prependOnceListener(
|
|
128
|
-
|
|
129
|
-
|
|
228
|
+
prependOnceListener(
|
|
229
|
+
event: 'connect',
|
|
230
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
231
|
+
): this;
|
|
232
|
+
prependOnceListener(event: 'request', listener: http.RequestListener<Request, Response>): this;
|
|
233
|
+
prependOnceListener(
|
|
234
|
+
event: 'upgrade',
|
|
235
|
+
listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
|
|
236
|
+
): this;
|
|
130
237
|
}
|
|
131
238
|
|
|
132
|
-
function createServer
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
function
|
|
137
|
-
|
|
239
|
+
function createServer<
|
|
240
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
241
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
242
|
+
>(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
|
|
243
|
+
function createServer<
|
|
244
|
+
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
245
|
+
Response extends typeof http.ServerResponse = typeof http.ServerResponse,
|
|
246
|
+
>(
|
|
247
|
+
options: ServerOptions<Request, Response>,
|
|
248
|
+
requestListener?: http.RequestListener<Request, Response>,
|
|
249
|
+
): Server<Request, Response>;
|
|
250
|
+
function request(
|
|
251
|
+
options: RequestOptions | string | URL,
|
|
252
|
+
callback?: (res: http.IncomingMessage) => void,
|
|
253
|
+
): http.ClientRequest;
|
|
254
|
+
function request(
|
|
255
|
+
url: string | URL,
|
|
256
|
+
options: RequestOptions,
|
|
257
|
+
callback?: (res: http.IncomingMessage) => void,
|
|
258
|
+
): http.ClientRequest;
|
|
259
|
+
function get(
|
|
260
|
+
options: RequestOptions | string | URL,
|
|
261
|
+
callback?: (res: http.IncomingMessage) => void,
|
|
262
|
+
): http.ClientRequest;
|
|
263
|
+
function get(
|
|
264
|
+
url: string | URL,
|
|
265
|
+
options: RequestOptions,
|
|
266
|
+
callback?: (res: http.IncomingMessage) => void,
|
|
267
|
+
): http.ClientRequest;
|
|
138
268
|
let globalAgent: Agent;
|
|
139
269
|
}
|
|
140
270
|
declare module 'node:https' {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
// Linus Unnebäck <https://github.com/LinusU>
|
|
44
44
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
45
45
|
|
|
46
|
-
// NOTE: These definitions support NodeJS and TypeScript
|
|
46
|
+
// NOTE: These definitions support NodeJS and TypeScript 4.9+
|
|
47
47
|
|
|
48
48
|
// Reference required types from the default lib:
|
|
49
49
|
/// <reference lib="es2018" />
|
|
@@ -88,6 +88,7 @@ declare module 'net' {
|
|
|
88
88
|
readonly destroyed: boolean;
|
|
89
89
|
readonly localAddress: string;
|
|
90
90
|
readonly localPort: number;
|
|
91
|
+
readonly pending: boolean;
|
|
91
92
|
/**
|
|
92
93
|
* This property represents the state of the connection as a string.
|
|
93
94
|
* @see {https://nodejs.org/api/net.html#socketreadystate}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.18.
|
|
3
|
+
"version": "14.18.48",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -213,6 +213,13 @@
|
|
|
213
213
|
],
|
|
214
214
|
"main": "",
|
|
215
215
|
"types": "index.d.ts",
|
|
216
|
+
"typesVersions": {
|
|
217
|
+
"<=4.8": {
|
|
218
|
+
"*": [
|
|
219
|
+
"ts4.8/*"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
216
223
|
"repository": {
|
|
217
224
|
"type": "git",
|
|
218
225
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
@@ -220,6 +227,6 @@
|
|
|
220
227
|
},
|
|
221
228
|
"scripts": {},
|
|
222
229
|
"dependencies": {},
|
|
223
|
-
"typesPublisherContentHash": "
|
|
224
|
-
"typeScriptVersion": "3
|
|
230
|
+
"typesPublisherContentHash": "bc4e751e9789bc5cc9b8f725d809e83574a8cef21a5d14cc2636155a5d76bee6",
|
|
231
|
+
"typeScriptVersion": "4.3"
|
|
225
232
|
}
|
|
@@ -54,18 +54,19 @@ declare module 'path' {
|
|
|
54
54
|
* Normalize a string path, reducing '..' and '.' parts.
|
|
55
55
|
* When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used.
|
|
56
56
|
*
|
|
57
|
-
* @param
|
|
57
|
+
* @param path string path to normalize.
|
|
58
|
+
* @throws {TypeError} if `path` is not a string.
|
|
58
59
|
*/
|
|
59
|
-
normalize(
|
|
60
|
+
normalize(path: string): string;
|
|
60
61
|
/**
|
|
61
62
|
* Join all arguments together and normalize the resulting path.
|
|
62
|
-
* Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown.
|
|
63
63
|
*
|
|
64
64
|
* @param paths paths to join.
|
|
65
|
+
* @throws {TypeError} if any of the path segments is not a string.
|
|
65
66
|
*/
|
|
66
67
|
join(...paths: string[]): string;
|
|
67
68
|
/**
|
|
68
|
-
* The right-most parameter is considered {to}.
|
|
69
|
+
* The right-most parameter is considered {to}. Other parameters are considered an array of {from}.
|
|
69
70
|
*
|
|
70
71
|
* Starting from leftmost {from} parameter, resolves {to} to an absolute path.
|
|
71
72
|
*
|
|
@@ -74,61 +75,71 @@ declare module 'path' {
|
|
|
74
75
|
* the current working directory is used as well. The resulting path is normalized,
|
|
75
76
|
* and trailing slashes are removed unless the path gets resolved to the root directory.
|
|
76
77
|
*
|
|
77
|
-
* @param
|
|
78
|
+
* @param paths A sequence of paths or path segments.
|
|
79
|
+
* @throws {TypeError} if any of the arguments is not a string.
|
|
78
80
|
*/
|
|
79
|
-
resolve(...
|
|
81
|
+
resolve(...paths: string[]): string;
|
|
80
82
|
/**
|
|
81
83
|
* Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory.
|
|
82
84
|
*
|
|
85
|
+
* If the given {path} is a zero-length string, `false` will be returned.
|
|
86
|
+
*
|
|
83
87
|
* @param path path to test.
|
|
88
|
+
* @throws {TypeError} if `path` is not a string.
|
|
84
89
|
*/
|
|
85
|
-
isAbsolute(
|
|
90
|
+
isAbsolute(path: string): boolean;
|
|
86
91
|
/**
|
|
87
|
-
* Solve the relative path from {from} to {to}.
|
|
92
|
+
* Solve the relative path from {from} to {to} based on the current working directory.
|
|
88
93
|
* At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve.
|
|
94
|
+
*
|
|
95
|
+
* @throws {TypeError} if either `from` or `to` is not a string.
|
|
89
96
|
*/
|
|
90
97
|
relative(from: string, to: string): string;
|
|
91
98
|
/**
|
|
92
99
|
* Return the directory name of a path. Similar to the Unix dirname command.
|
|
93
100
|
*
|
|
94
|
-
* @param
|
|
101
|
+
* @param path the path to evaluate.
|
|
102
|
+
* @throws {TypeError} if `path` is not a string.
|
|
95
103
|
*/
|
|
96
|
-
dirname(
|
|
104
|
+
dirname(path: string): string;
|
|
97
105
|
/**
|
|
98
106
|
* Return the last portion of a path. Similar to the Unix basename command.
|
|
99
107
|
* Often used to extract the file name from a fully qualified path.
|
|
100
108
|
*
|
|
101
|
-
* @param
|
|
109
|
+
* @param path the path to evaluate.
|
|
102
110
|
* @param ext optionally, an extension to remove from the result.
|
|
111
|
+
* @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string.
|
|
103
112
|
*/
|
|
104
|
-
basename(
|
|
113
|
+
basename(path: string, ext?: string): string;
|
|
105
114
|
/**
|
|
106
115
|
* Return the extension of the path, from the last '.' to end of string in the last portion of the path.
|
|
107
|
-
* If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string
|
|
116
|
+
* If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string.
|
|
108
117
|
*
|
|
109
|
-
* @param
|
|
118
|
+
* @param path the path to evaluate.
|
|
119
|
+
* @throws {TypeError} if `path` is not a string.
|
|
110
120
|
*/
|
|
111
|
-
extname(
|
|
121
|
+
extname(path: string): string;
|
|
112
122
|
/**
|
|
113
123
|
* The platform-specific file separator. '\\' or '/'.
|
|
114
124
|
*/
|
|
115
|
-
readonly sep:
|
|
125
|
+
readonly sep: '\\' | '/';
|
|
116
126
|
/**
|
|
117
127
|
* The platform-specific file delimiter. ';' or ':'.
|
|
118
128
|
*/
|
|
119
|
-
readonly delimiter:
|
|
129
|
+
readonly delimiter: ';' | ':';
|
|
120
130
|
/**
|
|
121
131
|
* Returns an object from a path string - the opposite of format().
|
|
122
132
|
*
|
|
123
|
-
* @param
|
|
133
|
+
* @param path path to evaluate.
|
|
134
|
+
* @throws {TypeError} if `path` is not a string.
|
|
124
135
|
*/
|
|
125
|
-
parse(
|
|
136
|
+
parse(path: string): ParsedPath;
|
|
126
137
|
/**
|
|
127
138
|
* Returns a path string from an object - the opposite of parse().
|
|
128
139
|
*
|
|
129
|
-
* @param
|
|
140
|
+
* @param pathObject path to evaluate.
|
|
130
141
|
*/
|
|
131
|
-
format(
|
|
142
|
+
format(pathObject: FormatInputPathObject): string;
|
|
132
143
|
/**
|
|
133
144
|
* On Windows systems only, returns an equivalent namespace-prefixed path for the given path.
|
|
134
145
|
* If path is not a string, path will be returned without modifications.
|
|
@@ -265,6 +265,105 @@ declare module 'stream' {
|
|
|
265
265
|
end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this;
|
|
266
266
|
cork(): void;
|
|
267
267
|
uncork(): void;
|
|
268
|
+
/**
|
|
269
|
+
* Event emitter
|
|
270
|
+
* The defined events on documents including:
|
|
271
|
+
* 1. close
|
|
272
|
+
* 2. data
|
|
273
|
+
* 3. drain
|
|
274
|
+
* 4. end
|
|
275
|
+
* 5. error
|
|
276
|
+
* 6. finish
|
|
277
|
+
* 7. pause
|
|
278
|
+
* 8. pipe
|
|
279
|
+
* 9. readable
|
|
280
|
+
* 10. resume
|
|
281
|
+
* 11. unpipe
|
|
282
|
+
*/
|
|
283
|
+
addListener(event: 'close', listener: () => void): this;
|
|
284
|
+
addListener(event: 'data', listener: (chunk: any) => void): this;
|
|
285
|
+
addListener(event: 'drain', listener: () => void): this;
|
|
286
|
+
addListener(event: 'end', listener: () => void): this;
|
|
287
|
+
addListener(event: 'error', listener: (err: Error) => void): this;
|
|
288
|
+
addListener(event: 'finish', listener: () => void): this;
|
|
289
|
+
addListener(event: 'pause', listener: () => void): this;
|
|
290
|
+
addListener(event: 'pipe', listener: (src: Readable) => void): this;
|
|
291
|
+
addListener(event: 'readable', listener: () => void): this;
|
|
292
|
+
addListener(event: 'resume', listener: () => void): this;
|
|
293
|
+
addListener(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
294
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
295
|
+
emit(event: 'close'): boolean;
|
|
296
|
+
emit(event: 'data', chunk: any): boolean;
|
|
297
|
+
emit(event: 'drain'): boolean;
|
|
298
|
+
emit(event: 'end'): boolean;
|
|
299
|
+
emit(event: 'error', err: Error): boolean;
|
|
300
|
+
emit(event: 'finish'): boolean;
|
|
301
|
+
emit(event: 'pause'): boolean;
|
|
302
|
+
emit(event: 'pipe', src: Readable): boolean;
|
|
303
|
+
emit(event: 'readable'): boolean;
|
|
304
|
+
emit(event: 'resume'): boolean;
|
|
305
|
+
emit(event: 'unpipe', src: Readable): boolean;
|
|
306
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
307
|
+
on(event: 'close', listener: () => void): this;
|
|
308
|
+
on(event: 'data', listener: (chunk: any) => void): this;
|
|
309
|
+
on(event: 'drain', listener: () => void): this;
|
|
310
|
+
on(event: 'end', listener: () => void): this;
|
|
311
|
+
on(event: 'error', listener: (err: Error) => void): this;
|
|
312
|
+
on(event: 'finish', listener: () => void): this;
|
|
313
|
+
on(event: 'pause', listener: () => void): this;
|
|
314
|
+
on(event: 'pipe', listener: (src: Readable) => void): this;
|
|
315
|
+
on(event: 'readable', listener: () => void): this;
|
|
316
|
+
on(event: 'resume', listener: () => void): this;
|
|
317
|
+
on(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
318
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
319
|
+
once(event: 'close', listener: () => void): this;
|
|
320
|
+
once(event: 'data', listener: (chunk: any) => void): this;
|
|
321
|
+
once(event: 'drain', listener: () => void): this;
|
|
322
|
+
once(event: 'end', listener: () => void): this;
|
|
323
|
+
once(event: 'error', listener: (err: Error) => void): this;
|
|
324
|
+
once(event: 'finish', listener: () => void): this;
|
|
325
|
+
once(event: 'pause', listener: () => void): this;
|
|
326
|
+
once(event: 'pipe', listener: (src: Readable) => void): this;
|
|
327
|
+
once(event: 'readable', listener: () => void): this;
|
|
328
|
+
once(event: 'resume', listener: () => void): this;
|
|
329
|
+
once(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
330
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
331
|
+
prependListener(event: 'close', listener: () => void): this;
|
|
332
|
+
prependListener(event: 'data', listener: (chunk: any) => void): this;
|
|
333
|
+
prependListener(event: 'drain', listener: () => void): this;
|
|
334
|
+
prependListener(event: 'end', listener: () => void): this;
|
|
335
|
+
prependListener(event: 'error', listener: (err: Error) => void): this;
|
|
336
|
+
prependListener(event: 'finish', listener: () => void): this;
|
|
337
|
+
prependListener(event: 'pause', listener: () => void): this;
|
|
338
|
+
prependListener(event: 'pipe', listener: (src: Readable) => void): this;
|
|
339
|
+
prependListener(event: 'readable', listener: () => void): this;
|
|
340
|
+
prependListener(event: 'resume', listener: () => void): this;
|
|
341
|
+
prependListener(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
342
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
343
|
+
prependOnceListener(event: 'close', listener: () => void): this;
|
|
344
|
+
prependOnceListener(event: 'data', listener: (chunk: any) => void): this;
|
|
345
|
+
prependOnceListener(event: 'drain', listener: () => void): this;
|
|
346
|
+
prependOnceListener(event: 'end', listener: () => void): this;
|
|
347
|
+
prependOnceListener(event: 'error', listener: (err: Error) => void): this;
|
|
348
|
+
prependOnceListener(event: 'finish', listener: () => void): this;
|
|
349
|
+
prependOnceListener(event: 'pause', listener: () => void): this;
|
|
350
|
+
prependOnceListener(event: 'pipe', listener: (src: Readable) => void): this;
|
|
351
|
+
prependOnceListener(event: 'readable', listener: () => void): this;
|
|
352
|
+
prependOnceListener(event: 'resume', listener: () => void): this;
|
|
353
|
+
prependOnceListener(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
354
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
355
|
+
removeListener(event: 'close', listener: () => void): this;
|
|
356
|
+
removeListener(event: 'data', listener: (chunk: any) => void): this;
|
|
357
|
+
removeListener(event: 'drain', listener: () => void): this;
|
|
358
|
+
removeListener(event: 'end', listener: () => void): this;
|
|
359
|
+
removeListener(event: 'error', listener: (err: Error) => void): this;
|
|
360
|
+
removeListener(event: 'finish', listener: () => void): this;
|
|
361
|
+
removeListener(event: 'pause', listener: () => void): this;
|
|
362
|
+
removeListener(event: 'pipe', listener: (src: Readable) => void): this;
|
|
363
|
+
removeListener(event: 'readable', listener: () => void): this;
|
|
364
|
+
removeListener(event: 'resume', listener: () => void): this;
|
|
365
|
+
removeListener(event: 'unpipe', listener: (src: Readable) => void): this;
|
|
366
|
+
removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
268
367
|
}
|
|
269
368
|
|
|
270
369
|
type TransformCallback = (error?: Error | null, data?: any) => void;
|