aws-delivlib 14.4.2 → 14.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/publishing/github/node_modules/.yarn-integrity +42 -36
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +146 -106
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-installation.js +34 -23
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-repository.js +46 -38
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/get-installation-octokit.js +16 -13
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/index.js +76 -63
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/index.js +48 -41
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/webhooks.js +44 -51
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-installation.d.ts +6 -3
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-repository.d.ts +1 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js +306 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js.map +7 -0
- package/lib/publishing/github/node_modules/@octokit/app/package.json +22 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +239 -180
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/auth.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/cache.js +73 -66
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +28 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +96 -74
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/hook.js +79 -75
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/index.js +51 -39
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +30 -47
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +29 -11
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/cache.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +405 -360
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +24 -25
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js +15 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +17 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/package.json +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js +23 -31
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +12 -12
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/README.md +23 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js +40 -39
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +8 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +3 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/index.js +2 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +38 -34
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js +14 -2
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-token/README.md +5 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js +44 -20
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/auth.js +13 -17
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/hook.js +10 -4
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/index.js +16 -11
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +8 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/types.d.ts +13 -13
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js +42 -45
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/package.json +23 -27
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js +47 -22
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +33 -24
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +62 -50
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/package.json +22 -23
- package/lib/publishing/github/node_modules/@octokit/core/README.md +4 -4
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js +119 -100
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/index.js +114 -112
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js +124 -122
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/package.json +26 -27
- package/lib/publishing/github/node_modules/@octokit/endpoint/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js +22 -62
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/graphql/README.md +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js +81 -39
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/error.js +17 -17
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/graphql.js +55 -44
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/with-defaults.js +12 -9
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/error.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/graphql.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js +103 -90
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js +290 -263
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/emit-event.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/index.js +108 -64
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +43 -40
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +32 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +29 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +16 -28
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +58 -55
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +9 -6
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +21 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +217 -210
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +30 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +13 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +6 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +11 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +31 -19
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/package.json +20 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +11 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +8 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/openapi-types/package.json +2 -2
- package/lib/publishing/github/node_modules/@octokit/openapi-types/types.d.ts +77450 -13127
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +292 -57
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +226 -213
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +36 -37
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +29 -45
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +31 -21
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +14 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +183 -111
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +3 -4
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +29 -29
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +334 -334
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/package.json +24 -26
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +99 -39
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +197 -77
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +1419 -661
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +359 -119
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +198 -78
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +9 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js +80 -35
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/error-request.js +12 -13
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/index.js +29 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +31 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js +68 -54
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/package.json +21 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js +18 -11
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/index.js +21 -14
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +6 -0
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +13 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js +22 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/request/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js +105 -77
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/fetch-wrapper.js +111 -108
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/get-buffer-response.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/index.js +7 -4
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/with-defaults.js +23 -18
- package/lib/publishing/github/node_modules/@octokit/request/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js +148 -138
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js +10 -19
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/tsconfig/LICENSE +7 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/README.md +31 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/package.json +28 -0
- package/lib/publishing/github/node_modules/@octokit/types/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-src/VERSION.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Fetch.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestError.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Route.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Signal.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Url.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/VERSION.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +464 -332
- package/lib/publishing/github/node_modules/@octokit/types/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/package.json +10 -10
- package/lib/publishing/github/node_modules/@octokit/webhooks/README.md +68 -64
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js +467 -97
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/createLogger.js +11 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +23 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +31 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +51 -49
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +18 -15
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +17 -18
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +262 -254
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/index.js +40 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +8 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +27 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +19 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +86 -72
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/sign.js +8 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +8 -8
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +22 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify.js +9 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/index.d.ts +14 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +5 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/types.d.ts +12 -11
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js +609 -533
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/package.json +20 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/README.md +84 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js +89 -48
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/index.js +22 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +19 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +18 -14
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/types.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/utils.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/web.js +62 -44
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +3 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/types.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js +71 -53
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/package.json +36 -25
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/schema.d.ts +670 -35
- package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/index.d.ts +3 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +3 -8
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +38 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +75 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +4 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts +8 -4
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-sms-sender.d.ts +49 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +11 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/msk.d.ts +7 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/self-managed-kafka.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +14 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +135 -75
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +220 -101
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +87 -58
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +25 -29
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +5 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +873 -249
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +16 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +27 -18
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +6 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +166 -93
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +149 -74
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +288 -121
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +22 -13
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +453 -125
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +74 -46
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +103 -53
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +6 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +20 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +6 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +106 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +36 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +15 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +37 -26
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +53 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +51 -175
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +21 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +983 -824
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +125 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +149 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +30 -9
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/net.d.ts +886 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +7 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +66 -56
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +528 -70
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +271 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +421 -34
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +13 -19
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +11 -11
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/node/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/node/child_process.d.ts +41 -2
- package/lib/publishing/github/node_modules/@types/node/crypto.d.ts +77 -7
- package/lib/publishing/github/node_modules/@types/node/fs/promises.d.ts +15 -12
- package/lib/publishing/github/node_modules/@types/node/globals.d.ts +5 -3
- package/lib/publishing/github/node_modules/@types/node/http.d.ts +142 -53
- package/lib/publishing/github/node_modules/@types/node/http2.d.ts +1 -2
- package/lib/publishing/github/node_modules/@types/node/https.d.ts +192 -62
- package/lib/publishing/github/node_modules/@types/node/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/inspector.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/net.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/os.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/package.json +10 -3
- package/lib/publishing/github/node_modules/@types/node/path.d.ts +32 -21
- package/lib/publishing/github/node_modules/@types/node/stream.d.ts +99 -0
- package/lib/publishing/github/node_modules/@types/node/tls.d.ts +13 -13
- package/lib/publishing/github/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/child_process.d.ts +553 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http.d.ts +580 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http2.d.ts +961 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/https.d.ts +272 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/net.d.ts +309 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/os.d.ts +243 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/stream.d.ts +458 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/url.d.ts +177 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/lib/publishing/github/node_modules/@types/node/url.d.ts +28 -0
- package/lib/publishing/github/node_modules/before-after-hook/README.md +1 -3
- package/lib/publishing/github/node_modules/before-after-hook/index.d.ts +48 -48
- package/lib/publishing/github/node_modules/before-after-hook/index.js +43 -39
- package/lib/publishing/github/node_modules/before-after-hook/package.json +15 -10
- package/lib/publishing/github/node_modules/lru-cache/LICENSE +1 -1
- package/lib/publishing/github/node_modules/lru-cache/README.md +1127 -104
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js +1395 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js +1391 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/package.json +86 -12
- package/lib/publishing/github/node_modules/node-fetch/README.md +43 -0
- package/lib/publishing/github/node_modules/node-fetch/browser.js +7 -7
- package/lib/publishing/github/node_modules/node-fetch/lib/index.es.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.mjs +92 -2
- package/lib/publishing/github/node_modules/node-fetch/package.json +16 -3
- package/lib/publishing/github/node_modules/octokit/README.md +4 -4
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js +60 -33
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/dist-src/app.js +8 -3
- package/lib/publishing/github/node_modules/octokit/dist-src/index.js +8 -2
- package/lib/publishing/github/node_modules/octokit/dist-src/octokit.js +28 -20
- package/lib/publishing/github/node_modules/octokit/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
- package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js +46 -34
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/package.json +26 -28
- package/lib/publishing/github/node_modules/semver/README.md +67 -0
- package/lib/publishing/github/node_modules/semver/bin/semver.js +16 -2
- package/lib/publishing/github/node_modules/semver/classes/comparator.js +37 -33
- package/lib/publishing/github/node_modules/semver/classes/range.js +6 -2
- package/lib/publishing/github/node_modules/semver/classes/semver.js +27 -14
- package/lib/publishing/github/node_modules/semver/functions/diff.js +48 -17
- package/lib/publishing/github/node_modules/semver/functions/inc.js +3 -2
- package/lib/publishing/github/node_modules/semver/functions/parse.js +5 -22
- package/lib/publishing/github/node_modules/semver/index.js +1 -0
- package/lib/publishing/github/node_modules/semver/internal/constants.js +15 -2
- package/lib/publishing/github/node_modules/semver/internal/parse-options.js +14 -10
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/README.md +166 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/package.json +34 -0
- package/lib/publishing/github/node_modules/semver/package.json +7 -6
- package/lib/publishing/github/node_modules/semver/ranges/intersects.js +1 -1
- package/lib/publishing/github/node_modules/semver/ranges/subset.js +6 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsc.js +8 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserver.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserverlibrary.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescript.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescriptServices.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typingsInstaller.js +13 -3
- package/lib/publishing/github/node_modules/typescript/package.json +1 -1
- package/lib/publishing/github/package-lock.json +675 -0
- package/lib/publishing/github/package.json +1 -1
- package/lib/publishing/github/publish.sh +3 -1
- package/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@types/lru-cache/LICENSE +0 -21
- package/lib/publishing/github/node_modules/@types/lru-cache/README.md +0 -16
- package/lib/publishing/github/node_modules/@types/lru-cache/index.d.ts +0 -193
- package/lib/publishing/github/node_modules/@types/lru-cache/package.json +0 -30
- package/lib/publishing/github/yarn.lock +0 -473
- /package/lib/publishing/github/node_modules/{lru-cache → semver/node_modules/lru-cache}/index.js +0 -0
|
@@ -1,47 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* header is provided, so this header alone is not sufficient to check wether a response is
|
|
11
|
-
* paginated or not.
|
|
12
|
-
*
|
|
13
|
-
* We check if a "total_count" key is present in the response data, but also make sure that
|
|
14
|
-
* a "url" property is not, as the "Get the combined status for a specific ref" endpoint would
|
|
15
|
-
* otherwise match: https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref
|
|
16
|
-
*/
|
|
17
|
-
export function normalizePaginatedListResponse(response) {
|
|
18
|
-
// endpoints can respond with 204 if repository is empty
|
|
19
|
-
if (!response.data) {
|
|
20
|
-
return {
|
|
21
|
-
...response,
|
|
22
|
-
data: [],
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
const responseNeedsNormalization = "total_count" in response.data && !("url" in response.data);
|
|
26
|
-
if (!responseNeedsNormalization)
|
|
27
|
-
return response;
|
|
28
|
-
// keep the additional properties intact as there is currently no other way
|
|
29
|
-
// to retrieve the same information.
|
|
30
|
-
const incompleteResults = response.data.incomplete_results;
|
|
31
|
-
const repositorySelection = response.data.repository_selection;
|
|
32
|
-
const totalCount = response.data.total_count;
|
|
33
|
-
delete response.data.incomplete_results;
|
|
34
|
-
delete response.data.repository_selection;
|
|
35
|
-
delete response.data.total_count;
|
|
36
|
-
const namespaceKey = Object.keys(response.data)[0];
|
|
37
|
-
const data = response.data[namespaceKey];
|
|
38
|
-
response.data = data;
|
|
39
|
-
if (typeof incompleteResults !== "undefined") {
|
|
40
|
-
response.data.incomplete_results = incompleteResults;
|
|
41
|
-
}
|
|
42
|
-
if (typeof repositorySelection !== "undefined") {
|
|
43
|
-
response.data.repository_selection = repositorySelection;
|
|
44
|
-
}
|
|
45
|
-
response.data.total_count = totalCount;
|
|
1
|
+
function normalizePaginatedListResponse(response) {
|
|
2
|
+
if (!response.data) {
|
|
3
|
+
return {
|
|
4
|
+
...response,
|
|
5
|
+
data: []
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
const responseNeedsNormalization = "total_count" in response.data && !("url" in response.data);
|
|
9
|
+
if (!responseNeedsNormalization)
|
|
46
10
|
return response;
|
|
11
|
+
const incompleteResults = response.data.incomplete_results;
|
|
12
|
+
const repositorySelection = response.data.repository_selection;
|
|
13
|
+
const totalCount = response.data.total_count;
|
|
14
|
+
delete response.data.incomplete_results;
|
|
15
|
+
delete response.data.repository_selection;
|
|
16
|
+
delete response.data.total_count;
|
|
17
|
+
const namespaceKey = Object.keys(response.data)[0];
|
|
18
|
+
const data = response.data[namespaceKey];
|
|
19
|
+
response.data = data;
|
|
20
|
+
if (typeof incompleteResults !== "undefined") {
|
|
21
|
+
response.data.incomplete_results = incompleteResults;
|
|
22
|
+
}
|
|
23
|
+
if (typeof repositorySelection !== "undefined") {
|
|
24
|
+
response.data.repository_selection = repositorySelection;
|
|
25
|
+
}
|
|
26
|
+
response.data.total_count = totalCount;
|
|
27
|
+
return response;
|
|
47
28
|
}
|
|
29
|
+
export {
|
|
30
|
+
normalizePaginatedListResponse
|
|
31
|
+
};
|
package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js
CHANGED
|
@@ -1,24 +1,34 @@
|
|
|
1
1
|
import { iterator } from "./iterator";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
function paginate(octokit, route, parameters, mapFn) {
|
|
3
|
+
if (typeof parameters === "function") {
|
|
4
|
+
mapFn = parameters;
|
|
5
|
+
parameters = void 0;
|
|
6
|
+
}
|
|
7
|
+
return gather(
|
|
8
|
+
octokit,
|
|
9
|
+
[],
|
|
10
|
+
iterator(octokit, route, parameters)[Symbol.asyncIterator](),
|
|
11
|
+
mapFn
|
|
12
|
+
);
|
|
8
13
|
}
|
|
9
|
-
function gather(octokit, results,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
14
|
+
function gather(octokit, results, iterator2, mapFn) {
|
|
15
|
+
return iterator2.next().then((result) => {
|
|
16
|
+
if (result.done) {
|
|
17
|
+
return results;
|
|
18
|
+
}
|
|
19
|
+
let earlyExit = false;
|
|
20
|
+
function done() {
|
|
21
|
+
earlyExit = true;
|
|
22
|
+
}
|
|
23
|
+
results = results.concat(
|
|
24
|
+
mapFn ? mapFn(result.value, done) : result.value.data
|
|
25
|
+
);
|
|
26
|
+
if (earlyExit) {
|
|
27
|
+
return results;
|
|
28
|
+
}
|
|
29
|
+
return gather(octokit, results, iterator2, mapFn);
|
|
30
|
+
});
|
|
24
31
|
}
|
|
32
|
+
export {
|
|
33
|
+
paginate
|
|
34
|
+
};
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import {
|
|
2
|
+
paginatingEndpoints
|
|
3
|
+
} from "./generated/paginating-endpoints";
|
|
4
|
+
import { paginatingEndpoints as paginatingEndpoints2 } from "./generated/paginating-endpoints";
|
|
5
|
+
function isPaginatingEndpoint(arg) {
|
|
6
|
+
if (typeof arg === "string") {
|
|
7
|
+
return paginatingEndpoints.includes(arg);
|
|
8
|
+
} else {
|
|
9
|
+
return false;
|
|
10
|
+
}
|
|
10
11
|
}
|
|
12
|
+
export {
|
|
13
|
+
isPaginatingEndpoint,
|
|
14
|
+
paginatingEndpoints2 as paginatingEndpoints
|
|
15
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ComposePaginateInterface } from "./types";
|
|
1
|
+
import type { ComposePaginateInterface } from "./types";
|
|
2
2
|
export declare const composePaginateRest: ComposePaginateInterface;
|
|
@@ -7,6 +7,13 @@ export interface PaginatingEndpoints {
|
|
|
7
7
|
parameters: Endpoints["GET /app/hook/deliveries"]["parameters"];
|
|
8
8
|
response: Endpoints["GET /app/hook/deliveries"]["response"];
|
|
9
9
|
};
|
|
10
|
+
/**
|
|
11
|
+
* @see https://docs.github.com/rest/reference/apps#list-installation-requests-for-the-authenticated-app
|
|
12
|
+
*/
|
|
13
|
+
"GET /app/installation-requests": {
|
|
14
|
+
parameters: Endpoints["GET /app/installation-requests"]["parameters"];
|
|
15
|
+
response: Endpoints["GET /app/installation-requests"]["response"];
|
|
16
|
+
};
|
|
10
17
|
/**
|
|
11
18
|
* @see https://docs.github.com/rest/reference/apps#list-installations-for-the-authenticated-app
|
|
12
19
|
*/
|
|
@@ -15,56 +22,11 @@ export interface PaginatingEndpoints {
|
|
|
15
22
|
response: Endpoints["GET /app/installations"]["response"];
|
|
16
23
|
};
|
|
17
24
|
/**
|
|
18
|
-
* @see https://docs.github.com/rest/
|
|
19
|
-
*/
|
|
20
|
-
"GET /enterprises/{enterprise}/actions/permissions/organizations": {
|
|
21
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"];
|
|
22
|
-
response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"] & {
|
|
23
|
-
data: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"]["data"]["organizations"];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runner-groups-for-an-enterprise
|
|
28
|
-
*/
|
|
29
|
-
"GET /enterprises/{enterprise}/actions/runner-groups": {
|
|
30
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups"]["parameters"];
|
|
31
|
-
response: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups"]["response"] & {
|
|
32
|
-
data: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups"]["response"]["data"]["runner_groups"];
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* @see https://docs.github.com/rest/reference/actions#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise
|
|
37
|
-
*/
|
|
38
|
-
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": {
|
|
39
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["parameters"];
|
|
40
|
-
response: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["response"] & {
|
|
41
|
-
data: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["response"]["data"]["organizations"];
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-enterprise
|
|
46
|
-
*/
|
|
47
|
-
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": {
|
|
48
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["parameters"];
|
|
49
|
-
response: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["response"] & {
|
|
50
|
-
data: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["response"]["data"]["runners"];
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
/**
|
|
54
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-enterprise
|
|
55
|
-
*/
|
|
56
|
-
"GET /enterprises/{enterprise}/actions/runners": {
|
|
57
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["parameters"];
|
|
58
|
-
response: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["response"] & {
|
|
59
|
-
data: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["response"]["data"]["runners"];
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-enterprise
|
|
25
|
+
* @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
|
|
64
26
|
*/
|
|
65
|
-
"GET /enterprises/{enterprise}/
|
|
66
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/
|
|
67
|
-
response: Endpoints["GET /enterprises/{enterprise}/
|
|
27
|
+
"GET /enterprises/{enterprise}/dependabot/alerts": {
|
|
28
|
+
parameters: Endpoints["GET /enterprises/{enterprise}/dependabot/alerts"]["parameters"];
|
|
29
|
+
response: Endpoints["GET /enterprises/{enterprise}/dependabot/alerts"]["response"];
|
|
68
30
|
};
|
|
69
31
|
/**
|
|
70
32
|
* @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise
|
|
@@ -73,15 +35,6 @@ export interface PaginatingEndpoints {
|
|
|
73
35
|
parameters: Endpoints["GET /enterprises/{enterprise}/secret-scanning/alerts"]["parameters"];
|
|
74
36
|
response: Endpoints["GET /enterprises/{enterprise}/secret-scanning/alerts"]["response"];
|
|
75
37
|
};
|
|
76
|
-
/**
|
|
77
|
-
* @see https://docs.github.com/rest/reference/billing#export-advanced-security-active-committers-data-for-enterprise
|
|
78
|
-
*/
|
|
79
|
-
"GET /enterprises/{enterprise}/settings/billing/advanced-security": {
|
|
80
|
-
parameters: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["parameters"];
|
|
81
|
-
response: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"] & {
|
|
82
|
-
data: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"]["data"]["repositories"];
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
38
|
/**
|
|
86
39
|
* @see https://docs.github.com/rest/reference/activity#list-public-events
|
|
87
40
|
*/
|
|
@@ -204,22 +157,32 @@ export interface PaginatingEndpoints {
|
|
|
204
157
|
response: Endpoints["GET /organizations"]["response"];
|
|
205
158
|
};
|
|
206
159
|
/**
|
|
207
|
-
* @see https://docs.github.com/rest/
|
|
160
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens
|
|
208
161
|
*/
|
|
209
|
-
"GET /organizations/{org}/
|
|
210
|
-
parameters: Endpoints["GET /organizations/{org}/
|
|
211
|
-
response: Endpoints["GET /organizations/{org}/
|
|
212
|
-
data: Endpoints["GET /organizations/{org}/codespaces/secrets"]["response"]["data"]["secrets"];
|
|
213
|
-
};
|
|
162
|
+
"GET /organizations/{org}/personal-access-token-requests": {
|
|
163
|
+
parameters: Endpoints["GET /organizations/{org}/personal-access-token-requests"]["parameters"];
|
|
164
|
+
response: Endpoints["GET /organizations/{org}/personal-access-token-requests"]["response"];
|
|
214
165
|
};
|
|
215
166
|
/**
|
|
216
|
-
* @see https://docs.github.com/rest/
|
|
167
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token
|
|
217
168
|
*/
|
|
218
|
-
"GET /organizations/{org}/
|
|
219
|
-
parameters: Endpoints["GET /organizations/{org}/
|
|
220
|
-
response: Endpoints["GET /organizations/{org}/
|
|
221
|
-
|
|
222
|
-
|
|
169
|
+
"GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories": {
|
|
170
|
+
parameters: Endpoints["GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories"]["parameters"];
|
|
171
|
+
response: Endpoints["GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories"]["response"];
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources
|
|
175
|
+
*/
|
|
176
|
+
"GET /organizations/{org}/personal-access-tokens": {
|
|
177
|
+
parameters: Endpoints["GET /organizations/{org}/personal-access-tokens"]["parameters"];
|
|
178
|
+
response: Endpoints["GET /organizations/{org}/personal-access-tokens"]["response"];
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to
|
|
182
|
+
*/
|
|
183
|
+
"GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories": {
|
|
184
|
+
parameters: Endpoints["GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories"]["parameters"];
|
|
185
|
+
response: Endpoints["GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories"]["response"];
|
|
223
186
|
};
|
|
224
187
|
/**
|
|
225
188
|
* @see https://docs.github.com/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization
|
|
@@ -240,30 +203,12 @@ export interface PaginatingEndpoints {
|
|
|
240
203
|
};
|
|
241
204
|
};
|
|
242
205
|
/**
|
|
243
|
-
* @see https://docs.github.com/rest/reference/actions#list-
|
|
244
|
-
*/
|
|
245
|
-
"GET /orgs/{org}/actions/runner-groups": {
|
|
246
|
-
parameters: Endpoints["GET /orgs/{org}/actions/runner-groups"]["parameters"];
|
|
247
|
-
response: Endpoints["GET /orgs/{org}/actions/runner-groups"]["response"] & {
|
|
248
|
-
data: Endpoints["GET /orgs/{org}/actions/runner-groups"]["response"]["data"]["runner_groups"];
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* @see https://docs.github.com/rest/reference/actions#list-repository-access-to-a-self-hosted-runner-group-in-an-organization
|
|
253
|
-
*/
|
|
254
|
-
"GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": {
|
|
255
|
-
parameters: Endpoints["GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"]["parameters"];
|
|
256
|
-
response: Endpoints["GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"]["response"] & {
|
|
257
|
-
data: Endpoints["GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"]["response"]["data"]["repositories"];
|
|
258
|
-
};
|
|
259
|
-
};
|
|
260
|
-
/**
|
|
261
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-organization
|
|
206
|
+
* @see https://docs.github.com/rest/reference/actions#list-required-workflows
|
|
262
207
|
*/
|
|
263
|
-
"GET /orgs/{org}/actions/
|
|
264
|
-
parameters: Endpoints["GET /orgs/{org}/actions/
|
|
265
|
-
response: Endpoints["GET /orgs/{org}/actions/
|
|
266
|
-
data: Endpoints["GET /orgs/{org}/actions/
|
|
208
|
+
"GET /orgs/{org}/actions/required_workflows": {
|
|
209
|
+
parameters: Endpoints["GET /orgs/{org}/actions/required_workflows"]["parameters"];
|
|
210
|
+
response: Endpoints["GET /orgs/{org}/actions/required_workflows"]["response"] & {
|
|
211
|
+
data: Endpoints["GET /orgs/{org}/actions/required_workflows"]["response"]["data"]["required_workflows"];
|
|
267
212
|
};
|
|
268
213
|
};
|
|
269
214
|
/**
|
|
@@ -293,6 +238,24 @@ export interface PaginatingEndpoints {
|
|
|
293
238
|
data: Endpoints["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"]["response"]["data"]["repositories"];
|
|
294
239
|
};
|
|
295
240
|
};
|
|
241
|
+
/**
|
|
242
|
+
* @see https://docs.github.com/rest/actions/variables#list-organization-variables
|
|
243
|
+
*/
|
|
244
|
+
"GET /orgs/{org}/actions/variables": {
|
|
245
|
+
parameters: Endpoints["GET /orgs/{org}/actions/variables"]["parameters"];
|
|
246
|
+
response: Endpoints["GET /orgs/{org}/actions/variables"]["response"] & {
|
|
247
|
+
data: Endpoints["GET /orgs/{org}/actions/variables"]["response"]["data"]["variables"];
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* @see https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable
|
|
252
|
+
*/
|
|
253
|
+
"GET /orgs/{org}/actions/variables/{name}/repositories": {
|
|
254
|
+
parameters: Endpoints["GET /orgs/{org}/actions/variables/{name}/repositories"]["parameters"];
|
|
255
|
+
response: Endpoints["GET /orgs/{org}/actions/variables/{name}/repositories"]["response"] & {
|
|
256
|
+
data: Endpoints["GET /orgs/{org}/actions/variables/{name}/repositories"]["response"]["data"]["repositories"];
|
|
257
|
+
};
|
|
258
|
+
};
|
|
296
259
|
/**
|
|
297
260
|
* @see https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization
|
|
298
261
|
*/
|
|
@@ -301,7 +264,7 @@ export interface PaginatingEndpoints {
|
|
|
301
264
|
response: Endpoints["GET /orgs/{org}/blocks"]["response"];
|
|
302
265
|
};
|
|
303
266
|
/**
|
|
304
|
-
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-
|
|
267
|
+
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization
|
|
305
268
|
*/
|
|
306
269
|
"GET /orgs/{org}/code-scanning/alerts": {
|
|
307
270
|
parameters: Endpoints["GET /orgs/{org}/code-scanning/alerts"]["parameters"];
|
|
@@ -316,6 +279,31 @@ export interface PaginatingEndpoints {
|
|
|
316
279
|
data: Endpoints["GET /orgs/{org}/codespaces"]["response"]["data"]["codespaces"];
|
|
317
280
|
};
|
|
318
281
|
};
|
|
282
|
+
/**
|
|
283
|
+
* @see https://docs.github.com/rest/reference/codespaces#list-organization-secrets
|
|
284
|
+
*/
|
|
285
|
+
"GET /orgs/{org}/codespaces/secrets": {
|
|
286
|
+
parameters: Endpoints["GET /orgs/{org}/codespaces/secrets"]["parameters"];
|
|
287
|
+
response: Endpoints["GET /orgs/{org}/codespaces/secrets"]["response"] & {
|
|
288
|
+
data: Endpoints["GET /orgs/{org}/codespaces/secrets"]["response"]["data"]["secrets"];
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
/**
|
|
292
|
+
* @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret
|
|
293
|
+
*/
|
|
294
|
+
"GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories": {
|
|
295
|
+
parameters: Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"];
|
|
296
|
+
response: Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["response"] & {
|
|
297
|
+
data: Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["response"]["data"]["repositories"];
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
/**
|
|
301
|
+
* @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization
|
|
302
|
+
*/
|
|
303
|
+
"GET /orgs/{org}/dependabot/alerts": {
|
|
304
|
+
parameters: Endpoints["GET /orgs/{org}/dependabot/alerts"]["parameters"];
|
|
305
|
+
response: Endpoints["GET /orgs/{org}/dependabot/alerts"]["response"];
|
|
306
|
+
};
|
|
319
307
|
/**
|
|
320
308
|
* @see https://docs.github.com/rest/reference/dependabot#list-organization-secrets
|
|
321
309
|
*/
|
|
@@ -400,14 +388,23 @@ export interface PaginatingEndpoints {
|
|
|
400
388
|
response: Endpoints["GET /orgs/{org}/members"]["response"];
|
|
401
389
|
};
|
|
402
390
|
/**
|
|
403
|
-
* @see https://docs.github.com/rest/reference/
|
|
391
|
+
* @see https://docs.github.com/rest/reference/codespaces#get-codespaces-for-user-in-org
|
|
392
|
+
*/
|
|
393
|
+
"GET /orgs/{org}/members/{username}/codespaces": {
|
|
394
|
+
parameters: Endpoints["GET /orgs/{org}/members/{username}/codespaces"]["parameters"];
|
|
395
|
+
response: Endpoints["GET /orgs/{org}/members/{username}/codespaces"]["response"] & {
|
|
396
|
+
data: Endpoints["GET /orgs/{org}/members/{username}/codespaces"]["response"]["data"]["codespaces"];
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* @see https://docs.github.com/rest/migrations/orgs#list-organization-migrations
|
|
404
401
|
*/
|
|
405
402
|
"GET /orgs/{org}/migrations": {
|
|
406
403
|
parameters: Endpoints["GET /orgs/{org}/migrations"]["parameters"];
|
|
407
404
|
response: Endpoints["GET /orgs/{org}/migrations"]["response"];
|
|
408
405
|
};
|
|
409
406
|
/**
|
|
410
|
-
* @see https://docs.github.com/rest/
|
|
407
|
+
* @see https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration
|
|
411
408
|
*/
|
|
412
409
|
"GET /orgs/{org}/migrations/{migration_id}/repositories": {
|
|
413
410
|
parameters: Endpoints["GET /orgs/{org}/migrations/{migration_id}/repositories"]["parameters"];
|
|
@@ -462,15 +459,6 @@ export interface PaginatingEndpoints {
|
|
|
462
459
|
parameters: Endpoints["GET /orgs/{org}/secret-scanning/alerts"]["parameters"];
|
|
463
460
|
response: Endpoints["GET /orgs/{org}/secret-scanning/alerts"]["response"];
|
|
464
461
|
};
|
|
465
|
-
/**
|
|
466
|
-
* @see https://docs.github.com/rest/reference/billing#get-github-advanced-security-active-committers-for-an-organization
|
|
467
|
-
*/
|
|
468
|
-
"GET /orgs/{org}/settings/billing/advanced-security": {
|
|
469
|
-
parameters: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["parameters"];
|
|
470
|
-
response: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"] & {
|
|
471
|
-
data: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"]["data"]["repositories"];
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
462
|
/**
|
|
475
463
|
* @see https://docs.github.com/rest/reference/teams#list-teams
|
|
476
464
|
*/
|
|
@@ -562,6 +550,15 @@ export interface PaginatingEndpoints {
|
|
|
562
550
|
parameters: Endpoints["GET /projects/{project_id}/columns"]["parameters"];
|
|
563
551
|
response: Endpoints["GET /projects/{project_id}/columns"]["response"];
|
|
564
552
|
};
|
|
553
|
+
/**
|
|
554
|
+
* @see https://docs.github.com/rest/reference/actions#list-repository-required-workflows
|
|
555
|
+
*/
|
|
556
|
+
"GET /repos/{org}/{repo}/actions/required_workflows": {
|
|
557
|
+
parameters: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows"]["parameters"];
|
|
558
|
+
response: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows"]["response"] & {
|
|
559
|
+
data: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows"]["response"]["data"]["required_workflows"];
|
|
560
|
+
};
|
|
561
|
+
};
|
|
565
562
|
/**
|
|
566
563
|
* @see https://docs.github.com/rest/reference/actions#list-artifacts-for-a-repository
|
|
567
564
|
*/
|
|
@@ -580,6 +577,33 @@ export interface PaginatingEndpoints {
|
|
|
580
577
|
data: Endpoints["GET /repos/{owner}/{repo}/actions/caches"]["response"]["data"]["actions_caches"];
|
|
581
578
|
};
|
|
582
579
|
};
|
|
580
|
+
/**
|
|
581
|
+
* @see https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets
|
|
582
|
+
*/
|
|
583
|
+
"GET /repos/{owner}/{repo}/actions/organization-secrets": {
|
|
584
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/actions/organization-secrets"]["parameters"];
|
|
585
|
+
response: Endpoints["GET /repos/{owner}/{repo}/actions/organization-secrets"]["response"] & {
|
|
586
|
+
data: Endpoints["GET /repos/{owner}/{repo}/actions/organization-secrets"]["response"]["data"]["secrets"];
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* @see https://docs.github.com/rest/actions/variables#list-repository-organization-variables
|
|
591
|
+
*/
|
|
592
|
+
"GET /repos/{owner}/{repo}/actions/organization-variables": {
|
|
593
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/actions/organization-variables"]["parameters"];
|
|
594
|
+
response: Endpoints["GET /repos/{owner}/{repo}/actions/organization-variables"]["response"] & {
|
|
595
|
+
data: Endpoints["GET /repos/{owner}/{repo}/actions/organization-variables"]["response"]["data"]["variables"];
|
|
596
|
+
};
|
|
597
|
+
};
|
|
598
|
+
/**
|
|
599
|
+
* @see https://docs.github.com/rest/reference/actions#list-required-workflow-runs
|
|
600
|
+
*/
|
|
601
|
+
"GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs": {
|
|
602
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs"]["parameters"];
|
|
603
|
+
response: Endpoints["GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs"]["response"] & {
|
|
604
|
+
data: Endpoints["GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs"]["response"]["data"]["workflow_runs"];
|
|
605
|
+
};
|
|
606
|
+
};
|
|
583
607
|
/**
|
|
584
608
|
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-a-repository
|
|
585
609
|
*/
|
|
@@ -634,6 +658,15 @@ export interface PaginatingEndpoints {
|
|
|
634
658
|
data: Endpoints["GET /repos/{owner}/{repo}/actions/secrets"]["response"]["data"]["secrets"];
|
|
635
659
|
};
|
|
636
660
|
};
|
|
661
|
+
/**
|
|
662
|
+
* @see https://docs.github.com/rest/actions/variables#list-repository-variables
|
|
663
|
+
*/
|
|
664
|
+
"GET /repos/{owner}/{repo}/actions/variables": {
|
|
665
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/actions/variables"]["parameters"];
|
|
666
|
+
response: Endpoints["GET /repos/{owner}/{repo}/actions/variables"]["response"] & {
|
|
667
|
+
data: Endpoints["GET /repos/{owner}/{repo}/actions/variables"]["response"]["data"]["variables"];
|
|
668
|
+
};
|
|
669
|
+
};
|
|
637
670
|
/**
|
|
638
671
|
* @see https://docs.github.com/rest/reference/actions#list-repository-workflows
|
|
639
672
|
*/
|
|
@@ -660,7 +693,7 @@ export interface PaginatingEndpoints {
|
|
|
660
693
|
response: Endpoints["GET /repos/{owner}/{repo}/assignees"]["response"];
|
|
661
694
|
};
|
|
662
695
|
/**
|
|
663
|
-
* @see https://docs.github.com/rest/
|
|
696
|
+
* @see https://docs.github.com/rest/branches/branches#list-branches
|
|
664
697
|
*/
|
|
665
698
|
"GET /repos/{owner}/{repo}/branches": {
|
|
666
699
|
parameters: Endpoints["GET /repos/{owner}/{repo}/branches"]["parameters"];
|
|
@@ -830,14 +863,14 @@ export interface PaginatingEndpoints {
|
|
|
830
863
|
};
|
|
831
864
|
};
|
|
832
865
|
/**
|
|
833
|
-
* @see https://docs.github.com/rest/
|
|
866
|
+
* @see https://docs.github.com/rest/deployments/deployments#list-deployments
|
|
834
867
|
*/
|
|
835
868
|
"GET /repos/{owner}/{repo}/deployments": {
|
|
836
869
|
parameters: Endpoints["GET /repos/{owner}/{repo}/deployments"]["parameters"];
|
|
837
870
|
response: Endpoints["GET /repos/{owner}/{repo}/deployments"]["response"];
|
|
838
871
|
};
|
|
839
872
|
/**
|
|
840
|
-
* @see https://docs.github.com/rest/
|
|
873
|
+
* @see https://docs.github.com/rest/deployments/statuses#list-deployment-statuses
|
|
841
874
|
*/
|
|
842
875
|
"GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses": {
|
|
843
876
|
parameters: Endpoints["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"]["parameters"];
|
|
@@ -861,6 +894,15 @@ export interface PaginatingEndpoints {
|
|
|
861
894
|
data: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"]["response"]["data"]["branch_policies"];
|
|
862
895
|
};
|
|
863
896
|
};
|
|
897
|
+
/**
|
|
898
|
+
* @see https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations
|
|
899
|
+
*/
|
|
900
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": {
|
|
901
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"]["parameters"];
|
|
902
|
+
response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"]["response"] & {
|
|
903
|
+
data: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"]["response"]["data"]["available_custom_deployment_protection_rule_integrations"];
|
|
904
|
+
};
|
|
905
|
+
};
|
|
864
906
|
/**
|
|
865
907
|
* @see https://docs.github.com/rest/reference/activity#list-repository-events
|
|
866
908
|
*/
|
|
@@ -960,7 +1002,7 @@ export interface PaginatingEndpoints {
|
|
|
960
1002
|
response: Endpoints["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline"]["response"];
|
|
961
1003
|
};
|
|
962
1004
|
/**
|
|
963
|
-
* @see https://docs.github.com/rest/
|
|
1005
|
+
* @see https://docs.github.com/rest/deploy-keys#list-deploy-keys
|
|
964
1006
|
*/
|
|
965
1007
|
"GET /repos/{owner}/{repo}/keys": {
|
|
966
1008
|
parameters: Endpoints["GET /repos/{owner}/{repo}/keys"]["parameters"];
|
|
@@ -1099,6 +1141,13 @@ export interface PaginatingEndpoints {
|
|
|
1099
1141
|
parameters: Endpoints["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"]["parameters"];
|
|
1100
1142
|
response: Endpoints["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"]["response"];
|
|
1101
1143
|
};
|
|
1144
|
+
/**
|
|
1145
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories
|
|
1146
|
+
*/
|
|
1147
|
+
"GET /repos/{owner}/{repo}/security-advisories": {
|
|
1148
|
+
parameters: Endpoints["GET /repos/{owner}/{repo}/security-advisories"]["parameters"];
|
|
1149
|
+
response: Endpoints["GET /repos/{owner}/{repo}/security-advisories"]["response"];
|
|
1150
|
+
};
|
|
1102
1151
|
/**
|
|
1103
1152
|
* @see https://docs.github.com/rest/reference/activity#list-stargazers
|
|
1104
1153
|
*/
|
|
@@ -1152,6 +1201,15 @@ export interface PaginatingEndpoints {
|
|
|
1152
1201
|
data: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["response"]["data"]["secrets"];
|
|
1153
1202
|
};
|
|
1154
1203
|
};
|
|
1204
|
+
/**
|
|
1205
|
+
* @see https://docs.github.com/rest/actions/variables#list-environment-variables
|
|
1206
|
+
*/
|
|
1207
|
+
"GET /repositories/{repository_id}/environments/{environment_name}/variables": {
|
|
1208
|
+
parameters: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["parameters"];
|
|
1209
|
+
response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["response"] & {
|
|
1210
|
+
data: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["response"]["data"]["variables"];
|
|
1211
|
+
};
|
|
1212
|
+
};
|
|
1155
1213
|
/**
|
|
1156
1214
|
* @see https://docs.github.com/rest/reference/search#search-code
|
|
1157
1215
|
*/
|
|
@@ -1385,14 +1443,14 @@ export interface PaginatingEndpoints {
|
|
|
1385
1443
|
response: Endpoints["GET /user/memberships/orgs"]["response"];
|
|
1386
1444
|
};
|
|
1387
1445
|
/**
|
|
1388
|
-
* @see https://docs.github.com/rest/
|
|
1446
|
+
* @see https://docs.github.com/rest/migrations/users#list-user-migrations
|
|
1389
1447
|
*/
|
|
1390
1448
|
"GET /user/migrations": {
|
|
1391
1449
|
parameters: Endpoints["GET /user/migrations"]["parameters"];
|
|
1392
1450
|
response: Endpoints["GET /user/migrations"]["response"];
|
|
1393
1451
|
};
|
|
1394
1452
|
/**
|
|
1395
|
-
* @see https://docs.github.com/rest/
|
|
1453
|
+
* @see https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration
|
|
1396
1454
|
*/
|
|
1397
1455
|
"GET /user/migrations/{migration_id}/repositories": {
|
|
1398
1456
|
parameters: Endpoints["GET /user/migrations/{migration_id}/repositories"]["parameters"];
|
|
@@ -1440,6 +1498,13 @@ export interface PaginatingEndpoints {
|
|
|
1440
1498
|
parameters: Endpoints["GET /user/repository_invitations"]["parameters"];
|
|
1441
1499
|
response: Endpoints["GET /user/repository_invitations"]["response"];
|
|
1442
1500
|
};
|
|
1501
|
+
/**
|
|
1502
|
+
* @see https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user
|
|
1503
|
+
*/
|
|
1504
|
+
"GET /user/social_accounts": {
|
|
1505
|
+
parameters: Endpoints["GET /user/social_accounts"]["parameters"];
|
|
1506
|
+
response: Endpoints["GET /user/social_accounts"]["response"];
|
|
1507
|
+
};
|
|
1443
1508
|
/**
|
|
1444
1509
|
* @see https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user
|
|
1445
1510
|
*/
|
|
@@ -1573,6 +1638,13 @@ export interface PaginatingEndpoints {
|
|
|
1573
1638
|
parameters: Endpoints["GET /users/{username}/repos"]["parameters"];
|
|
1574
1639
|
response: Endpoints["GET /users/{username}/repos"]["response"];
|
|
1575
1640
|
};
|
|
1641
|
+
/**
|
|
1642
|
+
* @see https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user
|
|
1643
|
+
*/
|
|
1644
|
+
"GET /users/{username}/social_accounts": {
|
|
1645
|
+
parameters: Endpoints["GET /users/{username}/social_accounts"]["parameters"];
|
|
1646
|
+
response: Endpoints["GET /users/{username}/social_accounts"]["response"];
|
|
1647
|
+
};
|
|
1576
1648
|
/**
|
|
1577
1649
|
* @see https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user
|
|
1578
1650
|
*/
|