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
package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js
CHANGED
|
@@ -9,12 +9,21 @@ const Endpoints = {
|
|
|
9
9
|
addSelectedRepoToOrgSecret: [
|
|
10
10
|
"PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}",
|
|
11
11
|
],
|
|
12
|
+
addSelectedRepoToOrgVariable: [
|
|
13
|
+
"PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}",
|
|
14
|
+
],
|
|
15
|
+
addSelectedRepoToRequiredWorkflow: [
|
|
16
|
+
"PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}",
|
|
17
|
+
],
|
|
12
18
|
approveWorkflowRun: [
|
|
13
19
|
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve",
|
|
14
20
|
],
|
|
15
21
|
cancelWorkflowRun: [
|
|
16
22
|
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel",
|
|
17
23
|
],
|
|
24
|
+
createEnvironmentVariable: [
|
|
25
|
+
"POST /repositories/{repository_id}/environments/{environment_name}/variables",
|
|
26
|
+
],
|
|
18
27
|
createOrUpdateEnvironmentSecret: [
|
|
19
28
|
"PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
|
|
20
29
|
],
|
|
@@ -22,6 +31,7 @@ const Endpoints = {
|
|
|
22
31
|
createOrUpdateRepoSecret: [
|
|
23
32
|
"PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}",
|
|
24
33
|
],
|
|
34
|
+
createOrgVariable: ["POST /orgs/{org}/actions/variables"],
|
|
25
35
|
createRegistrationTokenForOrg: [
|
|
26
36
|
"POST /orgs/{org}/actions/runners/registration-token",
|
|
27
37
|
],
|
|
@@ -32,6 +42,8 @@ const Endpoints = {
|
|
|
32
42
|
createRemoveTokenForRepo: [
|
|
33
43
|
"POST /repos/{owner}/{repo}/actions/runners/remove-token",
|
|
34
44
|
],
|
|
45
|
+
createRepoVariable: ["POST /repos/{owner}/{repo}/actions/variables"],
|
|
46
|
+
createRequiredWorkflow: ["POST /orgs/{org}/actions/required_workflows"],
|
|
35
47
|
createWorkflowDispatch: [
|
|
36
48
|
"POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches",
|
|
37
49
|
],
|
|
@@ -47,10 +59,20 @@ const Endpoints = {
|
|
|
47
59
|
deleteEnvironmentSecret: [
|
|
48
60
|
"DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
|
|
49
61
|
],
|
|
62
|
+
deleteEnvironmentVariable: [
|
|
63
|
+
"DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}",
|
|
64
|
+
],
|
|
50
65
|
deleteOrgSecret: ["DELETE /orgs/{org}/actions/secrets/{secret_name}"],
|
|
66
|
+
deleteOrgVariable: ["DELETE /orgs/{org}/actions/variables/{name}"],
|
|
51
67
|
deleteRepoSecret: [
|
|
52
68
|
"DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}",
|
|
53
69
|
],
|
|
70
|
+
deleteRepoVariable: [
|
|
71
|
+
"DELETE /repos/{owner}/{repo}/actions/variables/{name}",
|
|
72
|
+
],
|
|
73
|
+
deleteRequiredWorkflow: [
|
|
74
|
+
"DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}",
|
|
75
|
+
],
|
|
54
76
|
deleteSelfHostedRunnerFromOrg: [
|
|
55
77
|
"DELETE /orgs/{org}/actions/runners/{runner_id}",
|
|
56
78
|
],
|
|
@@ -90,9 +112,6 @@ const Endpoints = {
|
|
|
90
112
|
getActionsCacheUsageByRepoForOrg: [
|
|
91
113
|
"GET /orgs/{org}/actions/cache/usage-by-repository",
|
|
92
114
|
],
|
|
93
|
-
getActionsCacheUsageForEnterprise: [
|
|
94
|
-
"GET /enterprises/{enterprise}/actions/cache/usage",
|
|
95
|
-
],
|
|
96
115
|
getActionsCacheUsageForOrg: ["GET /orgs/{org}/actions/cache/usage"],
|
|
97
116
|
getAllowedActionsOrganization: [
|
|
98
117
|
"GET /orgs/{org}/actions/permissions/selected-actions",
|
|
@@ -107,8 +126,8 @@ const Endpoints = {
|
|
|
107
126
|
getEnvironmentSecret: [
|
|
108
127
|
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}",
|
|
109
128
|
],
|
|
110
|
-
|
|
111
|
-
"GET /
|
|
129
|
+
getEnvironmentVariable: [
|
|
130
|
+
"GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}",
|
|
112
131
|
],
|
|
113
132
|
getGithubActionsDefaultWorkflowPermissionsOrganization: [
|
|
114
133
|
"GET /orgs/{org}/actions/permissions/workflow",
|
|
@@ -125,6 +144,7 @@ const Endpoints = {
|
|
|
125
144
|
getJobForWorkflowRun: ["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],
|
|
126
145
|
getOrgPublicKey: ["GET /orgs/{org}/actions/secrets/public-key"],
|
|
127
146
|
getOrgSecret: ["GET /orgs/{org}/actions/secrets/{secret_name}"],
|
|
147
|
+
getOrgVariable: ["GET /orgs/{org}/actions/variables/{name}"],
|
|
128
148
|
getPendingDeploymentsForRun: [
|
|
129
149
|
"GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
|
|
130
150
|
],
|
|
@@ -134,7 +154,17 @@ const Endpoints = {
|
|
|
134
154
|
{ renamed: ["actions", "getGithubActionsPermissionsRepository"] },
|
|
135
155
|
],
|
|
136
156
|
getRepoPublicKey: ["GET /repos/{owner}/{repo}/actions/secrets/public-key"],
|
|
157
|
+
getRepoRequiredWorkflow: [
|
|
158
|
+
"GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}",
|
|
159
|
+
],
|
|
160
|
+
getRepoRequiredWorkflowUsage: [
|
|
161
|
+
"GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing",
|
|
162
|
+
],
|
|
137
163
|
getRepoSecret: ["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],
|
|
164
|
+
getRepoVariable: ["GET /repos/{owner}/{repo}/actions/variables/{name}"],
|
|
165
|
+
getRequiredWorkflow: [
|
|
166
|
+
"GET /orgs/{org}/actions/required_workflows/{required_workflow_id}",
|
|
167
|
+
],
|
|
138
168
|
getReviewsForRun: [
|
|
139
169
|
"GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals",
|
|
140
170
|
],
|
|
@@ -160,6 +190,9 @@ const Endpoints = {
|
|
|
160
190
|
listEnvironmentSecrets: [
|
|
161
191
|
"GET /repositories/{repository_id}/environments/{environment_name}/secrets",
|
|
162
192
|
],
|
|
193
|
+
listEnvironmentVariables: [
|
|
194
|
+
"GET /repositories/{repository_id}/environments/{environment_name}/variables",
|
|
195
|
+
],
|
|
163
196
|
listJobsForWorkflowRun: [
|
|
164
197
|
"GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs",
|
|
165
198
|
],
|
|
@@ -173,8 +206,23 @@ const Endpoints = {
|
|
|
173
206
|
"GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels",
|
|
174
207
|
],
|
|
175
208
|
listOrgSecrets: ["GET /orgs/{org}/actions/secrets"],
|
|
209
|
+
listOrgVariables: ["GET /orgs/{org}/actions/variables"],
|
|
210
|
+
listRepoOrganizationSecrets: [
|
|
211
|
+
"GET /repos/{owner}/{repo}/actions/organization-secrets",
|
|
212
|
+
],
|
|
213
|
+
listRepoOrganizationVariables: [
|
|
214
|
+
"GET /repos/{owner}/{repo}/actions/organization-variables",
|
|
215
|
+
],
|
|
216
|
+
listRepoRequiredWorkflows: [
|
|
217
|
+
"GET /repos/{org}/{repo}/actions/required_workflows",
|
|
218
|
+
],
|
|
176
219
|
listRepoSecrets: ["GET /repos/{owner}/{repo}/actions/secrets"],
|
|
220
|
+
listRepoVariables: ["GET /repos/{owner}/{repo}/actions/variables"],
|
|
177
221
|
listRepoWorkflows: ["GET /repos/{owner}/{repo}/actions/workflows"],
|
|
222
|
+
listRequiredWorkflowRuns: [
|
|
223
|
+
"GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs",
|
|
224
|
+
],
|
|
225
|
+
listRequiredWorkflows: ["GET /orgs/{org}/actions/required_workflows"],
|
|
178
226
|
listRunnerApplicationsForOrg: ["GET /orgs/{org}/actions/runners/downloads"],
|
|
179
227
|
listRunnerApplicationsForRepo: [
|
|
180
228
|
"GET /repos/{owner}/{repo}/actions/runners/downloads",
|
|
@@ -182,9 +230,15 @@ const Endpoints = {
|
|
|
182
230
|
listSelectedReposForOrgSecret: [
|
|
183
231
|
"GET /orgs/{org}/actions/secrets/{secret_name}/repositories",
|
|
184
232
|
],
|
|
233
|
+
listSelectedReposForOrgVariable: [
|
|
234
|
+
"GET /orgs/{org}/actions/variables/{name}/repositories",
|
|
235
|
+
],
|
|
185
236
|
listSelectedRepositoriesEnabledGithubActionsOrganization: [
|
|
186
237
|
"GET /orgs/{org}/actions/permissions/repositories",
|
|
187
238
|
],
|
|
239
|
+
listSelectedRepositoriesRequiredWorkflow: [
|
|
240
|
+
"GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories",
|
|
241
|
+
],
|
|
188
242
|
listSelfHostedRunnersForOrg: ["GET /orgs/{org}/actions/runners"],
|
|
189
243
|
listSelfHostedRunnersForRepo: ["GET /repos/{owner}/{repo}/actions/runners"],
|
|
190
244
|
listWorkflowRunArtifacts: [
|
|
@@ -216,6 +270,15 @@ const Endpoints = {
|
|
|
216
270
|
removeSelectedRepoFromOrgSecret: [
|
|
217
271
|
"DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}",
|
|
218
272
|
],
|
|
273
|
+
removeSelectedRepoFromOrgVariable: [
|
|
274
|
+
"DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}",
|
|
275
|
+
],
|
|
276
|
+
removeSelectedRepoFromRequiredWorkflow: [
|
|
277
|
+
"DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}",
|
|
278
|
+
],
|
|
279
|
+
reviewCustomGatesForRun: [
|
|
280
|
+
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule",
|
|
281
|
+
],
|
|
219
282
|
reviewPendingDeploymentsForRun: [
|
|
220
283
|
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
|
|
221
284
|
],
|
|
@@ -231,9 +294,6 @@ const Endpoints = {
|
|
|
231
294
|
setCustomLabelsForSelfHostedRunnerForRepo: [
|
|
232
295
|
"PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels",
|
|
233
296
|
],
|
|
234
|
-
setGithubActionsDefaultWorkflowPermissionsEnterprise: [
|
|
235
|
-
"PUT /enterprises/{enterprise}/actions/permissions/workflow",
|
|
236
|
-
],
|
|
237
297
|
setGithubActionsDefaultWorkflowPermissionsOrganization: [
|
|
238
298
|
"PUT /orgs/{org}/actions/permissions/workflow",
|
|
239
299
|
],
|
|
@@ -249,12 +309,28 @@ const Endpoints = {
|
|
|
249
309
|
setSelectedReposForOrgSecret: [
|
|
250
310
|
"PUT /orgs/{org}/actions/secrets/{secret_name}/repositories",
|
|
251
311
|
],
|
|
312
|
+
setSelectedReposForOrgVariable: [
|
|
313
|
+
"PUT /orgs/{org}/actions/variables/{name}/repositories",
|
|
314
|
+
],
|
|
315
|
+
setSelectedReposToRequiredWorkflow: [
|
|
316
|
+
"PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories",
|
|
317
|
+
],
|
|
252
318
|
setSelectedRepositoriesEnabledGithubActionsOrganization: [
|
|
253
319
|
"PUT /orgs/{org}/actions/permissions/repositories",
|
|
254
320
|
],
|
|
255
321
|
setWorkflowAccessToRepository: [
|
|
256
322
|
"PUT /repos/{owner}/{repo}/actions/permissions/access",
|
|
257
323
|
],
|
|
324
|
+
updateEnvironmentVariable: [
|
|
325
|
+
"PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}",
|
|
326
|
+
],
|
|
327
|
+
updateOrgVariable: ["PATCH /orgs/{org}/actions/variables/{name}"],
|
|
328
|
+
updateRepoVariable: [
|
|
329
|
+
"PATCH /repos/{owner}/{repo}/actions/variables/{name}",
|
|
330
|
+
],
|
|
331
|
+
updateRequiredWorkflow: [
|
|
332
|
+
"PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}",
|
|
333
|
+
],
|
|
258
334
|
},
|
|
259
335
|
activity: {
|
|
260
336
|
checkRepoIsStarredByAuthenticatedUser: ["GET /user/starred/{owner}/{repo}"],
|
|
@@ -339,6 +415,9 @@ const Endpoints = {
|
|
|
339
415
|
listInstallationReposForAuthenticatedUser: [
|
|
340
416
|
"GET /user/installations/{installation_id}/repositories",
|
|
341
417
|
],
|
|
418
|
+
listInstallationRequestsForAuthenticatedApp: [
|
|
419
|
+
"GET /app/installation-requests",
|
|
420
|
+
],
|
|
342
421
|
listInstallations: ["GET /app/installations"],
|
|
343
422
|
listInstallationsForAuthenticatedUser: ["GET /user/installations"],
|
|
344
423
|
listPlans: ["GET /marketplace_listing/plans"],
|
|
@@ -374,12 +453,6 @@ const Endpoints = {
|
|
|
374
453
|
getGithubActionsBillingUser: [
|
|
375
454
|
"GET /users/{username}/settings/billing/actions",
|
|
376
455
|
],
|
|
377
|
-
getGithubAdvancedSecurityBillingGhe: [
|
|
378
|
-
"GET /enterprises/{enterprise}/settings/billing/advanced-security",
|
|
379
|
-
],
|
|
380
|
-
getGithubAdvancedSecurityBillingOrg: [
|
|
381
|
-
"GET /orgs/{org}/settings/billing/advanced-security",
|
|
382
|
-
],
|
|
383
456
|
getGithubPackagesBillingOrg: ["GET /orgs/{org}/settings/billing/packages"],
|
|
384
457
|
getGithubPackagesBillingUser: [
|
|
385
458
|
"GET /users/{username}/settings/billing/packages",
|
|
@@ -430,13 +503,11 @@ const Endpoints = {
|
|
|
430
503
|
getCodeqlDatabase: [
|
|
431
504
|
"GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}",
|
|
432
505
|
],
|
|
506
|
+
getDefaultSetup: ["GET /repos/{owner}/{repo}/code-scanning/default-setup"],
|
|
433
507
|
getSarif: ["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],
|
|
434
508
|
listAlertInstances: [
|
|
435
509
|
"GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",
|
|
436
510
|
],
|
|
437
|
-
listAlertsForEnterprise: [
|
|
438
|
-
"GET /enterprises/{enterprise}/code-scanning/alerts",
|
|
439
|
-
],
|
|
440
511
|
listAlertsForOrg: ["GET /orgs/{org}/code-scanning/alerts"],
|
|
441
512
|
listAlertsForRepo: ["GET /repos/{owner}/{repo}/code-scanning/alerts"],
|
|
442
513
|
listAlertsInstances: [
|
|
@@ -451,6 +522,9 @@ const Endpoints = {
|
|
|
451
522
|
updateAlert: [
|
|
452
523
|
"PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",
|
|
453
524
|
],
|
|
525
|
+
updateDefaultSetup: [
|
|
526
|
+
"PATCH /repos/{owner}/{repo}/code-scanning/default-setup",
|
|
527
|
+
],
|
|
454
528
|
uploadSarif: ["POST /repos/{owner}/{repo}/code-scanning/sarifs"],
|
|
455
529
|
},
|
|
456
530
|
codesOfConduct: {
|
|
@@ -462,14 +536,14 @@ const Endpoints = {
|
|
|
462
536
|
"PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}",
|
|
463
537
|
],
|
|
464
538
|
addSelectedRepoToOrgSecret: [
|
|
465
|
-
"PUT /
|
|
539
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}",
|
|
466
540
|
],
|
|
467
541
|
codespaceMachinesForAuthenticatedUser: [
|
|
468
542
|
"GET /user/codespaces/{codespace_name}/machines",
|
|
469
543
|
],
|
|
470
544
|
createForAuthenticatedUser: ["POST /user/codespaces"],
|
|
471
545
|
createOrUpdateOrgSecret: [
|
|
472
|
-
"PUT /
|
|
546
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}",
|
|
473
547
|
],
|
|
474
548
|
createOrUpdateRepoSecret: [
|
|
475
549
|
"PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}",
|
|
@@ -483,13 +557,14 @@ const Endpoints = {
|
|
|
483
557
|
createWithRepoForAuthenticatedUser: [
|
|
484
558
|
"POST /repos/{owner}/{repo}/codespaces",
|
|
485
559
|
],
|
|
560
|
+
deleteCodespacesBillingUsers: [
|
|
561
|
+
"DELETE /orgs/{org}/codespaces/billing/selected_users",
|
|
562
|
+
],
|
|
486
563
|
deleteForAuthenticatedUser: ["DELETE /user/codespaces/{codespace_name}"],
|
|
487
564
|
deleteFromOrganization: [
|
|
488
565
|
"DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}",
|
|
489
566
|
],
|
|
490
|
-
deleteOrgSecret: [
|
|
491
|
-
"DELETE /organizations/{org}/codespaces/secrets/{secret_name}",
|
|
492
|
-
],
|
|
567
|
+
deleteOrgSecret: ["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"],
|
|
493
568
|
deleteRepoSecret: [
|
|
494
569
|
"DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}",
|
|
495
570
|
],
|
|
@@ -499,12 +574,15 @@ const Endpoints = {
|
|
|
499
574
|
exportForAuthenticatedUser: [
|
|
500
575
|
"POST /user/codespaces/{codespace_name}/exports",
|
|
501
576
|
],
|
|
577
|
+
getCodespacesForUserInOrg: [
|
|
578
|
+
"GET /orgs/{org}/members/{username}/codespaces",
|
|
579
|
+
],
|
|
502
580
|
getExportDetailsForAuthenticatedUser: [
|
|
503
581
|
"GET /user/codespaces/{codespace_name}/exports/{export_id}",
|
|
504
582
|
],
|
|
505
583
|
getForAuthenticatedUser: ["GET /user/codespaces/{codespace_name}"],
|
|
506
|
-
getOrgPublicKey: ["GET /
|
|
507
|
-
getOrgSecret: ["GET /
|
|
584
|
+
getOrgPublicKey: ["GET /orgs/{org}/codespaces/secrets/public-key"],
|
|
585
|
+
getOrgSecret: ["GET /orgs/{org}/codespaces/secrets/{secret_name}"],
|
|
508
586
|
getPublicKeyForAuthenticatedUser: [
|
|
509
587
|
"GET /user/codespaces/secrets/public-key",
|
|
510
588
|
],
|
|
@@ -529,32 +607,39 @@ const Endpoints = {
|
|
|
529
607
|
listInRepositoryForAuthenticatedUser: [
|
|
530
608
|
"GET /repos/{owner}/{repo}/codespaces",
|
|
531
609
|
],
|
|
532
|
-
listOrgSecrets: ["GET /
|
|
610
|
+
listOrgSecrets: ["GET /orgs/{org}/codespaces/secrets"],
|
|
533
611
|
listRepoSecrets: ["GET /repos/{owner}/{repo}/codespaces/secrets"],
|
|
534
612
|
listRepositoriesForSecretForAuthenticatedUser: [
|
|
535
613
|
"GET /user/codespaces/secrets/{secret_name}/repositories",
|
|
536
614
|
],
|
|
537
615
|
listSecretsForAuthenticatedUser: ["GET /user/codespaces/secrets"],
|
|
538
616
|
listSelectedReposForOrgSecret: [
|
|
539
|
-
"GET /
|
|
617
|
+
"GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories",
|
|
540
618
|
],
|
|
541
619
|
preFlightWithRepoForAuthenticatedUser: [
|
|
542
620
|
"GET /repos/{owner}/{repo}/codespaces/new",
|
|
543
621
|
],
|
|
622
|
+
publishForAuthenticatedUser: [
|
|
623
|
+
"POST /user/codespaces/{codespace_name}/publish",
|
|
624
|
+
],
|
|
544
625
|
removeRepositoryForSecretForAuthenticatedUser: [
|
|
545
626
|
"DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}",
|
|
546
627
|
],
|
|
547
628
|
removeSelectedRepoFromOrgSecret: [
|
|
548
|
-
"DELETE /
|
|
629
|
+
"DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}",
|
|
549
630
|
],
|
|
550
631
|
repoMachinesForAuthenticatedUser: [
|
|
551
632
|
"GET /repos/{owner}/{repo}/codespaces/machines",
|
|
552
633
|
],
|
|
634
|
+
setCodespacesBilling: ["PUT /orgs/{org}/codespaces/billing"],
|
|
635
|
+
setCodespacesBillingUsers: [
|
|
636
|
+
"POST /orgs/{org}/codespaces/billing/selected_users",
|
|
637
|
+
],
|
|
553
638
|
setRepositoriesForSecretForAuthenticatedUser: [
|
|
554
639
|
"PUT /user/codespaces/secrets/{secret_name}/repositories",
|
|
555
640
|
],
|
|
556
641
|
setSelectedReposForOrgSecret: [
|
|
557
|
-
"PUT /
|
|
642
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories",
|
|
558
643
|
],
|
|
559
644
|
startForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/start"],
|
|
560
645
|
stopForAuthenticatedUser: ["POST /user/codespaces/{codespace_name}/stop"],
|
|
@@ -586,6 +671,10 @@ const Endpoints = {
|
|
|
586
671
|
getRepoSecret: [
|
|
587
672
|
"GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}",
|
|
588
673
|
],
|
|
674
|
+
listAlertsForEnterprise: [
|
|
675
|
+
"GET /enterprises/{enterprise}/dependabot/alerts",
|
|
676
|
+
],
|
|
677
|
+
listAlertsForOrg: ["GET /orgs/{org}/dependabot/alerts"],
|
|
589
678
|
listAlertsForRepo: ["GET /repos/{owner}/{repo}/dependabot/alerts"],
|
|
590
679
|
listOrgSecrets: ["GET /orgs/{org}/dependabot/secrets"],
|
|
591
680
|
listRepoSecrets: ["GET /repos/{owner}/{repo}/dependabot/secrets"],
|
|
@@ -609,52 +698,9 @@ const Endpoints = {
|
|
|
609
698
|
diffRange: [
|
|
610
699
|
"GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}",
|
|
611
700
|
],
|
|
701
|
+
exportSbom: ["GET /repos/{owner}/{repo}/dependency-graph/sbom"],
|
|
612
702
|
},
|
|
613
703
|
emojis: { get: ["GET /emojis"] },
|
|
614
|
-
enterpriseAdmin: {
|
|
615
|
-
addCustomLabelsToSelfHostedRunnerForEnterprise: [
|
|
616
|
-
"POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels",
|
|
617
|
-
],
|
|
618
|
-
disableSelectedOrganizationGithubActionsEnterprise: [
|
|
619
|
-
"DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}",
|
|
620
|
-
],
|
|
621
|
-
enableSelectedOrganizationGithubActionsEnterprise: [
|
|
622
|
-
"PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}",
|
|
623
|
-
],
|
|
624
|
-
getAllowedActionsEnterprise: [
|
|
625
|
-
"GET /enterprises/{enterprise}/actions/permissions/selected-actions",
|
|
626
|
-
],
|
|
627
|
-
getGithubActionsPermissionsEnterprise: [
|
|
628
|
-
"GET /enterprises/{enterprise}/actions/permissions",
|
|
629
|
-
],
|
|
630
|
-
getServerStatistics: [
|
|
631
|
-
"GET /enterprise-installation/{enterprise_or_org}/server-statistics",
|
|
632
|
-
],
|
|
633
|
-
listLabelsForSelfHostedRunnerForEnterprise: [
|
|
634
|
-
"GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels",
|
|
635
|
-
],
|
|
636
|
-
listSelectedOrganizationsEnabledGithubActionsEnterprise: [
|
|
637
|
-
"GET /enterprises/{enterprise}/actions/permissions/organizations",
|
|
638
|
-
],
|
|
639
|
-
removeAllCustomLabelsFromSelfHostedRunnerForEnterprise: [
|
|
640
|
-
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels",
|
|
641
|
-
],
|
|
642
|
-
removeCustomLabelFromSelfHostedRunnerForEnterprise: [
|
|
643
|
-
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}",
|
|
644
|
-
],
|
|
645
|
-
setAllowedActionsEnterprise: [
|
|
646
|
-
"PUT /enterprises/{enterprise}/actions/permissions/selected-actions",
|
|
647
|
-
],
|
|
648
|
-
setCustomLabelsForSelfHostedRunnerForEnterprise: [
|
|
649
|
-
"PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels",
|
|
650
|
-
],
|
|
651
|
-
setGithubActionsPermissionsEnterprise: [
|
|
652
|
-
"PUT /enterprises/{enterprise}/actions/permissions",
|
|
653
|
-
],
|
|
654
|
-
setSelectedOrganizationsEnabledGithubActionsEnterprise: [
|
|
655
|
-
"PUT /enterprises/{enterprise}/actions/permissions/organizations",
|
|
656
|
-
],
|
|
657
|
-
},
|
|
658
704
|
gists: {
|
|
659
705
|
checkIsStarred: ["GET /gists/{gist_id}/star"],
|
|
660
706
|
create: ["POST /gists"],
|
|
@@ -730,6 +776,9 @@ const Endpoints = {
|
|
|
730
776
|
],
|
|
731
777
|
addLabels: ["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],
|
|
732
778
|
checkUserCanBeAssigned: ["GET /repos/{owner}/{repo}/assignees/{assignee}"],
|
|
779
|
+
checkUserCanBeAssignedToIssue: [
|
|
780
|
+
"GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}",
|
|
781
|
+
],
|
|
733
782
|
create: ["POST /repos/{owner}/{repo}/issues"],
|
|
734
783
|
createComment: [
|
|
735
784
|
"POST /repos/{owner}/{repo}/issues/{issue_number}/comments",
|
|
@@ -801,6 +850,7 @@ const Endpoints = {
|
|
|
801
850
|
},
|
|
802
851
|
meta: {
|
|
803
852
|
get: ["GET /meta"],
|
|
853
|
+
getAllVersions: ["GET /versions"],
|
|
804
854
|
getOctocat: ["GET /octocat"],
|
|
805
855
|
getZen: ["GET /zen"],
|
|
806
856
|
root: ["GET /"],
|
|
@@ -860,10 +910,9 @@ const Endpoints = {
|
|
|
860
910
|
convertMemberToOutsideCollaborator: [
|
|
861
911
|
"PUT /orgs/{org}/outside_collaborators/{username}",
|
|
862
912
|
],
|
|
863
|
-
createCustomRole: ["POST /orgs/{org}/custom_roles"],
|
|
864
913
|
createInvitation: ["POST /orgs/{org}/invitations"],
|
|
865
914
|
createWebhook: ["POST /orgs/{org}/hooks"],
|
|
866
|
-
|
|
915
|
+
delete: ["DELETE /orgs/{org}"],
|
|
867
916
|
deleteWebhook: ["DELETE /orgs/{org}/hooks/{hook_id}"],
|
|
868
917
|
enableOrDisableSecurityProductOnAllOrgRepos: [
|
|
869
918
|
"POST /orgs/{org}/{security_product}/{enablement}",
|
|
@@ -879,15 +928,23 @@ const Endpoints = {
|
|
|
879
928
|
list: ["GET /organizations"],
|
|
880
929
|
listAppInstallations: ["GET /orgs/{org}/installations"],
|
|
881
930
|
listBlockedUsers: ["GET /orgs/{org}/blocks"],
|
|
882
|
-
listCustomRoles: ["GET /organizations/{organization_id}/custom_roles"],
|
|
883
931
|
listFailedInvitations: ["GET /orgs/{org}/failed_invitations"],
|
|
884
|
-
listFineGrainedPermissions: ["GET /orgs/{org}/fine_grained_permissions"],
|
|
885
932
|
listForAuthenticatedUser: ["GET /user/orgs"],
|
|
886
933
|
listForUser: ["GET /users/{username}/orgs"],
|
|
887
934
|
listInvitationTeams: ["GET /orgs/{org}/invitations/{invitation_id}/teams"],
|
|
888
935
|
listMembers: ["GET /orgs/{org}/members"],
|
|
889
936
|
listMembershipsForAuthenticatedUser: ["GET /user/memberships/orgs"],
|
|
890
937
|
listOutsideCollaborators: ["GET /orgs/{org}/outside_collaborators"],
|
|
938
|
+
listPatGrantRepositories: [
|
|
939
|
+
"GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories",
|
|
940
|
+
],
|
|
941
|
+
listPatGrantRequestRepositories: [
|
|
942
|
+
"GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories",
|
|
943
|
+
],
|
|
944
|
+
listPatGrantRequests: [
|
|
945
|
+
"GET /organizations/{org}/personal-access-token-requests",
|
|
946
|
+
],
|
|
947
|
+
listPatGrants: ["GET /organizations/{org}/personal-access-tokens"],
|
|
891
948
|
listPendingInvitations: ["GET /orgs/{org}/invitations"],
|
|
892
949
|
listPublicMembers: ["GET /orgs/{org}/public_members"],
|
|
893
950
|
listSecurityManagerTeams: ["GET /orgs/{org}/security-managers"],
|
|
@@ -908,16 +965,25 @@ const Endpoints = {
|
|
|
908
965
|
removeSecurityManagerTeam: [
|
|
909
966
|
"DELETE /orgs/{org}/security-managers/teams/{team_slug}",
|
|
910
967
|
],
|
|
968
|
+
reviewPatGrantRequest: [
|
|
969
|
+
"POST /organizations/{org}/personal-access-token-requests/{pat_request_id}",
|
|
970
|
+
],
|
|
971
|
+
reviewPatGrantRequestsInBulk: [
|
|
972
|
+
"POST /organizations/{org}/personal-access-token-requests",
|
|
973
|
+
],
|
|
911
974
|
setMembershipForUser: ["PUT /orgs/{org}/memberships/{username}"],
|
|
912
975
|
setPublicMembershipForAuthenticatedUser: [
|
|
913
976
|
"PUT /orgs/{org}/public_members/{username}",
|
|
914
977
|
],
|
|
915
978
|
unblockUser: ["DELETE /orgs/{org}/blocks/{username}"],
|
|
916
979
|
update: ["PATCH /orgs/{org}"],
|
|
917
|
-
updateCustomRole: ["PATCH /orgs/{org}/custom_roles/{role_id}"],
|
|
918
980
|
updateMembershipForAuthenticatedUser: [
|
|
919
981
|
"PATCH /user/memberships/orgs/{org}",
|
|
920
982
|
],
|
|
983
|
+
updatePatAccess: [
|
|
984
|
+
"POST /organizations/{org}/personal-access-tokens/{pat_id}",
|
|
985
|
+
],
|
|
986
|
+
updatePatAccesses: ["POST /organizations/{org}/personal-access-tokens"],
|
|
921
987
|
updateWebhook: ["PATCH /orgs/{org}/hooks/{hook_id}"],
|
|
922
988
|
updateWebhookConfigForOrg: ["PATCH /orgs/{org}/hooks/{hook_id}/config"],
|
|
923
989
|
},
|
|
@@ -982,6 +1048,15 @@ const Endpoints = {
|
|
|
982
1048
|
getPackageVersionForUser: [
|
|
983
1049
|
"GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}",
|
|
984
1050
|
],
|
|
1051
|
+
listDockerMigrationConflictingPackagesForAuthenticatedUser: [
|
|
1052
|
+
"GET /user/docker/conflicts",
|
|
1053
|
+
],
|
|
1054
|
+
listDockerMigrationConflictingPackagesForOrganization: [
|
|
1055
|
+
"GET /orgs/{org}/docker/conflicts",
|
|
1056
|
+
],
|
|
1057
|
+
listDockerMigrationConflictingPackagesForUser: [
|
|
1058
|
+
"GET /users/{username}/docker/conflicts",
|
|
1059
|
+
],
|
|
985
1060
|
listPackagesForAuthenticatedUser: ["GET /user/packages"],
|
|
986
1061
|
listPackagesForOrganization: ["GET /orgs/{org}/packages"],
|
|
987
1062
|
listPackagesForUser: ["GET /users/{username}/packages"],
|
|
@@ -1210,6 +1285,9 @@ const Endpoints = {
|
|
|
1210
1285
|
createDeploymentBranchPolicy: [
|
|
1211
1286
|
"POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
|
|
1212
1287
|
],
|
|
1288
|
+
createDeploymentProtectionRule: [
|
|
1289
|
+
"POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
|
|
1290
|
+
],
|
|
1213
1291
|
createDeploymentStatus: [
|
|
1214
1292
|
"POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
|
|
1215
1293
|
],
|
|
@@ -1221,9 +1299,11 @@ const Endpoints = {
|
|
|
1221
1299
|
"PUT /repos/{owner}/{repo}/environments/{environment_name}",
|
|
1222
1300
|
],
|
|
1223
1301
|
createOrUpdateFileContents: ["PUT /repos/{owner}/{repo}/contents/{path}"],
|
|
1302
|
+
createOrgRuleset: ["POST /orgs/{org}/rulesets"],
|
|
1224
1303
|
createPagesDeployment: ["POST /repos/{owner}/{repo}/pages/deployment"],
|
|
1225
1304
|
createPagesSite: ["POST /repos/{owner}/{repo}/pages"],
|
|
1226
1305
|
createRelease: ["POST /repos/{owner}/{repo}/releases"],
|
|
1306
|
+
createRepoRuleset: ["POST /repos/{owner}/{repo}/rulesets"],
|
|
1227
1307
|
createTagProtection: ["POST /repos/{owner}/{repo}/tags/protection"],
|
|
1228
1308
|
createUsingTemplate: [
|
|
1229
1309
|
"POST /repos/{template_owner}/{template_repo}/generate",
|
|
@@ -1266,6 +1346,7 @@ const Endpoints = {
|
|
|
1266
1346
|
deleteInvitation: [
|
|
1267
1347
|
"DELETE /repos/{owner}/{repo}/invitations/{invitation_id}",
|
|
1268
1348
|
],
|
|
1349
|
+
deleteOrgRuleset: ["DELETE /orgs/{org}/rulesets/{ruleset_id}"],
|
|
1269
1350
|
deletePagesSite: ["DELETE /repos/{owner}/{repo}/pages"],
|
|
1270
1351
|
deletePullRequestReviewProtection: [
|
|
1271
1352
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews",
|
|
@@ -1274,6 +1355,7 @@ const Endpoints = {
|
|
|
1274
1355
|
deleteReleaseAsset: [
|
|
1275
1356
|
"DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}",
|
|
1276
1357
|
],
|
|
1358
|
+
deleteRepoRuleset: ["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"],
|
|
1277
1359
|
deleteTagProtection: [
|
|
1278
1360
|
"DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}",
|
|
1279
1361
|
],
|
|
@@ -1281,6 +1363,9 @@ const Endpoints = {
|
|
|
1281
1363
|
disableAutomatedSecurityFixes: [
|
|
1282
1364
|
"DELETE /repos/{owner}/{repo}/automated-security-fixes",
|
|
1283
1365
|
],
|
|
1366
|
+
disableDeploymentProtectionRule: [
|
|
1367
|
+
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
|
|
1368
|
+
],
|
|
1284
1369
|
disableLfsForRepo: ["DELETE /repos/{owner}/{repo}/lfs"],
|
|
1285
1370
|
disableVulnerabilityAlerts: [
|
|
1286
1371
|
"DELETE /repos/{owner}/{repo}/vulnerability-alerts",
|
|
@@ -1309,6 +1394,9 @@ const Endpoints = {
|
|
|
1309
1394
|
getAdminBranchProtection: [
|
|
1310
1395
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins",
|
|
1311
1396
|
],
|
|
1397
|
+
getAllDeploymentProtectionRules: [
|
|
1398
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules",
|
|
1399
|
+
],
|
|
1312
1400
|
getAllEnvironments: ["GET /repos/{owner}/{repo}/environments"],
|
|
1313
1401
|
getAllStatusCheckContexts: [
|
|
1314
1402
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",
|
|
@@ -1322,6 +1410,7 @@ const Endpoints = {
|
|
|
1322
1410
|
getBranchProtection: [
|
|
1323
1411
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection",
|
|
1324
1412
|
],
|
|
1413
|
+
getBranchRules: ["GET /repos/{owner}/{repo}/rules/branches/{branch}"],
|
|
1325
1414
|
getClones: ["GET /repos/{owner}/{repo}/traffic/clones"],
|
|
1326
1415
|
getCodeFrequencyStats: ["GET /repos/{owner}/{repo}/stats/code_frequency"],
|
|
1327
1416
|
getCollaboratorPermissionLevel: [
|
|
@@ -1337,6 +1426,9 @@ const Endpoints = {
|
|
|
1337
1426
|
getCommunityProfileMetrics: ["GET /repos/{owner}/{repo}/community/profile"],
|
|
1338
1427
|
getContent: ["GET /repos/{owner}/{repo}/contents/{path}"],
|
|
1339
1428
|
getContributorsStats: ["GET /repos/{owner}/{repo}/stats/contributors"],
|
|
1429
|
+
getCustomDeploymentProtectionRule: [
|
|
1430
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}",
|
|
1431
|
+
],
|
|
1340
1432
|
getDeployKey: ["GET /repos/{owner}/{repo}/keys/{key_id}"],
|
|
1341
1433
|
getDeployment: ["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],
|
|
1342
1434
|
getDeploymentBranchPolicy: [
|
|
@@ -1350,6 +1442,8 @@ const Endpoints = {
|
|
|
1350
1442
|
],
|
|
1351
1443
|
getLatestPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/latest"],
|
|
1352
1444
|
getLatestRelease: ["GET /repos/{owner}/{repo}/releases/latest"],
|
|
1445
|
+
getOrgRuleset: ["GET /orgs/{org}/rulesets/{ruleset_id}"],
|
|
1446
|
+
getOrgRulesets: ["GET /orgs/{org}/rulesets"],
|
|
1353
1447
|
getPages: ["GET /repos/{owner}/{repo}/pages"],
|
|
1354
1448
|
getPagesBuild: ["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],
|
|
1355
1449
|
getPagesHealthCheck: ["GET /repos/{owner}/{repo}/pages/health"],
|
|
@@ -1363,6 +1457,8 @@ const Endpoints = {
|
|
|
1363
1457
|
getRelease: ["GET /repos/{owner}/{repo}/releases/{release_id}"],
|
|
1364
1458
|
getReleaseAsset: ["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],
|
|
1365
1459
|
getReleaseByTag: ["GET /repos/{owner}/{repo}/releases/tags/{tag}"],
|
|
1460
|
+
getRepoRuleset: ["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"],
|
|
1461
|
+
getRepoRulesets: ["GET /repos/{owner}/{repo}/rulesets"],
|
|
1366
1462
|
getStatusChecksProtection: [
|
|
1367
1463
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",
|
|
1368
1464
|
],
|
|
@@ -1397,6 +1493,9 @@ const Endpoints = {
|
|
|
1397
1493
|
],
|
|
1398
1494
|
listCommits: ["GET /repos/{owner}/{repo}/commits"],
|
|
1399
1495
|
listContributors: ["GET /repos/{owner}/{repo}/contributors"],
|
|
1496
|
+
listCustomDeploymentRuleIntegrations: [
|
|
1497
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps",
|
|
1498
|
+
],
|
|
1400
1499
|
listDeployKeys: ["GET /repos/{owner}/{repo}/keys"],
|
|
1401
1500
|
listDeploymentBranchPolicies: [
|
|
1402
1501
|
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies",
|
|
@@ -1500,6 +1599,7 @@ const Endpoints = {
|
|
|
1500
1599
|
updateInvitation: [
|
|
1501
1600
|
"PATCH /repos/{owner}/{repo}/invitations/{invitation_id}",
|
|
1502
1601
|
],
|
|
1602
|
+
updateOrgRuleset: ["PUT /orgs/{org}/rulesets/{ruleset_id}"],
|
|
1503
1603
|
updatePullRequestReviewProtection: [
|
|
1504
1604
|
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews",
|
|
1505
1605
|
],
|
|
@@ -1507,6 +1607,7 @@ const Endpoints = {
|
|
|
1507
1607
|
updateReleaseAsset: [
|
|
1508
1608
|
"PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}",
|
|
1509
1609
|
],
|
|
1610
|
+
updateRepoRuleset: ["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"],
|
|
1510
1611
|
updateStatusCheckPotection: [
|
|
1511
1612
|
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",
|
|
1512
1613
|
{},
|
|
@@ -1549,6 +1650,21 @@ const Endpoints = {
|
|
|
1549
1650
|
"PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}",
|
|
1550
1651
|
],
|
|
1551
1652
|
},
|
|
1653
|
+
securityAdvisories: {
|
|
1654
|
+
createPrivateVulnerabilityReport: [
|
|
1655
|
+
"POST /repos/{owner}/{repo}/security-advisories/reports",
|
|
1656
|
+
],
|
|
1657
|
+
createRepositoryAdvisory: [
|
|
1658
|
+
"POST /repos/{owner}/{repo}/security-advisories",
|
|
1659
|
+
],
|
|
1660
|
+
getRepositoryAdvisory: [
|
|
1661
|
+
"GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}",
|
|
1662
|
+
],
|
|
1663
|
+
listRepositoryAdvisories: ["GET /repos/{owner}/{repo}/security-advisories"],
|
|
1664
|
+
updateRepositoryAdvisory: [
|
|
1665
|
+
"PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}",
|
|
1666
|
+
],
|
|
1667
|
+
},
|
|
1552
1668
|
teams: {
|
|
1553
1669
|
addOrUpdateMembershipForUserInOrg: [
|
|
1554
1670
|
"PUT /orgs/{org}/teams/{team_slug}/memberships/{username}",
|
|
@@ -1624,6 +1740,7 @@ const Endpoints = {
|
|
|
1624
1740
|
{ renamed: ["users", "addEmailForAuthenticatedUser"] },
|
|
1625
1741
|
],
|
|
1626
1742
|
addEmailForAuthenticatedUser: ["POST /user/emails"],
|
|
1743
|
+
addSocialAccountForAuthenticatedUser: ["POST /user/social_accounts"],
|
|
1627
1744
|
block: ["PUT /user/blocks/{username}"],
|
|
1628
1745
|
checkBlocked: ["GET /user/blocks/{username}"],
|
|
1629
1746
|
checkFollowingForUser: ["GET /users/{username}/following/{target_user}"],
|
|
@@ -1659,6 +1776,7 @@ const Endpoints = {
|
|
|
1659
1776
|
{ renamed: ["users", "deletePublicSshKeyForAuthenticatedUser"] },
|
|
1660
1777
|
],
|
|
1661
1778
|
deletePublicSshKeyForAuthenticatedUser: ["DELETE /user/keys/{key_id}"],
|
|
1779
|
+
deleteSocialAccountForAuthenticatedUser: ["DELETE /user/social_accounts"],
|
|
1662
1780
|
deleteSshSigningKeyForAuthenticatedUser: [
|
|
1663
1781
|
"DELETE /user/ssh_signing_keys/{ssh_signing_key_id}",
|
|
1664
1782
|
],
|
|
@@ -1723,6 +1841,8 @@ const Endpoints = {
|
|
|
1723
1841
|
{ renamed: ["users", "listPublicSshKeysForAuthenticatedUser"] },
|
|
1724
1842
|
],
|
|
1725
1843
|
listPublicSshKeysForAuthenticatedUser: ["GET /user/keys"],
|
|
1844
|
+
listSocialAccountsForAuthenticatedUser: ["GET /user/social_accounts"],
|
|
1845
|
+
listSocialAccountsForUser: ["GET /users/{username}/social_accounts"],
|
|
1726
1846
|
listSshSigningKeysForAuthenticatedUser: ["GET /user/ssh_signing_keys"],
|
|
1727
1847
|
listSshSigningKeysForUser: ["GET /users/{username}/ssh_signing_keys"],
|
|
1728
1848
|
setPrimaryEmailVisibilityForAuthenticated: [
|
|
@@ -1739,7 +1859,7 @@ const Endpoints = {
|
|
|
1739
1859
|
},
|
|
1740
1860
|
};
|
|
1741
1861
|
|
|
1742
|
-
const VERSION = "
|
|
1862
|
+
const VERSION = "7.1.2";
|
|
1743
1863
|
|
|
1744
1864
|
function endpointsToMethods(octokit, endpointsMap) {
|
|
1745
1865
|
const newMethods = {};
|