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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -24,6 +24,7 @@ export type Schema =
|
|
|
24
24
|
| GollumEvent
|
|
25
25
|
| InstallationEvent
|
|
26
26
|
| InstallationRepositoriesEvent
|
|
27
|
+
| InstallationTargetEvent
|
|
27
28
|
| IssueCommentEvent
|
|
28
29
|
| IssuesEvent
|
|
29
30
|
| LabelEvent
|
|
@@ -48,6 +49,7 @@ export type Schema =
|
|
|
48
49
|
| PullRequestReviewCommentEvent
|
|
49
50
|
| PullRequestReviewThreadEvent
|
|
50
51
|
| PushEvent
|
|
52
|
+
| RegistryPackageEvent
|
|
51
53
|
| ReleaseEvent
|
|
52
54
|
| RepositoryEvent
|
|
53
55
|
| RepositoryDispatchEvent
|
|
@@ -141,6 +143,7 @@ export type InstallationEvent =
|
|
|
141
143
|
export type InstallationRepositoriesEvent =
|
|
142
144
|
| InstallationRepositoriesAddedEvent
|
|
143
145
|
| InstallationRepositoriesRemovedEvent;
|
|
146
|
+
export type InstallationTargetEvent = InstallationTargetRenamedEvent;
|
|
144
147
|
export type IssueCommentEvent =
|
|
145
148
|
| IssueCommentCreatedEvent
|
|
146
149
|
| IssueCommentDeletedEvent
|
|
@@ -278,10 +281,12 @@ export type PullRequestEvent =
|
|
|
278
281
|
| PullRequestAutoMergeEnabledEvent
|
|
279
282
|
| PullRequestClosedEvent
|
|
280
283
|
| PullRequestConvertedToDraftEvent
|
|
284
|
+
| PullRequestDemilestonedEvent
|
|
281
285
|
| PullRequestDequeuedEvent
|
|
282
286
|
| PullRequestEditedEvent
|
|
283
287
|
| PullRequestLabeledEvent
|
|
284
288
|
| PullRequestLockedEvent
|
|
289
|
+
| PullRequestMilestonedEvent
|
|
285
290
|
| PullRequestOpenedEvent
|
|
286
291
|
| PullRequestQueuedEvent
|
|
287
292
|
| PullRequestReadyForReviewEvent
|
|
@@ -357,6 +362,9 @@ export type PullRequestReviewCommentEvent =
|
|
|
357
362
|
export type PullRequestReviewThreadEvent =
|
|
358
363
|
| PullRequestReviewThreadResolvedEvent
|
|
359
364
|
| PullRequestReviewThreadUnresolvedEvent;
|
|
365
|
+
export type RegistryPackageEvent =
|
|
366
|
+
| RegistryPackagePublishedEvent
|
|
367
|
+
| RegistryPackageUpdatedEvent;
|
|
360
368
|
export type ReleaseEvent =
|
|
361
369
|
| ReleaseCreatedEvent
|
|
362
370
|
| ReleaseDeletedEvent
|
|
@@ -669,6 +677,10 @@ export interface Repository {
|
|
|
669
677
|
*/
|
|
670
678
|
has_wiki: boolean;
|
|
671
679
|
has_pages: boolean;
|
|
680
|
+
/**
|
|
681
|
+
* Whether discussions are enabled.
|
|
682
|
+
*/
|
|
683
|
+
has_discussions?: boolean;
|
|
672
684
|
forks_count: number;
|
|
673
685
|
mirror_url: string | null;
|
|
674
686
|
/**
|
|
@@ -1047,6 +1059,9 @@ export interface App {
|
|
|
1047
1059
|
discussions?: "read" | "write";
|
|
1048
1060
|
emails?: "read" | "write";
|
|
1049
1061
|
environments?: "read" | "write";
|
|
1062
|
+
followers?: "read" | "write";
|
|
1063
|
+
gpg_keys?: "read" | "write";
|
|
1064
|
+
interaction_limits?: "read" | "write";
|
|
1050
1065
|
issues?: "read" | "write";
|
|
1051
1066
|
keys?: "read" | "write";
|
|
1052
1067
|
members?: "read" | "write";
|
|
@@ -1062,6 +1077,7 @@ export interface App {
|
|
|
1062
1077
|
organization_user_blocking?: "read" | "write";
|
|
1063
1078
|
packages?: "read" | "write";
|
|
1064
1079
|
pages?: "read" | "write";
|
|
1080
|
+
plan?: "read" | "write";
|
|
1065
1081
|
pull_requests?: "read" | "write";
|
|
1066
1082
|
repository_hooks?: "read" | "write";
|
|
1067
1083
|
repository_projects?: "read" | "write";
|
|
@@ -1070,9 +1086,11 @@ export interface App {
|
|
|
1070
1086
|
security_events?: "read" | "write";
|
|
1071
1087
|
security_scanning_alert?: "read" | "write";
|
|
1072
1088
|
single_file?: "read" | "write";
|
|
1089
|
+
starring?: "read" | "write";
|
|
1073
1090
|
statuses?: "read" | "write";
|
|
1074
1091
|
team_discussions?: "read" | "write";
|
|
1075
1092
|
vulnerability_alerts?: "read" | "write";
|
|
1093
|
+
watching?: "read" | "write";
|
|
1076
1094
|
workflows?: "read" | "write";
|
|
1077
1095
|
};
|
|
1078
1096
|
/**
|
|
@@ -1114,6 +1132,7 @@ export interface App {
|
|
|
1114
1132
|
| "pull_request"
|
|
1115
1133
|
| "pull_request_review"
|
|
1116
1134
|
| "pull_request_review_comment"
|
|
1135
|
+
| "pull_request_review_thread"
|
|
1117
1136
|
| "push"
|
|
1118
1137
|
| "registry_package"
|
|
1119
1138
|
| "release"
|
|
@@ -3262,6 +3281,7 @@ export interface Installation {
|
|
|
3262
3281
|
* The level of permission granted to the access token for organization teams and members.
|
|
3263
3282
|
*/
|
|
3264
3283
|
members?: "read" | "write";
|
|
3284
|
+
merge_queues?: "read" | "write";
|
|
3265
3285
|
/**
|
|
3266
3286
|
* The level of permission granted to the access token to search repositories, list collaborators, and access repository metadata.
|
|
3267
3287
|
*/
|
|
@@ -3589,6 +3609,62 @@ export interface InstallationRepositoriesRemovedEvent {
|
|
|
3589
3609
|
requester: User | null;
|
|
3590
3610
|
sender: User;
|
|
3591
3611
|
}
|
|
3612
|
+
/**
|
|
3613
|
+
* Somebody renamed the user or organization account that a GitHub App is installed on.
|
|
3614
|
+
*/
|
|
3615
|
+
export interface InstallationTargetRenamedEvent {
|
|
3616
|
+
changes: {
|
|
3617
|
+
login?: {
|
|
3618
|
+
from: string;
|
|
3619
|
+
};
|
|
3620
|
+
slug?: {
|
|
3621
|
+
from: string;
|
|
3622
|
+
};
|
|
3623
|
+
};
|
|
3624
|
+
action: "renamed";
|
|
3625
|
+
account: {
|
|
3626
|
+
avatar_url: string;
|
|
3627
|
+
created_at?: string;
|
|
3628
|
+
description?: null;
|
|
3629
|
+
events_url?: string;
|
|
3630
|
+
followers?: number;
|
|
3631
|
+
followers_url?: string;
|
|
3632
|
+
following?: number;
|
|
3633
|
+
following_url?: string;
|
|
3634
|
+
gists_url?: string;
|
|
3635
|
+
gravatar_id?: string;
|
|
3636
|
+
has_organization_projects?: boolean;
|
|
3637
|
+
has_repository_projects?: boolean;
|
|
3638
|
+
hooks_url?: string;
|
|
3639
|
+
html_url: string;
|
|
3640
|
+
id: number;
|
|
3641
|
+
is_verified?: boolean;
|
|
3642
|
+
issues_url?: string;
|
|
3643
|
+
login?: string;
|
|
3644
|
+
members_url?: string;
|
|
3645
|
+
name?: string;
|
|
3646
|
+
node_id: string;
|
|
3647
|
+
organizations_url?: string;
|
|
3648
|
+
public_gists?: number;
|
|
3649
|
+
public_members_url?: string;
|
|
3650
|
+
public_repos?: number;
|
|
3651
|
+
received_events_url?: string;
|
|
3652
|
+
repos_url?: string;
|
|
3653
|
+
site_admin?: boolean;
|
|
3654
|
+
slug?: string;
|
|
3655
|
+
starred_url?: string;
|
|
3656
|
+
subscriptions_url?: string;
|
|
3657
|
+
type?: "Bot" | "User" | "Organization";
|
|
3658
|
+
updated_at?: string;
|
|
3659
|
+
url?: string;
|
|
3660
|
+
website_url?: null;
|
|
3661
|
+
};
|
|
3662
|
+
repository?: Repository;
|
|
3663
|
+
sender?: User;
|
|
3664
|
+
installation: InstallationLite;
|
|
3665
|
+
organization?: Organization;
|
|
3666
|
+
target_type: string;
|
|
3667
|
+
}
|
|
3592
3668
|
export interface IssueCommentCreatedEvent {
|
|
3593
3669
|
action: "created";
|
|
3594
3670
|
/**
|
|
@@ -4555,8 +4631,12 @@ export interface OrganizationMemberRemovedEvent {
|
|
|
4555
4631
|
organization: Organization;
|
|
4556
4632
|
}
|
|
4557
4633
|
export interface OrganizationRenamedEvent {
|
|
4634
|
+
changes: {
|
|
4635
|
+
login: {
|
|
4636
|
+
from: string;
|
|
4637
|
+
};
|
|
4638
|
+
};
|
|
4558
4639
|
action: "renamed";
|
|
4559
|
-
membership: Membership;
|
|
4560
4640
|
sender: User;
|
|
4561
4641
|
installation?: InstallationLite;
|
|
4562
4642
|
organization: Organization;
|
|
@@ -4587,7 +4667,7 @@ export interface PackagePublishedEvent {
|
|
|
4587
4667
|
| "rubygems"
|
|
4588
4668
|
| "docker"
|
|
4589
4669
|
| "nuget"
|
|
4590
|
-
| "
|
|
4670
|
+
| "CONTAINER";
|
|
4591
4671
|
html_url: string;
|
|
4592
4672
|
created_at: string;
|
|
4593
4673
|
updated_at: string;
|
|
@@ -4607,9 +4687,26 @@ export interface PackagePublishedEvent {
|
|
|
4607
4687
|
*/
|
|
4608
4688
|
name: string;
|
|
4609
4689
|
description: string;
|
|
4610
|
-
body
|
|
4611
|
-
|
|
4612
|
-
|
|
4690
|
+
body?:
|
|
4691
|
+
| string
|
|
4692
|
+
| {
|
|
4693
|
+
repository: {
|
|
4694
|
+
repository: Repository;
|
|
4695
|
+
};
|
|
4696
|
+
info: {
|
|
4697
|
+
type: string;
|
|
4698
|
+
oid: string;
|
|
4699
|
+
mode: number;
|
|
4700
|
+
name: string;
|
|
4701
|
+
path: string;
|
|
4702
|
+
size: number | null;
|
|
4703
|
+
collection: boolean;
|
|
4704
|
+
};
|
|
4705
|
+
attributes: {};
|
|
4706
|
+
_formatted: boolean;
|
|
4707
|
+
};
|
|
4708
|
+
body_html?: string;
|
|
4709
|
+
release?: {
|
|
4613
4710
|
url: string;
|
|
4614
4711
|
html_url: string;
|
|
4615
4712
|
id: number;
|
|
@@ -4622,20 +4719,35 @@ export interface PackagePublishedEvent {
|
|
|
4622
4719
|
created_at: string;
|
|
4623
4720
|
published_at: string;
|
|
4624
4721
|
};
|
|
4625
|
-
manifest
|
|
4722
|
+
manifest?: string;
|
|
4626
4723
|
html_url: string;
|
|
4627
|
-
tag_name
|
|
4628
|
-
target_commitish
|
|
4629
|
-
target_oid
|
|
4630
|
-
draft
|
|
4631
|
-
prerelease
|
|
4632
|
-
created_at
|
|
4633
|
-
updated_at
|
|
4724
|
+
tag_name?: string;
|
|
4725
|
+
target_commitish?: string;
|
|
4726
|
+
target_oid?: string;
|
|
4727
|
+
draft?: boolean;
|
|
4728
|
+
prerelease?: boolean;
|
|
4729
|
+
created_at?: string;
|
|
4730
|
+
updated_at?: string;
|
|
4634
4731
|
/**
|
|
4635
4732
|
* Package Version Metadata
|
|
4636
4733
|
*/
|
|
4637
4734
|
metadata: unknown[];
|
|
4638
|
-
|
|
4735
|
+
container_metadata?: {
|
|
4736
|
+
labels?: {
|
|
4737
|
+
[k: string]: unknown;
|
|
4738
|
+
} | null;
|
|
4739
|
+
manifest?: {
|
|
4740
|
+
[k: string]: unknown;
|
|
4741
|
+
} | null;
|
|
4742
|
+
tag?: {
|
|
4743
|
+
digest?: string;
|
|
4744
|
+
name?: string;
|
|
4745
|
+
};
|
|
4746
|
+
} | null;
|
|
4747
|
+
docker_metadata?: unknown[];
|
|
4748
|
+
npm_metadata?: PackageNPMMetadata | null;
|
|
4749
|
+
nuget_metadata?: PackageNugetMetadata[] | null;
|
|
4750
|
+
rubygems_metadata?: unknown[];
|
|
4639
4751
|
package_files: {
|
|
4640
4752
|
download_url: string;
|
|
4641
4753
|
id: number;
|
|
@@ -4649,10 +4761,11 @@ export interface PackagePublishedEvent {
|
|
|
4649
4761
|
created_at: string;
|
|
4650
4762
|
updated_at: string;
|
|
4651
4763
|
}[];
|
|
4652
|
-
|
|
4653
|
-
|
|
4764
|
+
package_url?: string;
|
|
4765
|
+
author?: User;
|
|
4766
|
+
source_url?: string;
|
|
4654
4767
|
installation_command: string;
|
|
4655
|
-
};
|
|
4768
|
+
} | null;
|
|
4656
4769
|
registry: {
|
|
4657
4770
|
about_url: string;
|
|
4658
4771
|
name: string;
|
|
@@ -4665,6 +4778,94 @@ export interface PackagePublishedEvent {
|
|
|
4665
4778
|
sender: User;
|
|
4666
4779
|
organization?: Organization;
|
|
4667
4780
|
}
|
|
4781
|
+
export interface PackageNPMMetadata {
|
|
4782
|
+
name?: string;
|
|
4783
|
+
version?: string;
|
|
4784
|
+
npm_user?: string;
|
|
4785
|
+
author?: {
|
|
4786
|
+
[k: string]: string;
|
|
4787
|
+
} | null;
|
|
4788
|
+
bugs?: {
|
|
4789
|
+
[k: string]: string;
|
|
4790
|
+
} | null;
|
|
4791
|
+
dependencies?: {
|
|
4792
|
+
[k: string]: string;
|
|
4793
|
+
};
|
|
4794
|
+
dev_dependencies?: {
|
|
4795
|
+
[k: string]: string;
|
|
4796
|
+
};
|
|
4797
|
+
peer_dependencies?: {
|
|
4798
|
+
[k: string]: string;
|
|
4799
|
+
};
|
|
4800
|
+
optional_dependencies?: {
|
|
4801
|
+
[k: string]: string;
|
|
4802
|
+
};
|
|
4803
|
+
description?: string;
|
|
4804
|
+
dist?: {
|
|
4805
|
+
[k: string]: string;
|
|
4806
|
+
} | null;
|
|
4807
|
+
git_head?: string;
|
|
4808
|
+
homepage?: string;
|
|
4809
|
+
license?: string;
|
|
4810
|
+
main?: string;
|
|
4811
|
+
repository?: {
|
|
4812
|
+
[k: string]: string;
|
|
4813
|
+
} | null;
|
|
4814
|
+
scripts?: {
|
|
4815
|
+
[k: string]: unknown;
|
|
4816
|
+
};
|
|
4817
|
+
id?: string;
|
|
4818
|
+
node_version?: string;
|
|
4819
|
+
npm_version?: string;
|
|
4820
|
+
has_shrinkwrap?: boolean;
|
|
4821
|
+
maintainers?: {
|
|
4822
|
+
[k: string]: unknown;
|
|
4823
|
+
}[];
|
|
4824
|
+
contributors?: {
|
|
4825
|
+
[k: string]: unknown;
|
|
4826
|
+
}[];
|
|
4827
|
+
engines?: {
|
|
4828
|
+
[k: string]: string;
|
|
4829
|
+
};
|
|
4830
|
+
keywords?: string[];
|
|
4831
|
+
files?: string[];
|
|
4832
|
+
bin?: {
|
|
4833
|
+
[k: string]: unknown;
|
|
4834
|
+
};
|
|
4835
|
+
man?: {
|
|
4836
|
+
[k: string]: unknown;
|
|
4837
|
+
};
|
|
4838
|
+
directories?: {
|
|
4839
|
+
[k: string]: string;
|
|
4840
|
+
} | null;
|
|
4841
|
+
os?: string[];
|
|
4842
|
+
cpu?: string[];
|
|
4843
|
+
readme?: string;
|
|
4844
|
+
installation_command?: string;
|
|
4845
|
+
release_id?: number;
|
|
4846
|
+
commit_oid?: string;
|
|
4847
|
+
published_via_actions?: boolean;
|
|
4848
|
+
deleted_by_id?: number;
|
|
4849
|
+
}
|
|
4850
|
+
export interface PackageNugetMetadata {
|
|
4851
|
+
id?:
|
|
4852
|
+
| string
|
|
4853
|
+
| {
|
|
4854
|
+
[k: string]: unknown;
|
|
4855
|
+
}
|
|
4856
|
+
| number;
|
|
4857
|
+
name?: string;
|
|
4858
|
+
value?:
|
|
4859
|
+
| boolean
|
|
4860
|
+
| string
|
|
4861
|
+
| number
|
|
4862
|
+
| {
|
|
4863
|
+
url?: string;
|
|
4864
|
+
branch?: string;
|
|
4865
|
+
commit?: string;
|
|
4866
|
+
type?: string;
|
|
4867
|
+
};
|
|
4868
|
+
}
|
|
4668
4869
|
export interface PackageUpdatedEvent {
|
|
4669
4870
|
action: "updated";
|
|
4670
4871
|
/**
|
|
@@ -4688,7 +4889,7 @@ export interface PackageUpdatedEvent {
|
|
|
4688
4889
|
| "rubygems"
|
|
4689
4890
|
| "docker"
|
|
4690
4891
|
| "nuget"
|
|
4691
|
-
| "
|
|
4892
|
+
| "CONTAINER";
|
|
4692
4893
|
html_url: string;
|
|
4693
4894
|
created_at: string;
|
|
4694
4895
|
updated_at: string;
|
|
@@ -4708,9 +4909,26 @@ export interface PackageUpdatedEvent {
|
|
|
4708
4909
|
*/
|
|
4709
4910
|
name: string;
|
|
4710
4911
|
description: string;
|
|
4711
|
-
body
|
|
4712
|
-
|
|
4713
|
-
|
|
4912
|
+
body?:
|
|
4913
|
+
| string
|
|
4914
|
+
| {
|
|
4915
|
+
repository: {
|
|
4916
|
+
repository: Repository;
|
|
4917
|
+
};
|
|
4918
|
+
info: {
|
|
4919
|
+
type: string;
|
|
4920
|
+
oid: string;
|
|
4921
|
+
mode: number;
|
|
4922
|
+
name: string;
|
|
4923
|
+
path: string;
|
|
4924
|
+
size: number | null;
|
|
4925
|
+
collection: boolean;
|
|
4926
|
+
};
|
|
4927
|
+
attributes: {};
|
|
4928
|
+
_formatted: boolean;
|
|
4929
|
+
};
|
|
4930
|
+
body_html?: string;
|
|
4931
|
+
release?: {
|
|
4714
4932
|
url: string;
|
|
4715
4933
|
html_url: string;
|
|
4716
4934
|
id: number;
|
|
@@ -4723,20 +4941,35 @@ export interface PackageUpdatedEvent {
|
|
|
4723
4941
|
created_at: string;
|
|
4724
4942
|
published_at: string;
|
|
4725
4943
|
};
|
|
4726
|
-
manifest
|
|
4944
|
+
manifest?: string;
|
|
4727
4945
|
html_url: string;
|
|
4728
|
-
tag_name
|
|
4729
|
-
target_commitish
|
|
4730
|
-
target_oid
|
|
4731
|
-
draft
|
|
4732
|
-
prerelease
|
|
4733
|
-
created_at
|
|
4734
|
-
updated_at
|
|
4946
|
+
tag_name?: string;
|
|
4947
|
+
target_commitish?: string;
|
|
4948
|
+
target_oid?: string;
|
|
4949
|
+
draft?: boolean;
|
|
4950
|
+
prerelease?: boolean;
|
|
4951
|
+
created_at?: string;
|
|
4952
|
+
updated_at?: string;
|
|
4735
4953
|
/**
|
|
4736
4954
|
* Package Version Metadata
|
|
4737
4955
|
*/
|
|
4738
4956
|
metadata: unknown[];
|
|
4739
|
-
|
|
4957
|
+
container_metadata?: {
|
|
4958
|
+
labels?: {
|
|
4959
|
+
[k: string]: unknown;
|
|
4960
|
+
} | null;
|
|
4961
|
+
manifest?: {
|
|
4962
|
+
[k: string]: unknown;
|
|
4963
|
+
} | null;
|
|
4964
|
+
tag?: {
|
|
4965
|
+
digest?: string;
|
|
4966
|
+
name?: string;
|
|
4967
|
+
};
|
|
4968
|
+
} | null;
|
|
4969
|
+
docker_metadata?: unknown[];
|
|
4970
|
+
npm_metadata?: PackageNPMMetadata | null;
|
|
4971
|
+
nuget_metadata?: PackageNugetMetadata[] | null;
|
|
4972
|
+
rubygems_metadata?: unknown[];
|
|
4740
4973
|
package_files: {
|
|
4741
4974
|
download_url: string;
|
|
4742
4975
|
id: number;
|
|
@@ -4750,10 +4983,11 @@ export interface PackageUpdatedEvent {
|
|
|
4750
4983
|
created_at: string;
|
|
4751
4984
|
updated_at: string;
|
|
4752
4985
|
}[];
|
|
4753
|
-
|
|
4754
|
-
|
|
4986
|
+
package_url?: string;
|
|
4987
|
+
author?: User;
|
|
4988
|
+
source_url?: string;
|
|
4755
4989
|
installation_command: string;
|
|
4756
|
-
};
|
|
4990
|
+
} | null;
|
|
4757
4991
|
registry: {
|
|
4758
4992
|
about_url: string;
|
|
4759
4993
|
name: string;
|
|
@@ -5228,7 +5462,7 @@ export interface PullRequest {
|
|
|
5228
5462
|
ref: string;
|
|
5229
5463
|
sha: string;
|
|
5230
5464
|
user: User;
|
|
5231
|
-
repo: Repository;
|
|
5465
|
+
repo: Repository | null;
|
|
5232
5466
|
};
|
|
5233
5467
|
base: {
|
|
5234
5468
|
label: string;
|
|
@@ -5351,6 +5585,21 @@ export interface PullRequestConvertedToDraftEvent {
|
|
|
5351
5585
|
organization?: Organization;
|
|
5352
5586
|
sender: User;
|
|
5353
5587
|
}
|
|
5588
|
+
export interface PullRequestDemilestonedEvent {
|
|
5589
|
+
action: "demilestoned";
|
|
5590
|
+
/**
|
|
5591
|
+
* The pull request number.
|
|
5592
|
+
*/
|
|
5593
|
+
number: number;
|
|
5594
|
+
pull_request: PullRequest & {
|
|
5595
|
+
milestone: Milestone;
|
|
5596
|
+
};
|
|
5597
|
+
milestone: Milestone;
|
|
5598
|
+
repository: Repository;
|
|
5599
|
+
sender: User;
|
|
5600
|
+
installation?: InstallationLite;
|
|
5601
|
+
organization?: Organization;
|
|
5602
|
+
}
|
|
5354
5603
|
export interface PullRequestDequeuedEvent {
|
|
5355
5604
|
action: "dequeued";
|
|
5356
5605
|
/**
|
|
@@ -5429,6 +5678,21 @@ export interface PullRequestLockedEvent {
|
|
|
5429
5678
|
organization?: Organization;
|
|
5430
5679
|
sender: User;
|
|
5431
5680
|
}
|
|
5681
|
+
export interface PullRequestMilestonedEvent {
|
|
5682
|
+
action: "milestoned";
|
|
5683
|
+
/**
|
|
5684
|
+
* The pull request number.
|
|
5685
|
+
*/
|
|
5686
|
+
number: number;
|
|
5687
|
+
pull_request: PullRequest & {
|
|
5688
|
+
milestone: Milestone;
|
|
5689
|
+
};
|
|
5690
|
+
milestone: Milestone;
|
|
5691
|
+
repository: Repository;
|
|
5692
|
+
sender: User;
|
|
5693
|
+
installation?: InstallationLite;
|
|
5694
|
+
organization?: Organization;
|
|
5695
|
+
}
|
|
5432
5696
|
export interface PullRequestOpenedEvent {
|
|
5433
5697
|
action: "opened";
|
|
5434
5698
|
/**
|
|
@@ -5836,6 +6100,10 @@ export interface PullRequestReviewComment {
|
|
|
5836
6100
|
* The comment ID to reply to.
|
|
5837
6101
|
*/
|
|
5838
6102
|
in_reply_to_id?: number;
|
|
6103
|
+
/**
|
|
6104
|
+
* The level at which the comment is targeted, can be a diff line or a file.
|
|
6105
|
+
*/
|
|
6106
|
+
subject_type?: "line" | "file";
|
|
5839
6107
|
}
|
|
5840
6108
|
export interface PullRequestReviewCommentDeletedEvent {
|
|
5841
6109
|
action: "deleted";
|
|
@@ -6084,6 +6352,362 @@ export interface Commit {
|
|
|
6084
6352
|
*/
|
|
6085
6353
|
removed: string[];
|
|
6086
6354
|
}
|
|
6355
|
+
export interface RegistryPackagePublishedEvent {
|
|
6356
|
+
action: "published";
|
|
6357
|
+
/**
|
|
6358
|
+
* Information about the package.
|
|
6359
|
+
*/
|
|
6360
|
+
registry_package: {
|
|
6361
|
+
/**
|
|
6362
|
+
* Unique identifier of the package.
|
|
6363
|
+
*/
|
|
6364
|
+
id: number;
|
|
6365
|
+
/**
|
|
6366
|
+
* The name of the package.
|
|
6367
|
+
*/
|
|
6368
|
+
name: string;
|
|
6369
|
+
namespace: string;
|
|
6370
|
+
description: string | null;
|
|
6371
|
+
ecosystem: string;
|
|
6372
|
+
/**
|
|
6373
|
+
* The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
|
|
6374
|
+
*/
|
|
6375
|
+
package_type:
|
|
6376
|
+
| "npm"
|
|
6377
|
+
| "maven"
|
|
6378
|
+
| "rubygems"
|
|
6379
|
+
| "docker"
|
|
6380
|
+
| "nuget"
|
|
6381
|
+
| "CONTAINER";
|
|
6382
|
+
html_url: string;
|
|
6383
|
+
created_at: string;
|
|
6384
|
+
updated_at: string | null;
|
|
6385
|
+
owner: User;
|
|
6386
|
+
/**
|
|
6387
|
+
* A version of a software package
|
|
6388
|
+
*/
|
|
6389
|
+
package_version: {
|
|
6390
|
+
/**
|
|
6391
|
+
* Unique identifier of the package version.
|
|
6392
|
+
*/
|
|
6393
|
+
id: number;
|
|
6394
|
+
version: string;
|
|
6395
|
+
summary: string;
|
|
6396
|
+
/**
|
|
6397
|
+
* The name of the package version.
|
|
6398
|
+
*/
|
|
6399
|
+
name: string;
|
|
6400
|
+
description: string;
|
|
6401
|
+
body?:
|
|
6402
|
+
| string
|
|
6403
|
+
| {
|
|
6404
|
+
repository: {
|
|
6405
|
+
repository: Repository;
|
|
6406
|
+
};
|
|
6407
|
+
info: {
|
|
6408
|
+
type: string;
|
|
6409
|
+
oid: string;
|
|
6410
|
+
mode: number;
|
|
6411
|
+
name: string;
|
|
6412
|
+
path: string;
|
|
6413
|
+
size: number | null;
|
|
6414
|
+
collection: boolean | null;
|
|
6415
|
+
};
|
|
6416
|
+
attributes?: {
|
|
6417
|
+
[k: string]: unknown;
|
|
6418
|
+
};
|
|
6419
|
+
_formatted?: boolean;
|
|
6420
|
+
};
|
|
6421
|
+
body_html?: string;
|
|
6422
|
+
release?: {
|
|
6423
|
+
url: string;
|
|
6424
|
+
html_url: string;
|
|
6425
|
+
id: number;
|
|
6426
|
+
tag_name: string;
|
|
6427
|
+
target_commitish: string;
|
|
6428
|
+
name: string;
|
|
6429
|
+
draft: boolean;
|
|
6430
|
+
author: User;
|
|
6431
|
+
prerelease: boolean;
|
|
6432
|
+
created_at: string;
|
|
6433
|
+
published_at: string;
|
|
6434
|
+
};
|
|
6435
|
+
manifest?: string;
|
|
6436
|
+
html_url: string;
|
|
6437
|
+
tag_name?: string;
|
|
6438
|
+
target_commitish?: string;
|
|
6439
|
+
target_oid?: string;
|
|
6440
|
+
draft?: boolean;
|
|
6441
|
+
prerelease?: boolean;
|
|
6442
|
+
created_at?: string;
|
|
6443
|
+
updated_at?: string;
|
|
6444
|
+
/**
|
|
6445
|
+
* Package Version Metadata
|
|
6446
|
+
*/
|
|
6447
|
+
metadata: unknown[];
|
|
6448
|
+
docker_metadata?: unknown[];
|
|
6449
|
+
container_metadata?: {
|
|
6450
|
+
labels?: {
|
|
6451
|
+
description?: string;
|
|
6452
|
+
source?: string;
|
|
6453
|
+
revision?: string;
|
|
6454
|
+
image_url?: string;
|
|
6455
|
+
licenses?: string;
|
|
6456
|
+
all_labels?: {
|
|
6457
|
+
[k: string]: string;
|
|
6458
|
+
};
|
|
6459
|
+
} | null;
|
|
6460
|
+
manifest?: {
|
|
6461
|
+
digest?: string;
|
|
6462
|
+
media_type?: string;
|
|
6463
|
+
uri?: string;
|
|
6464
|
+
size?: number;
|
|
6465
|
+
config?: {
|
|
6466
|
+
digest?: string;
|
|
6467
|
+
media_type?: string;
|
|
6468
|
+
size?: number;
|
|
6469
|
+
};
|
|
6470
|
+
layers?: {
|
|
6471
|
+
digest?: string;
|
|
6472
|
+
media_type?: string;
|
|
6473
|
+
size?: number;
|
|
6474
|
+
}[];
|
|
6475
|
+
} | null;
|
|
6476
|
+
tag?: {
|
|
6477
|
+
digest?: string;
|
|
6478
|
+
name?: string;
|
|
6479
|
+
};
|
|
6480
|
+
};
|
|
6481
|
+
npm_metadata?: PackageNPMMetadata | null;
|
|
6482
|
+
nuget_metadata?: PackageNugetMetadata[] | null;
|
|
6483
|
+
rubygems_metadata?: unknown[];
|
|
6484
|
+
package_files: {
|
|
6485
|
+
download_url: string;
|
|
6486
|
+
id: number;
|
|
6487
|
+
name: string;
|
|
6488
|
+
sha256: string;
|
|
6489
|
+
sha1: string;
|
|
6490
|
+
md5: string;
|
|
6491
|
+
content_type: string;
|
|
6492
|
+
state: string;
|
|
6493
|
+
size: number;
|
|
6494
|
+
created_at: string;
|
|
6495
|
+
updated_at: string;
|
|
6496
|
+
}[];
|
|
6497
|
+
package_url?: string;
|
|
6498
|
+
author?: {
|
|
6499
|
+
avatar_url: string;
|
|
6500
|
+
events_url: string;
|
|
6501
|
+
followers_url: string;
|
|
6502
|
+
following_url: string;
|
|
6503
|
+
gists_url: string;
|
|
6504
|
+
gravatar_id: string;
|
|
6505
|
+
html_url: string;
|
|
6506
|
+
id: number;
|
|
6507
|
+
login: string;
|
|
6508
|
+
node_id: string;
|
|
6509
|
+
organizations_url: string;
|
|
6510
|
+
received_events_url: string;
|
|
6511
|
+
repos_url: string;
|
|
6512
|
+
site_admin: boolean;
|
|
6513
|
+
starred_url: string;
|
|
6514
|
+
subscriptions_url: string;
|
|
6515
|
+
type: string;
|
|
6516
|
+
url: string;
|
|
6517
|
+
};
|
|
6518
|
+
source_url?: string;
|
|
6519
|
+
installation_command: string;
|
|
6520
|
+
} | null;
|
|
6521
|
+
registry: {
|
|
6522
|
+
about_url: string;
|
|
6523
|
+
name: string;
|
|
6524
|
+
type: string;
|
|
6525
|
+
url: string;
|
|
6526
|
+
vendor: string;
|
|
6527
|
+
};
|
|
6528
|
+
};
|
|
6529
|
+
repository: Repository;
|
|
6530
|
+
sender: User;
|
|
6531
|
+
organization?: Organization;
|
|
6532
|
+
}
|
|
6533
|
+
export interface RegistryPackageUpdatedEvent {
|
|
6534
|
+
action: "updated";
|
|
6535
|
+
/**
|
|
6536
|
+
* Information about the package.
|
|
6537
|
+
*/
|
|
6538
|
+
registry_package: {
|
|
6539
|
+
/**
|
|
6540
|
+
* Unique identifier of the package.
|
|
6541
|
+
*/
|
|
6542
|
+
id: number;
|
|
6543
|
+
/**
|
|
6544
|
+
* The name of the package.
|
|
6545
|
+
*/
|
|
6546
|
+
name: string;
|
|
6547
|
+
namespace: string;
|
|
6548
|
+
description: string | null;
|
|
6549
|
+
ecosystem: string;
|
|
6550
|
+
/**
|
|
6551
|
+
* The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry (`ghcr.io`) have the type `container`. You can use the type `docker` to find images that were pushed to GitHub's Docker registry (`docker.pkg.github.com`), even if these have now been migrated to the Container registry.
|
|
6552
|
+
*/
|
|
6553
|
+
package_type:
|
|
6554
|
+
| "npm"
|
|
6555
|
+
| "maven"
|
|
6556
|
+
| "rubygems"
|
|
6557
|
+
| "docker"
|
|
6558
|
+
| "nuget"
|
|
6559
|
+
| "CONTAINER";
|
|
6560
|
+
html_url: string;
|
|
6561
|
+
created_at: string;
|
|
6562
|
+
updated_at: string | null;
|
|
6563
|
+
owner: User;
|
|
6564
|
+
/**
|
|
6565
|
+
* A version of a software package
|
|
6566
|
+
*/
|
|
6567
|
+
package_version: {
|
|
6568
|
+
/**
|
|
6569
|
+
* Unique identifier of the package version.
|
|
6570
|
+
*/
|
|
6571
|
+
id: number;
|
|
6572
|
+
version: string;
|
|
6573
|
+
summary: string;
|
|
6574
|
+
/**
|
|
6575
|
+
* The name of the package version.
|
|
6576
|
+
*/
|
|
6577
|
+
name: string;
|
|
6578
|
+
description: string;
|
|
6579
|
+
body?:
|
|
6580
|
+
| string
|
|
6581
|
+
| {
|
|
6582
|
+
repository: {
|
|
6583
|
+
repository: Repository;
|
|
6584
|
+
};
|
|
6585
|
+
info: {
|
|
6586
|
+
type: string;
|
|
6587
|
+
oid: string;
|
|
6588
|
+
mode: number;
|
|
6589
|
+
name: string;
|
|
6590
|
+
path: string;
|
|
6591
|
+
size: number | null;
|
|
6592
|
+
collection: boolean | null;
|
|
6593
|
+
};
|
|
6594
|
+
attributes?: {
|
|
6595
|
+
[k: string]: unknown;
|
|
6596
|
+
};
|
|
6597
|
+
_formatted?: boolean;
|
|
6598
|
+
};
|
|
6599
|
+
body_html?: string;
|
|
6600
|
+
release?: {
|
|
6601
|
+
url: string;
|
|
6602
|
+
html_url: string;
|
|
6603
|
+
id: number;
|
|
6604
|
+
tag_name: string;
|
|
6605
|
+
target_commitish: string;
|
|
6606
|
+
name: string;
|
|
6607
|
+
draft: boolean;
|
|
6608
|
+
author: User;
|
|
6609
|
+
prerelease: boolean;
|
|
6610
|
+
created_at: string;
|
|
6611
|
+
published_at: string;
|
|
6612
|
+
};
|
|
6613
|
+
manifest?: string;
|
|
6614
|
+
html_url: string;
|
|
6615
|
+
tag_name?: string;
|
|
6616
|
+
target_commitish?: string;
|
|
6617
|
+
target_oid?: string;
|
|
6618
|
+
draft?: boolean;
|
|
6619
|
+
prerelease?: boolean;
|
|
6620
|
+
created_at?: string;
|
|
6621
|
+
updated_at?: string;
|
|
6622
|
+
/**
|
|
6623
|
+
* Package Version Metadata
|
|
6624
|
+
*/
|
|
6625
|
+
metadata: unknown[];
|
|
6626
|
+
docker_metadata?: unknown[];
|
|
6627
|
+
container_metadata?: {
|
|
6628
|
+
labels?: {
|
|
6629
|
+
description?: string;
|
|
6630
|
+
source?: string;
|
|
6631
|
+
revision?: string;
|
|
6632
|
+
image_url?: string;
|
|
6633
|
+
licenses?: string;
|
|
6634
|
+
all_labels?: {
|
|
6635
|
+
[k: string]: string;
|
|
6636
|
+
};
|
|
6637
|
+
} | null;
|
|
6638
|
+
manifest?: {
|
|
6639
|
+
digest?: string;
|
|
6640
|
+
media_type?: string;
|
|
6641
|
+
uri?: string;
|
|
6642
|
+
size?: number;
|
|
6643
|
+
config?: {
|
|
6644
|
+
digest?: string;
|
|
6645
|
+
media_type?: string;
|
|
6646
|
+
size?: number;
|
|
6647
|
+
};
|
|
6648
|
+
layers?: {
|
|
6649
|
+
digest?: string;
|
|
6650
|
+
media_type?: string;
|
|
6651
|
+
size?: number;
|
|
6652
|
+
}[];
|
|
6653
|
+
} | null;
|
|
6654
|
+
tag?: {
|
|
6655
|
+
digest?: string;
|
|
6656
|
+
name?: string;
|
|
6657
|
+
};
|
|
6658
|
+
};
|
|
6659
|
+
npm_metadata?: PackageNPMMetadata | null;
|
|
6660
|
+
nuget_metadata?: PackageNugetMetadata[] | null;
|
|
6661
|
+
rubygems_metadata?: unknown[];
|
|
6662
|
+
package_files: {
|
|
6663
|
+
download_url: string;
|
|
6664
|
+
id: number;
|
|
6665
|
+
name: string;
|
|
6666
|
+
sha256: string;
|
|
6667
|
+
sha1: string;
|
|
6668
|
+
md5: string;
|
|
6669
|
+
content_type: string;
|
|
6670
|
+
state: string;
|
|
6671
|
+
size: number;
|
|
6672
|
+
created_at: string;
|
|
6673
|
+
updated_at: string;
|
|
6674
|
+
}[];
|
|
6675
|
+
package_url?: string;
|
|
6676
|
+
author?: {
|
|
6677
|
+
avatar_url: string;
|
|
6678
|
+
events_url: string;
|
|
6679
|
+
followers_url: string;
|
|
6680
|
+
following_url: string;
|
|
6681
|
+
gists_url: string;
|
|
6682
|
+
gravatar_id: string;
|
|
6683
|
+
html_url: string;
|
|
6684
|
+
id: number;
|
|
6685
|
+
login: string;
|
|
6686
|
+
node_id: string;
|
|
6687
|
+
organizations_url: string;
|
|
6688
|
+
received_events_url: string;
|
|
6689
|
+
repos_url: string;
|
|
6690
|
+
site_admin: boolean;
|
|
6691
|
+
starred_url: string;
|
|
6692
|
+
subscriptions_url: string;
|
|
6693
|
+
type: string;
|
|
6694
|
+
url: string;
|
|
6695
|
+
};
|
|
6696
|
+
source_url?: string;
|
|
6697
|
+
installation_command: string;
|
|
6698
|
+
} | null;
|
|
6699
|
+
registry: {
|
|
6700
|
+
about_url: string;
|
|
6701
|
+
name: string;
|
|
6702
|
+
type: string;
|
|
6703
|
+
url: string;
|
|
6704
|
+
vendor: string;
|
|
6705
|
+
};
|
|
6706
|
+
};
|
|
6707
|
+
repository: Repository;
|
|
6708
|
+
sender: User;
|
|
6709
|
+
organization?: Organization;
|
|
6710
|
+
}
|
|
6087
6711
|
export interface ReleaseCreatedEvent {
|
|
6088
6712
|
action: "created";
|
|
6089
6713
|
release: Release;
|
|
@@ -7022,6 +7646,15 @@ export interface WorkflowJob {
|
|
|
7022
7646
|
runner_group_name: string | null;
|
|
7023
7647
|
started_at: string;
|
|
7024
7648
|
completed_at: string | null;
|
|
7649
|
+
/**
|
|
7650
|
+
* The name of the workflow.
|
|
7651
|
+
*/
|
|
7652
|
+
workflow_name: string | null;
|
|
7653
|
+
/**
|
|
7654
|
+
* The name of the current branch.
|
|
7655
|
+
*/
|
|
7656
|
+
head_branch: string | null;
|
|
7657
|
+
created_at: string;
|
|
7025
7658
|
}
|
|
7026
7659
|
export interface WorkflowStepInProgress {
|
|
7027
7660
|
name: string;
|
|
@@ -7416,6 +8049,7 @@ export interface EventPayloadMap {
|
|
|
7416
8049
|
gollum: GollumEvent;
|
|
7417
8050
|
installation: InstallationEvent;
|
|
7418
8051
|
installation_repositories: InstallationRepositoriesEvent;
|
|
8052
|
+
installation_target: InstallationTargetEvent;
|
|
7419
8053
|
issue_comment: IssueCommentEvent;
|
|
7420
8054
|
issues: IssuesEvent;
|
|
7421
8055
|
label: LabelEvent;
|
|
@@ -7440,6 +8074,7 @@ export interface EventPayloadMap {
|
|
|
7440
8074
|
pull_request_review_comment: PullRequestReviewCommentEvent;
|
|
7441
8075
|
pull_request_review_thread: PullRequestReviewThreadEvent;
|
|
7442
8076
|
push: PushEvent;
|
|
8077
|
+
registry_package: RegistryPackageEvent;
|
|
7443
8078
|
release: ReleaseEvent;
|
|
7444
8079
|
repository: RepositoryEvent;
|
|
7445
8080
|
repository_dispatch: RepositoryDispatchEvent;
|