aws-delivlib 14.4.2 → 14.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/publishing/github/node_modules/.yarn-integrity +42 -36
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +146 -106
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-installation.js +34 -23
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-repository.js +46 -38
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/get-installation-octokit.js +16 -13
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/index.js +76 -63
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/index.js +48 -41
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/webhooks.js +44 -51
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-installation.d.ts +6 -3
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-repository.d.ts +1 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js +306 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js.map +7 -0
- package/lib/publishing/github/node_modules/@octokit/app/package.json +22 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +239 -180
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/auth.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/cache.js +73 -66
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +28 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +96 -74
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/hook.js +79 -75
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/index.js +51 -39
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +30 -47
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +29 -11
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/cache.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +405 -360
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +24 -25
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js +15 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +17 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/package.json +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js +23 -31
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +12 -12
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/README.md +23 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js +40 -39
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +8 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +3 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/index.js +2 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +38 -34
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js +14 -2
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-token/README.md +5 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js +44 -20
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/auth.js +13 -17
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/hook.js +10 -4
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/index.js +16 -11
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +8 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/types.d.ts +13 -13
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js +42 -45
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/package.json +23 -27
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js +47 -22
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +33 -24
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +62 -50
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/package.json +22 -23
- package/lib/publishing/github/node_modules/@octokit/core/README.md +4 -4
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js +119 -100
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/index.js +114 -112
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js +124 -122
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/package.json +26 -27
- package/lib/publishing/github/node_modules/@octokit/endpoint/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js +22 -62
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/graphql/README.md +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js +81 -39
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/error.js +17 -17
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/graphql.js +55 -44
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/with-defaults.js +12 -9
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/error.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/graphql.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js +103 -90
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js +290 -263
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/emit-event.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/index.js +108 -64
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +43 -40
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +32 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +29 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +16 -28
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +58 -55
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +9 -6
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +21 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +217 -210
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +30 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +13 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +6 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +11 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +31 -19
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/package.json +20 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +11 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +8 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/openapi-types/package.json +2 -2
- package/lib/publishing/github/node_modules/@octokit/openapi-types/types.d.ts +77450 -13127
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +292 -57
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +226 -213
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +36 -37
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +29 -45
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +31 -21
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +14 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +183 -111
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +3 -4
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +29 -29
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +334 -334
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/package.json +24 -26
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +99 -39
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +197 -77
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +1419 -661
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +359 -119
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +198 -78
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +9 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js +80 -35
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/error-request.js +12 -13
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/index.js +29 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +31 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js +68 -54
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/package.json +21 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js +18 -11
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/index.js +21 -14
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +6 -0
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +13 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js +22 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/request/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js +105 -77
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/fetch-wrapper.js +111 -108
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/get-buffer-response.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/index.js +7 -4
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/with-defaults.js +23 -18
- package/lib/publishing/github/node_modules/@octokit/request/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js +148 -138
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js +10 -19
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/tsconfig/LICENSE +7 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/README.md +31 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/package.json +28 -0
- package/lib/publishing/github/node_modules/@octokit/types/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-src/VERSION.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Fetch.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestError.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Route.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Signal.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Url.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/VERSION.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +464 -332
- package/lib/publishing/github/node_modules/@octokit/types/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/package.json +10 -10
- package/lib/publishing/github/node_modules/@octokit/webhooks/README.md +68 -64
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js +467 -97
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/createLogger.js +11 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +23 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +31 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +51 -49
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +18 -15
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +17 -18
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +262 -254
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/index.js +40 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +8 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +27 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +19 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +86 -72
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/sign.js +8 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +8 -8
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +22 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify.js +9 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/index.d.ts +14 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +5 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/types.d.ts +12 -11
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js +609 -533
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/package.json +20 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/README.md +84 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js +89 -48
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/index.js +22 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +19 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +18 -14
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/types.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/utils.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/web.js +62 -44
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +3 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/types.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js +71 -53
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/package.json +36 -25
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/schema.d.ts +670 -35
- package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/index.d.ts +3 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +3 -8
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +38 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +75 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +4 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts +8 -4
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-sms-sender.d.ts +49 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +11 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/msk.d.ts +7 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/self-managed-kafka.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +14 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +135 -75
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +220 -101
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +87 -58
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +25 -29
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +5 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +873 -249
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +16 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +27 -18
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +6 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +166 -93
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +149 -74
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +288 -121
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +22 -13
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +453 -125
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +74 -46
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +103 -53
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +6 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +20 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +6 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +106 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +36 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +15 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +37 -26
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +53 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +51 -175
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +21 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +983 -824
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +125 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +149 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +30 -9
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/net.d.ts +886 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +7 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +66 -56
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +528 -70
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +271 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +421 -34
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +13 -19
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +11 -11
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/node/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/node/child_process.d.ts +41 -2
- package/lib/publishing/github/node_modules/@types/node/crypto.d.ts +77 -7
- package/lib/publishing/github/node_modules/@types/node/fs/promises.d.ts +15 -12
- package/lib/publishing/github/node_modules/@types/node/globals.d.ts +5 -3
- package/lib/publishing/github/node_modules/@types/node/http.d.ts +142 -53
- package/lib/publishing/github/node_modules/@types/node/http2.d.ts +1 -2
- package/lib/publishing/github/node_modules/@types/node/https.d.ts +192 -62
- package/lib/publishing/github/node_modules/@types/node/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/inspector.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/net.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/os.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/package.json +10 -3
- package/lib/publishing/github/node_modules/@types/node/path.d.ts +32 -21
- package/lib/publishing/github/node_modules/@types/node/stream.d.ts +99 -0
- package/lib/publishing/github/node_modules/@types/node/tls.d.ts +13 -13
- package/lib/publishing/github/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/child_process.d.ts +553 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http.d.ts +580 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http2.d.ts +961 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/https.d.ts +272 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/net.d.ts +309 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/os.d.ts +243 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/stream.d.ts +458 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/url.d.ts +177 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/lib/publishing/github/node_modules/@types/node/url.d.ts +28 -0
- package/lib/publishing/github/node_modules/before-after-hook/README.md +1 -3
- package/lib/publishing/github/node_modules/before-after-hook/index.d.ts +48 -48
- package/lib/publishing/github/node_modules/before-after-hook/index.js +43 -39
- package/lib/publishing/github/node_modules/before-after-hook/package.json +15 -10
- package/lib/publishing/github/node_modules/lru-cache/LICENSE +1 -1
- package/lib/publishing/github/node_modules/lru-cache/README.md +1127 -104
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js +1395 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js +1391 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/package.json +86 -12
- package/lib/publishing/github/node_modules/node-fetch/README.md +43 -0
- package/lib/publishing/github/node_modules/node-fetch/browser.js +7 -7
- package/lib/publishing/github/node_modules/node-fetch/lib/index.es.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.mjs +92 -2
- package/lib/publishing/github/node_modules/node-fetch/package.json +16 -3
- package/lib/publishing/github/node_modules/octokit/README.md +4 -4
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js +60 -33
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/dist-src/app.js +8 -3
- package/lib/publishing/github/node_modules/octokit/dist-src/index.js +8 -2
- package/lib/publishing/github/node_modules/octokit/dist-src/octokit.js +28 -20
- package/lib/publishing/github/node_modules/octokit/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
- package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js +46 -34
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/package.json +26 -28
- package/lib/publishing/github/node_modules/semver/README.md +67 -0
- package/lib/publishing/github/node_modules/semver/bin/semver.js +16 -2
- package/lib/publishing/github/node_modules/semver/classes/comparator.js +37 -33
- package/lib/publishing/github/node_modules/semver/classes/range.js +6 -2
- package/lib/publishing/github/node_modules/semver/classes/semver.js +27 -14
- package/lib/publishing/github/node_modules/semver/functions/diff.js +48 -17
- package/lib/publishing/github/node_modules/semver/functions/inc.js +3 -2
- package/lib/publishing/github/node_modules/semver/functions/parse.js +5 -22
- package/lib/publishing/github/node_modules/semver/index.js +1 -0
- package/lib/publishing/github/node_modules/semver/internal/constants.js +15 -2
- package/lib/publishing/github/node_modules/semver/internal/parse-options.js +14 -10
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/README.md +166 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/package.json +34 -0
- package/lib/publishing/github/node_modules/semver/package.json +7 -6
- package/lib/publishing/github/node_modules/semver/ranges/intersects.js +1 -1
- package/lib/publishing/github/node_modules/semver/ranges/subset.js +6 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsc.js +8 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserver.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserverlibrary.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescript.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescriptServices.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typingsInstaller.js +13 -3
- package/lib/publishing/github/node_modules/typescript/package.json +1 -1
- package/lib/publishing/github/package-lock.json +675 -0
- package/lib/publishing/github/package.json +1 -1
- package/lib/publishing/github/publish.sh +3 -1
- package/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@types/lru-cache/LICENSE +0 -21
- package/lib/publishing/github/node_modules/@types/lru-cache/README.md +0 -16
- package/lib/publishing/github/node_modules/@types/lru-cache/index.d.ts +0 -193
- package/lib/publishing/github/node_modules/@types/lru-cache/package.json +0 -30
- package/lib/publishing/github/yarn.lock +0 -473
- /package/lib/publishing/github/node_modules/{lru-cache → semver/node_modules/lru-cache}/index.js +0 -0
package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { paths } from "@octokit/openapi-types";
|
|
|
2
2
|
import { OctokitResponse } from "../OctokitResponse";
|
|
3
3
|
import { RequestHeaders } from "../RequestHeaders";
|
|
4
4
|
import { RequestRequestOptions } from "../RequestRequestOptions";
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never;
|
|
6
|
+
type ExtractParameters<T> = "parameters" extends keyof T ? UnionToIntersection<{
|
|
7
7
|
[K in keyof T["parameters"]]: T["parameters"][K];
|
|
8
8
|
}[keyof T["parameters"]]> : {};
|
|
9
|
-
|
|
9
|
+
type ExtractRequestBody<T> = "requestBody" extends keyof T ? "content" extends keyof T["requestBody"] ? "application/json" extends keyof T["requestBody"]["content"] ? T["requestBody"]["content"]["application/json"] : {
|
|
10
10
|
data: {
|
|
11
11
|
[K in keyof T["requestBody"]["content"]]: T["requestBody"]["content"][K];
|
|
12
12
|
}[keyof T["requestBody"]["content"]];
|
|
@@ -15,13 +15,13 @@ declare type ExtractRequestBody<T> = "requestBody" extends keyof T ? "content" e
|
|
|
15
15
|
[K in keyof T["requestBody"]]: T["requestBody"][K];
|
|
16
16
|
}[keyof T["requestBody"]];
|
|
17
17
|
} : {};
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
type ToOctokitParameters<T> = ExtractParameters<T> & ExtractRequestBody<Required<T>>;
|
|
19
|
+
type RequiredPreview<T> = T extends string ? {
|
|
20
20
|
mediaType: {
|
|
21
21
|
previews: [T, ...string[]];
|
|
22
22
|
};
|
|
23
23
|
} : {};
|
|
24
|
-
|
|
24
|
+
type Operation<Url extends keyof paths, Method extends keyof paths[Url], preview = unknown> = {
|
|
25
25
|
parameters: ToOctokitParameters<paths[Url][Method]> & RequiredPreview<preview>;
|
|
26
26
|
request: {
|
|
27
27
|
method: Method extends keyof MethodsMap ? MethodsMap[Method] : never;
|
|
@@ -31,31 +31,31 @@ declare type Operation<Url extends keyof paths, Method extends keyof paths[Url],
|
|
|
31
31
|
};
|
|
32
32
|
response: ExtractOctokitResponse<paths[Url][Method]>;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
type MethodsMap = {
|
|
35
35
|
delete: "DELETE";
|
|
36
36
|
get: "GET";
|
|
37
37
|
patch: "PATCH";
|
|
38
38
|
post: "POST";
|
|
39
39
|
put: "PUT";
|
|
40
40
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
type SuccessStatuses = 200 | 201 | 202 | 204;
|
|
42
|
+
type RedirectStatuses = 301 | 302;
|
|
43
|
+
type EmptyResponseStatuses = 201 | 204;
|
|
44
|
+
type KnownJsonResponseTypes = "application/json" | "application/scim+json" | "text/html";
|
|
45
|
+
type SuccessResponseDataType<Responses> = {
|
|
46
46
|
[K in SuccessStatuses & keyof Responses]: GetContentKeyIfPresent<Responses[K]> extends never ? never : OctokitResponse<GetContentKeyIfPresent<Responses[K]>, K>;
|
|
47
47
|
}[SuccessStatuses & keyof Responses];
|
|
48
|
-
|
|
48
|
+
type RedirectResponseDataType<Responses> = {
|
|
49
49
|
[K in RedirectStatuses & keyof Responses]: OctokitResponse<unknown, K>;
|
|
50
50
|
}[RedirectStatuses & keyof Responses];
|
|
51
|
-
|
|
51
|
+
type EmptyResponseDataType<Responses> = {
|
|
52
52
|
[K in EmptyResponseStatuses & keyof Responses]: OctokitResponse<never, K>;
|
|
53
53
|
}[EmptyResponseStatuses & keyof Responses];
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
type GetContentKeyIfPresent<T> = "content" extends keyof T ? DataType<T["content"]> : DataType<T>;
|
|
55
|
+
type DataType<T> = {
|
|
56
56
|
[K in KnownJsonResponseTypes & keyof T]: T[K];
|
|
57
57
|
}[KnownJsonResponseTypes & keyof T];
|
|
58
|
-
|
|
58
|
+
type ExtractOctokitResponse<R> = "responses" extends keyof R ? SuccessResponseDataType<R["responses"]> extends never ? RedirectResponseDataType<R["responses"]> extends never ? EmptyResponseDataType<R["responses"]> : RedirectResponseDataType<R["responses"]> : SuccessResponseDataType<R["responses"]> : unknown;
|
|
59
59
|
export interface Endpoints {
|
|
60
60
|
/**
|
|
61
61
|
* @see https://docs.github.com/rest/reference/apps#delete-an-installation-for-the-authenticated-app
|
|
@@ -73,34 +73,6 @@ export interface Endpoints {
|
|
|
73
73
|
* @see https://docs.github.com/rest/reference/apps#delete-an-app-token
|
|
74
74
|
*/
|
|
75
75
|
"DELETE /applications/{client_id}/token": Operation<"/applications/{client_id}/token", "delete">;
|
|
76
|
-
/**
|
|
77
|
-
* @see https://docs.github.com/rest/reference/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise
|
|
78
|
-
*/
|
|
79
|
-
"DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", "delete">;
|
|
80
|
-
/**
|
|
81
|
-
* @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-enterprise
|
|
82
|
-
*/
|
|
83
|
-
"DELETE /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "delete">;
|
|
84
|
-
/**
|
|
85
|
-
* @see https://docs.github.com/rest/reference/actions#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
|
|
86
|
-
*/
|
|
87
|
-
"DELETE /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}", "delete">;
|
|
88
|
-
/**
|
|
89
|
-
* @see https://docs.github.com/rest/reference/actions#remove-a-self-hosted-runner-from-a-group-for-an-enterprise
|
|
90
|
-
*/
|
|
91
|
-
"DELETE /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", "delete">;
|
|
92
|
-
/**
|
|
93
|
-
* @see https://docs.github.com/rest/reference/actions#delete-self-hosted-runner-from-an-enterprise
|
|
94
|
-
*/
|
|
95
|
-
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}", "delete">;
|
|
96
|
-
/**
|
|
97
|
-
* @see https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise
|
|
98
|
-
*/
|
|
99
|
-
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "delete">;
|
|
100
|
-
/**
|
|
101
|
-
* @see https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise
|
|
102
|
-
*/
|
|
103
|
-
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}", "delete">;
|
|
104
76
|
/**
|
|
105
77
|
* @see https://docs.github.com/rest/reference/gists#delete-a-gist
|
|
106
78
|
*/
|
|
@@ -122,29 +94,21 @@ export interface Endpoints {
|
|
|
122
94
|
*/
|
|
123
95
|
"DELETE /notifications/threads/{thread_id}/subscription": Operation<"/notifications/threads/{thread_id}/subscription", "delete">;
|
|
124
96
|
/**
|
|
125
|
-
* @see https://docs.github.com/rest/
|
|
126
|
-
*/
|
|
127
|
-
"DELETE /organizations/{org}/codespaces/secrets/{secret_name}": Operation<"/organizations/{org}/codespaces/secrets/{secret_name}", "delete">;
|
|
128
|
-
/**
|
|
129
|
-
* @see https://docs.github.com/rest/reference/codespaces#remove-selected-repository-from-an-organization-secret
|
|
97
|
+
* @see https://docs.github.com/rest/orgs/orgs/#delete-an-organization
|
|
130
98
|
*/
|
|
131
|
-
"DELETE /
|
|
99
|
+
"DELETE /orgs/{org}": Operation<"/orgs/{org}", "delete">;
|
|
132
100
|
/**
|
|
133
101
|
* @see https://docs.github.com/rest/reference/actions#disable-a-selected-repository-for-github-actions-in-an-organization
|
|
134
102
|
*/
|
|
135
103
|
"DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}": Operation<"/orgs/{org}/actions/permissions/repositories/{repository_id}", "delete">;
|
|
136
104
|
/**
|
|
137
|
-
* @see https://docs.github.com/rest/reference/actions#delete-a-
|
|
138
|
-
*/
|
|
139
|
-
"DELETE /orgs/{org}/actions/runner-groups/{runner_group_id}": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}", "delete">;
|
|
140
|
-
/**
|
|
141
|
-
* @see https://docs.github.com/rest/reference/actions#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization
|
|
105
|
+
* @see https://docs.github.com/rest/reference/actions#delete-a-required-workflow
|
|
142
106
|
*/
|
|
143
|
-
"DELETE /orgs/{org}/actions/
|
|
107
|
+
"DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "delete">;
|
|
144
108
|
/**
|
|
145
|
-
* @see https://docs.github.com/rest/reference/actions#remove-a-
|
|
109
|
+
* @see https://docs.github.com/rest/reference/actions#remove-a-repository-from-selected-repositories-list-for-a-required-workflow
|
|
146
110
|
*/
|
|
147
|
-
"DELETE /orgs/{org}/actions/
|
|
111
|
+
"DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", "delete">;
|
|
148
112
|
/**
|
|
149
113
|
* @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-an-organization
|
|
150
114
|
*/
|
|
@@ -165,14 +129,30 @@ export interface Endpoints {
|
|
|
165
129
|
* @see https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret
|
|
166
130
|
*/
|
|
167
131
|
"DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", "delete">;
|
|
132
|
+
/**
|
|
133
|
+
* @see https://docs.github.com/rest/actions/variables#delete-an-organization-variable
|
|
134
|
+
*/
|
|
135
|
+
"DELETE /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "delete">;
|
|
136
|
+
/**
|
|
137
|
+
* @see https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable
|
|
138
|
+
*/
|
|
139
|
+
"DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}", "delete">;
|
|
168
140
|
/**
|
|
169
141
|
* @see https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization
|
|
170
142
|
*/
|
|
171
143
|
"DELETE /orgs/{org}/blocks/{username}": Operation<"/orgs/{org}/blocks/{username}", "delete">;
|
|
172
144
|
/**
|
|
173
|
-
* @see https://docs.github.com/rest/reference/
|
|
145
|
+
* @see https://docs.github.com/rest/reference/codespaces#delete-codespaces-billing-users
|
|
174
146
|
*/
|
|
175
|
-
"DELETE /orgs/{org}/
|
|
147
|
+
"DELETE /orgs/{org}/codespaces/billing/selected_users": Operation<"/orgs/{org}/codespaces/billing/selected_users", "delete">;
|
|
148
|
+
/**
|
|
149
|
+
* @see https://docs.github.com/rest/reference/codespaces#delete-an-organization-secret
|
|
150
|
+
*/
|
|
151
|
+
"DELETE /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "delete">;
|
|
152
|
+
/**
|
|
153
|
+
* @see https://docs.github.com/rest/reference/codespaces#remove-selected-repository-from-an-organization-secret
|
|
154
|
+
*/
|
|
155
|
+
"DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "delete">;
|
|
176
156
|
/**
|
|
177
157
|
* @see https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret
|
|
178
158
|
*/
|
|
@@ -206,11 +186,11 @@ export interface Endpoints {
|
|
|
206
186
|
*/
|
|
207
187
|
"DELETE /orgs/{org}/memberships/{username}": Operation<"/orgs/{org}/memberships/{username}", "delete">;
|
|
208
188
|
/**
|
|
209
|
-
* @see https://docs.github.com/rest/
|
|
189
|
+
* @see https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive
|
|
210
190
|
*/
|
|
211
191
|
"DELETE /orgs/{org}/migrations/{migration_id}/archive": Operation<"/orgs/{org}/migrations/{migration_id}/archive", "delete">;
|
|
212
192
|
/**
|
|
213
|
-
* @see https://docs.github.com/rest/
|
|
193
|
+
* @see https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository
|
|
214
194
|
*/
|
|
215
195
|
"DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": Operation<"/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock", "delete">;
|
|
216
196
|
/**
|
|
@@ -229,6 +209,10 @@ export interface Endpoints {
|
|
|
229
209
|
* @see https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user
|
|
230
210
|
*/
|
|
231
211
|
"DELETE /orgs/{org}/public_members/{username}": Operation<"/orgs/{org}/public_members/{username}", "delete">;
|
|
212
|
+
/**
|
|
213
|
+
* @see https://docs.github.com/rest/repos/rules#delete-organization-ruleset
|
|
214
|
+
*/
|
|
215
|
+
"DELETE /orgs/{org}/rulesets/{ruleset_id}": Operation<"/orgs/{org}/rulesets/{ruleset_id}", "delete">;
|
|
232
216
|
/**
|
|
233
217
|
* @see https://docs.github.com/rest/reference/orgs#remove-a-security-manager-team
|
|
234
218
|
*/
|
|
@@ -322,7 +306,11 @@ export interface Endpoints {
|
|
|
322
306
|
*/
|
|
323
307
|
"DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/actions/secrets/{secret_name}", "delete">;
|
|
324
308
|
/**
|
|
325
|
-
* @see https://docs.github.com/
|
|
309
|
+
* @see https://docs.github.com/rest/actions/variables#delete-a-repository-variable
|
|
310
|
+
*/
|
|
311
|
+
"DELETE /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "delete">;
|
|
312
|
+
/**
|
|
313
|
+
* @see https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository
|
|
326
314
|
*/
|
|
327
315
|
"DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}": Operation<"/repos/{owner}/{repo}/autolinks/{autolink_id}", "delete">;
|
|
328
316
|
/**
|
|
@@ -330,43 +318,43 @@ export interface Endpoints {
|
|
|
330
318
|
*/
|
|
331
319
|
"DELETE /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "delete">;
|
|
332
320
|
/**
|
|
333
|
-
* @see https://docs.github.com/rest/
|
|
321
|
+
* @see https://docs.github.com/rest/branches/branch-protection#delete-branch-protection
|
|
334
322
|
*/
|
|
335
323
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "delete">;
|
|
336
324
|
/**
|
|
337
|
-
* @see https://docs.github.com/rest/
|
|
325
|
+
* @see https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection
|
|
338
326
|
*/
|
|
339
327
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "delete">;
|
|
340
328
|
/**
|
|
341
|
-
* @see https://docs.github.com/rest/
|
|
329
|
+
* @see https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection
|
|
342
330
|
*/
|
|
343
331
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "delete">;
|
|
344
332
|
/**
|
|
345
|
-
* @see https://docs.github.com/rest/
|
|
333
|
+
* @see https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection
|
|
346
334
|
*/
|
|
347
335
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "delete">;
|
|
348
336
|
/**
|
|
349
|
-
* @see https://docs.github.com/rest/
|
|
337
|
+
* @see https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection
|
|
350
338
|
*/
|
|
351
339
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "delete">;
|
|
352
340
|
/**
|
|
353
|
-
* @see https://docs.github.com/rest/
|
|
341
|
+
* @see https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts
|
|
354
342
|
*/
|
|
355
343
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "delete">;
|
|
356
344
|
/**
|
|
357
|
-
* @see https://docs.github.com/rest/
|
|
345
|
+
* @see https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions
|
|
358
346
|
*/
|
|
359
347
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", "delete">;
|
|
360
348
|
/**
|
|
361
|
-
* @see https://docs.github.com/rest/
|
|
349
|
+
* @see https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions
|
|
362
350
|
*/
|
|
363
351
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "delete">;
|
|
364
352
|
/**
|
|
365
|
-
* @see https://docs.github.com/rest/
|
|
353
|
+
* @see https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions
|
|
366
354
|
*/
|
|
367
355
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "delete">;
|
|
368
356
|
/**
|
|
369
|
-
* @see https://docs.github.com/rest/
|
|
357
|
+
* @see https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions
|
|
370
358
|
*/
|
|
371
359
|
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "delete">;
|
|
372
360
|
/**
|
|
@@ -398,17 +386,21 @@ export interface Endpoints {
|
|
|
398
386
|
*/
|
|
399
387
|
"DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", "delete">;
|
|
400
388
|
/**
|
|
401
|
-
* @see https://docs.github.com/rest/
|
|
389
|
+
* @see https://docs.github.com/rest/deployments/deployments#delete-a-deployment
|
|
402
390
|
*/
|
|
403
391
|
"DELETE /repos/{owner}/{repo}/deployments/{deployment_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}", "delete">;
|
|
404
392
|
/**
|
|
405
|
-
* @see https://docs.github.com/rest/
|
|
393
|
+
* @see https://docs.github.com/rest/deployments/environments#delete-an-environment
|
|
406
394
|
*/
|
|
407
395
|
"DELETE /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "delete">;
|
|
408
396
|
/**
|
|
409
397
|
* @see https://docs.github.com/rest/deployments/branch-policies#delete-deployment-branch-policy
|
|
410
398
|
*/
|
|
411
399
|
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "delete">;
|
|
400
|
+
/**
|
|
401
|
+
* @see https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule
|
|
402
|
+
*/
|
|
403
|
+
"DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "delete">;
|
|
412
404
|
/**
|
|
413
405
|
* @see https://docs.github.com/rest/reference/git#delete-a-reference
|
|
414
406
|
*/
|
|
@@ -418,7 +410,7 @@ export interface Endpoints {
|
|
|
418
410
|
*/
|
|
419
411
|
"DELETE /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "delete">;
|
|
420
412
|
/**
|
|
421
|
-
* @see https://docs.github.com/rest/
|
|
413
|
+
* @see https://docs.github.com/rest/migrations/source-imports#cancel-an-import
|
|
422
414
|
*/
|
|
423
415
|
"DELETE /repos/{owner}/{repo}/import": Operation<"/repos/{owner}/{repo}/import", "delete">;
|
|
424
416
|
/**
|
|
@@ -458,7 +450,7 @@ export interface Endpoints {
|
|
|
458
450
|
*/
|
|
459
451
|
"DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}", "delete">;
|
|
460
452
|
/**
|
|
461
|
-
* @see https://docs.github.com/rest/
|
|
453
|
+
* @see https://docs.github.com/rest/deploy-keys#delete-a-deploy-key
|
|
462
454
|
*/
|
|
463
455
|
"DELETE /repos/{owner}/{repo}/keys/{key_id}": Operation<"/repos/{owner}/{repo}/keys/{key_id}", "delete">;
|
|
464
456
|
/**
|
|
@@ -505,6 +497,10 @@ export interface Endpoints {
|
|
|
505
497
|
* @see https://docs.github.com/rest/reference/reactions/#delete-a-release-reaction
|
|
506
498
|
*/
|
|
507
499
|
"DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}": Operation<"/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}", "delete">;
|
|
500
|
+
/**
|
|
501
|
+
* @see https://docs.github.com/rest/repos/rules#delete-repository-ruleset
|
|
502
|
+
*/
|
|
503
|
+
"DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}", "delete">;
|
|
508
504
|
/**
|
|
509
505
|
* @see https://docs.github.com/rest/reference/activity#delete-a-repository-subscription
|
|
510
506
|
*/
|
|
@@ -521,6 +517,10 @@ export interface Endpoints {
|
|
|
521
517
|
* @see https://docs.github.com/rest/reference/actions#delete-an-environment-secret
|
|
522
518
|
*/
|
|
523
519
|
"DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "delete">;
|
|
520
|
+
/**
|
|
521
|
+
* @see https://docs.github.com/rest/actions/variables#delete-an-environment-variable
|
|
522
|
+
*/
|
|
523
|
+
"DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "delete">;
|
|
524
524
|
/**
|
|
525
525
|
* @see https://docs.github.com/rest/reference/teams/#delete-a-team-legacy
|
|
526
526
|
*/
|
|
@@ -590,11 +590,11 @@ export interface Endpoints {
|
|
|
590
590
|
*/
|
|
591
591
|
"DELETE /user/keys/{key_id}": Operation<"/user/keys/{key_id}", "delete">;
|
|
592
592
|
/**
|
|
593
|
-
* @see https://docs.github.com/rest/
|
|
593
|
+
* @see https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive
|
|
594
594
|
*/
|
|
595
595
|
"DELETE /user/migrations/{migration_id}/archive": Operation<"/user/migrations/{migration_id}/archive", "delete">;
|
|
596
596
|
/**
|
|
597
|
-
* @see https://docs.github.com/rest/
|
|
597
|
+
* @see https://docs.github.com/rest/migrations/users#unlock-a-user-repository
|
|
598
598
|
*/
|
|
599
599
|
"DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock": Operation<"/user/migrations/{migration_id}/repos/{repo_name}/lock", "delete">;
|
|
600
600
|
/**
|
|
@@ -609,6 +609,10 @@ export interface Endpoints {
|
|
|
609
609
|
* @see https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation
|
|
610
610
|
*/
|
|
611
611
|
"DELETE /user/repository_invitations/{invitation_id}": Operation<"/user/repository_invitations/{invitation_id}", "delete">;
|
|
612
|
+
/**
|
|
613
|
+
* @see https://docs.github.com/rest/users/social-accounts#delete-social-account-for-authenticated-user
|
|
614
|
+
*/
|
|
615
|
+
"DELETE /user/social_accounts": Operation<"/user/social_accounts", "delete">;
|
|
612
616
|
/**
|
|
613
617
|
* @see https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user
|
|
614
618
|
*/
|
|
@@ -645,6 +649,10 @@ export interface Endpoints {
|
|
|
645
649
|
* @see https://docs.github.com/rest/reference/apps#get-a-delivery-for-an-app-webhook
|
|
646
650
|
*/
|
|
647
651
|
"GET /app/hook/deliveries/{delivery_id}": Operation<"/app/hook/deliveries/{delivery_id}", "get">;
|
|
652
|
+
/**
|
|
653
|
+
* @see https://docs.github.com/rest/reference/apps#list-installation-requests-for-the-authenticated-app
|
|
654
|
+
*/
|
|
655
|
+
"GET /app/installation-requests": Operation<"/app/installation-requests", "get">;
|
|
648
656
|
/**
|
|
649
657
|
* @see https://docs.github.com/rest/reference/apps#list-installations-for-the-authenticated-app
|
|
650
658
|
*/
|
|
@@ -670,73 +678,13 @@ export interface Endpoints {
|
|
|
670
678
|
*/
|
|
671
679
|
"GET /emojis": Operation<"/emojis", "get">;
|
|
672
680
|
/**
|
|
673
|
-
* @see https://docs.github.com/rest/
|
|
674
|
-
*/
|
|
675
|
-
"GET /enterprise-installation/{enterprise_or_org}/server-statistics": Operation<"/enterprise-installation/{enterprise_or_org}/server-statistics", "get">;
|
|
676
|
-
/**
|
|
677
|
-
* @see https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-enterprise
|
|
678
|
-
*/
|
|
679
|
-
"GET /enterprises/{enterprise}/actions/cache/usage": Operation<"/enterprises/{enterprise}/actions/cache/usage", "get">;
|
|
680
|
-
/**
|
|
681
|
-
* @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-an-enterprise
|
|
682
|
-
*/
|
|
683
|
-
"GET /enterprises/{enterprise}/actions/permissions": Operation<"/enterprises/{enterprise}/actions/permissions", "get">;
|
|
684
|
-
/**
|
|
685
|
-
* @see https://docs.github.com/rest/reference/actions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise
|
|
686
|
-
*/
|
|
687
|
-
"GET /enterprises/{enterprise}/actions/permissions/organizations": Operation<"/enterprises/{enterprise}/actions/permissions/organizations", "get">;
|
|
688
|
-
/**
|
|
689
|
-
* @see https://docs.github.com/rest/reference/actions#get-allowed-actions-for-an-enterprise
|
|
690
|
-
*/
|
|
691
|
-
"GET /enterprises/{enterprise}/actions/permissions/selected-actions": Operation<"/enterprises/{enterprise}/actions/permissions/selected-actions", "get">;
|
|
692
|
-
/**
|
|
693
|
-
* @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-an-enterprise
|
|
694
|
-
*/
|
|
695
|
-
"GET /enterprises/{enterprise}/actions/permissions/workflow": Operation<"/enterprises/{enterprise}/actions/permissions/workflow", "get">;
|
|
696
|
-
/**
|
|
697
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runner-groups-for-an-enterprise
|
|
698
|
-
*/
|
|
699
|
-
"GET /enterprises/{enterprise}/actions/runner-groups": Operation<"/enterprises/{enterprise}/actions/runner-groups", "get">;
|
|
700
|
-
/**
|
|
701
|
-
* @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-group-for-an-enterprise
|
|
702
|
-
*/
|
|
703
|
-
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "get">;
|
|
704
|
-
/**
|
|
705
|
-
* @see https://docs.github.com/rest/reference/actions#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise
|
|
706
|
-
*/
|
|
707
|
-
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations", "get">;
|
|
708
|
-
/**
|
|
709
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-enterprise
|
|
710
|
-
*/
|
|
711
|
-
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners", "get">;
|
|
712
|
-
/**
|
|
713
|
-
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-enterprise
|
|
714
|
-
*/
|
|
715
|
-
"GET /enterprises/{enterprise}/actions/runners": Operation<"/enterprises/{enterprise}/actions/runners", "get">;
|
|
716
|
-
/**
|
|
717
|
-
* @see https://docs.github.com/rest/reference/actions#list-runner-applications-for-an-enterprise
|
|
718
|
-
*/
|
|
719
|
-
"GET /enterprises/{enterprise}/actions/runners/downloads": Operation<"/enterprises/{enterprise}/actions/runners/downloads", "get">;
|
|
720
|
-
/**
|
|
721
|
-
* @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-an-enterprise
|
|
722
|
-
*/
|
|
723
|
-
"GET /enterprises/{enterprise}/actions/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}", "get">;
|
|
724
|
-
/**
|
|
725
|
-
* @see https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-enterprise
|
|
726
|
-
*/
|
|
727
|
-
"GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "get">;
|
|
728
|
-
/**
|
|
729
|
-
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-enterprise
|
|
681
|
+
* @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
|
|
730
682
|
*/
|
|
731
|
-
"GET /enterprises/{enterprise}/
|
|
683
|
+
"GET /enterprises/{enterprise}/dependabot/alerts": Operation<"/enterprises/{enterprise}/dependabot/alerts", "get">;
|
|
732
684
|
/**
|
|
733
685
|
* @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise
|
|
734
686
|
*/
|
|
735
687
|
"GET /enterprises/{enterprise}/secret-scanning/alerts": Operation<"/enterprises/{enterprise}/secret-scanning/alerts", "get">;
|
|
736
|
-
/**
|
|
737
|
-
* @see https://docs.github.com/rest/reference/billing#export-advanced-security-active-committers-data-for-enterprise
|
|
738
|
-
*/
|
|
739
|
-
"GET /enterprises/{enterprise}/settings/billing/advanced-security": Operation<"/enterprises/{enterprise}/settings/billing/advanced-security", "get">;
|
|
740
688
|
/**
|
|
741
689
|
* @see https://docs.github.com/rest/reference/activity#list-public-events
|
|
742
690
|
*/
|
|
@@ -862,25 +810,21 @@ export interface Endpoints {
|
|
|
862
810
|
*/
|
|
863
811
|
"GET /organizations": Operation<"/organizations", "get">;
|
|
864
812
|
/**
|
|
865
|
-
* @see https://docs.github.com/rest/
|
|
813
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens
|
|
866
814
|
*/
|
|
867
|
-
"GET /organizations/{
|
|
815
|
+
"GET /organizations/{org}/personal-access-token-requests": Operation<"/organizations/{org}/personal-access-token-requests", "get">;
|
|
868
816
|
/**
|
|
869
|
-
* @see https://docs.github.com/rest/
|
|
817
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token
|
|
870
818
|
*/
|
|
871
|
-
"GET /organizations/{org}/
|
|
819
|
+
"GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories": Operation<"/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", "get">;
|
|
872
820
|
/**
|
|
873
|
-
* @see https://docs.github.com/rest/
|
|
821
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources
|
|
874
822
|
*/
|
|
875
|
-
"GET /organizations/{org}/
|
|
823
|
+
"GET /organizations/{org}/personal-access-tokens": Operation<"/organizations/{org}/personal-access-tokens", "get">;
|
|
876
824
|
/**
|
|
877
|
-
* @see https://docs.github.com/rest/
|
|
878
|
-
*/
|
|
879
|
-
"GET /organizations/{org}/codespaces/secrets/{secret_name}": Operation<"/organizations/{org}/codespaces/secrets/{secret_name}", "get">;
|
|
880
|
-
/**
|
|
881
|
-
* @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret
|
|
825
|
+
* @see https://docs.github.com/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to
|
|
882
826
|
*/
|
|
883
|
-
"GET /organizations/{org}/
|
|
827
|
+
"GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories": Operation<"/organizations/{org}/personal-access-tokens/{pat_id}/repositories", "get">;
|
|
884
828
|
/**
|
|
885
829
|
* @see https://docs.github.com/rest/reference/codespaces#list-in-organization
|
|
886
830
|
* @deprecated "org_id" is now "org"
|
|
@@ -898,6 +842,10 @@ export interface Endpoints {
|
|
|
898
842
|
* @see https://docs.github.com/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization
|
|
899
843
|
*/
|
|
900
844
|
"GET /orgs/{org}/actions/cache/usage-by-repository": Operation<"/orgs/{org}/actions/cache/usage-by-repository", "get">;
|
|
845
|
+
/**
|
|
846
|
+
* @see https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization
|
|
847
|
+
*/
|
|
848
|
+
"GET /orgs/{org}/actions/oidc/customization/sub": Operation<"/orgs/{org}/actions/oidc/customization/sub", "get">;
|
|
901
849
|
/**
|
|
902
850
|
* @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-an-organization
|
|
903
851
|
*/
|
|
@@ -915,21 +863,17 @@ export interface Endpoints {
|
|
|
915
863
|
*/
|
|
916
864
|
"GET /orgs/{org}/actions/permissions/workflow": Operation<"/orgs/{org}/actions/permissions/workflow", "get">;
|
|
917
865
|
/**
|
|
918
|
-
* @see https://docs.github.com/rest/reference/actions#list-
|
|
919
|
-
*/
|
|
920
|
-
"GET /orgs/{org}/actions/runner-groups": Operation<"/orgs/{org}/actions/runner-groups", "get">;
|
|
921
|
-
/**
|
|
922
|
-
* @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-group-for-an-organization
|
|
866
|
+
* @see https://docs.github.com/rest/reference/actions#list-required-workflows
|
|
923
867
|
*/
|
|
924
|
-
"GET /orgs/{org}/actions/
|
|
868
|
+
"GET /orgs/{org}/actions/required_workflows": Operation<"/orgs/{org}/actions/required_workflows", "get">;
|
|
925
869
|
/**
|
|
926
|
-
* @see https://docs.github.com/rest/reference/actions#
|
|
870
|
+
* @see https://docs.github.com/rest/reference/actions#get-a-required-workflow
|
|
927
871
|
*/
|
|
928
|
-
"GET /orgs/{org}/actions/
|
|
872
|
+
"GET /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "get">;
|
|
929
873
|
/**
|
|
930
|
-
* @see https://docs.github.com/rest/reference/actions#list-
|
|
874
|
+
* @see https://docs.github.com/rest/reference/actions#list-selected-repositories-required-workflows
|
|
931
875
|
*/
|
|
932
|
-
"GET /orgs/{org}/actions/
|
|
876
|
+
"GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", "get">;
|
|
933
877
|
/**
|
|
934
878
|
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-organization
|
|
935
879
|
*/
|
|
@@ -962,6 +906,18 @@ export interface Endpoints {
|
|
|
962
906
|
* @see https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret
|
|
963
907
|
*/
|
|
964
908
|
"GET /orgs/{org}/actions/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories", "get">;
|
|
909
|
+
/**
|
|
910
|
+
* @see https://docs.github.com/rest/actions/variables#list-organization-variables
|
|
911
|
+
*/
|
|
912
|
+
"GET /orgs/{org}/actions/variables": Operation<"/orgs/{org}/actions/variables", "get">;
|
|
913
|
+
/**
|
|
914
|
+
* @see https://docs.github.com/rest/actions/variables#get-an-organization-variable
|
|
915
|
+
*/
|
|
916
|
+
"GET /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "get">;
|
|
917
|
+
/**
|
|
918
|
+
* @see https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable
|
|
919
|
+
*/
|
|
920
|
+
"GET /orgs/{org}/actions/variables/{name}/repositories": Operation<"/orgs/{org}/actions/variables/{name}/repositories", "get">;
|
|
965
921
|
/**
|
|
966
922
|
* @see https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization
|
|
967
923
|
*/
|
|
@@ -971,13 +927,33 @@ export interface Endpoints {
|
|
|
971
927
|
*/
|
|
972
928
|
"GET /orgs/{org}/blocks/{username}": Operation<"/orgs/{org}/blocks/{username}", "get">;
|
|
973
929
|
/**
|
|
974
|
-
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-
|
|
930
|
+
* @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization
|
|
975
931
|
*/
|
|
976
932
|
"GET /orgs/{org}/code-scanning/alerts": Operation<"/orgs/{org}/code-scanning/alerts", "get">;
|
|
977
933
|
/**
|
|
978
934
|
* @see https://docs.github.com/rest/reference/codespaces#list-in-organization
|
|
979
935
|
*/
|
|
980
936
|
"GET /orgs/{org}/codespaces": Operation<"/orgs/{org}/codespaces", "get">;
|
|
937
|
+
/**
|
|
938
|
+
* @see https://docs.github.com/rest/reference/codespaces#list-organization-secrets
|
|
939
|
+
*/
|
|
940
|
+
"GET /orgs/{org}/codespaces/secrets": Operation<"/orgs/{org}/codespaces/secrets", "get">;
|
|
941
|
+
/**
|
|
942
|
+
* @see https://docs.github.com/rest/reference/codespaces#get-an-organization-public-key
|
|
943
|
+
*/
|
|
944
|
+
"GET /orgs/{org}/codespaces/secrets/public-key": Operation<"/orgs/{org}/codespaces/secrets/public-key", "get">;
|
|
945
|
+
/**
|
|
946
|
+
* @see https://docs.github.com/rest/reference/codespaces#get-an-organization-secret
|
|
947
|
+
*/
|
|
948
|
+
"GET /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "get">;
|
|
949
|
+
/**
|
|
950
|
+
* @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret
|
|
951
|
+
*/
|
|
952
|
+
"GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "get">;
|
|
953
|
+
/**
|
|
954
|
+
* @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization
|
|
955
|
+
*/
|
|
956
|
+
"GET /orgs/{org}/dependabot/alerts": Operation<"/orgs/{org}/dependabot/alerts", "get">;
|
|
981
957
|
/**
|
|
982
958
|
* @see https://docs.github.com/rest/reference/dependabot#list-organization-secrets
|
|
983
959
|
*/
|
|
@@ -994,6 +970,10 @@ export interface Endpoints {
|
|
|
994
970
|
* @see https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret
|
|
995
971
|
*/
|
|
996
972
|
"GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/dependabot/secrets/{secret_name}/repositories", "get">;
|
|
973
|
+
/**
|
|
974
|
+
* @see https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-organization
|
|
975
|
+
*/
|
|
976
|
+
"GET /orgs/{org}/docker/conflicts": Operation<"/orgs/{org}/docker/conflicts", "get">;
|
|
997
977
|
/**
|
|
998
978
|
* @see https://docs.github.com/rest/reference/activity#list-public-organization-events
|
|
999
979
|
*/
|
|
@@ -1002,10 +982,6 @@ export interface Endpoints {
|
|
|
1002
982
|
* @see https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations
|
|
1003
983
|
*/
|
|
1004
984
|
"GET /orgs/{org}/failed_invitations": Operation<"/orgs/{org}/failed_invitations", "get">;
|
|
1005
|
-
/**
|
|
1006
|
-
* @see https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization
|
|
1007
|
-
*/
|
|
1008
|
-
"GET /orgs/{org}/fine_grained_permissions": Operation<"/orgs/{org}/fine_grained_permissions", "get">;
|
|
1009
985
|
/**
|
|
1010
986
|
* @see https://docs.github.com/rest/reference/orgs#list-organization-webhooks
|
|
1011
987
|
*/
|
|
@@ -1058,24 +1034,28 @@ export interface Endpoints {
|
|
|
1058
1034
|
* @see https://docs.github.com/rest/reference/orgs#check-organization-membership-for-a-user
|
|
1059
1035
|
*/
|
|
1060
1036
|
"GET /orgs/{org}/members/{username}": Operation<"/orgs/{org}/members/{username}", "get">;
|
|
1037
|
+
/**
|
|
1038
|
+
* @see https://docs.github.com/rest/reference/codespaces#get-codespaces-for-user-in-org
|
|
1039
|
+
*/
|
|
1040
|
+
"GET /orgs/{org}/members/{username}/codespaces": Operation<"/orgs/{org}/members/{username}/codespaces", "get">;
|
|
1061
1041
|
/**
|
|
1062
1042
|
* @see https://docs.github.com/rest/reference/orgs#get-organization-membership-for-a-user
|
|
1063
1043
|
*/
|
|
1064
1044
|
"GET /orgs/{org}/memberships/{username}": Operation<"/orgs/{org}/memberships/{username}", "get">;
|
|
1065
1045
|
/**
|
|
1066
|
-
* @see https://docs.github.com/rest/
|
|
1046
|
+
* @see https://docs.github.com/rest/migrations/orgs#list-organization-migrations
|
|
1067
1047
|
*/
|
|
1068
1048
|
"GET /orgs/{org}/migrations": Operation<"/orgs/{org}/migrations", "get">;
|
|
1069
1049
|
/**
|
|
1070
|
-
* @see https://docs.github.com/rest/
|
|
1050
|
+
* @see https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status
|
|
1071
1051
|
*/
|
|
1072
1052
|
"GET /orgs/{org}/migrations/{migration_id}": Operation<"/orgs/{org}/migrations/{migration_id}", "get">;
|
|
1073
1053
|
/**
|
|
1074
|
-
* @see https://docs.github.com/rest/
|
|
1054
|
+
* @see https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive
|
|
1075
1055
|
*/
|
|
1076
1056
|
"GET /orgs/{org}/migrations/{migration_id}/archive": Operation<"/orgs/{org}/migrations/{migration_id}/archive", "get">;
|
|
1077
1057
|
/**
|
|
1078
|
-
* @see https://docs.github.com/rest/
|
|
1058
|
+
* @see https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration
|
|
1079
1059
|
*/
|
|
1080
1060
|
"GET /orgs/{org}/migrations/{migration_id}/repositories": Operation<"/orgs/{org}/migrations/{migration_id}/repositories", "get">;
|
|
1081
1061
|
/**
|
|
@@ -1114,6 +1094,14 @@ export interface Endpoints {
|
|
|
1114
1094
|
* @see https://docs.github.com/rest/reference/repos#list-organization-repositories
|
|
1115
1095
|
*/
|
|
1116
1096
|
"GET /orgs/{org}/repos": Operation<"/orgs/{org}/repos", "get">;
|
|
1097
|
+
/**
|
|
1098
|
+
* @see https://docs.github.com/rest/repos/rules#get-organization-rulesets
|
|
1099
|
+
*/
|
|
1100
|
+
"GET /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "get">;
|
|
1101
|
+
/**
|
|
1102
|
+
* @see https://docs.github.com/rest/repos/rules#get-organization-ruleset
|
|
1103
|
+
*/
|
|
1104
|
+
"GET /orgs/{org}/rulesets/{ruleset_id}": Operation<"/orgs/{org}/rulesets/{ruleset_id}", "get">;
|
|
1117
1105
|
/**
|
|
1118
1106
|
* @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-organization
|
|
1119
1107
|
*/
|
|
@@ -1126,10 +1114,6 @@ export interface Endpoints {
|
|
|
1126
1114
|
* @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization
|
|
1127
1115
|
*/
|
|
1128
1116
|
"GET /orgs/{org}/settings/billing/actions": Operation<"/orgs/{org}/settings/billing/actions", "get">;
|
|
1129
|
-
/**
|
|
1130
|
-
* @see https://docs.github.com/rest/reference/billing#get-github-advanced-security-active-committers-for-an-organization
|
|
1131
|
-
*/
|
|
1132
|
-
"GET /orgs/{org}/settings/billing/advanced-security": Operation<"/orgs/{org}/settings/billing/advanced-security", "get">;
|
|
1133
1117
|
/**
|
|
1134
1118
|
* @see https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization
|
|
1135
1119
|
*/
|
|
@@ -1234,6 +1218,18 @@ export interface Endpoints {
|
|
|
1234
1218
|
* @see https://docs.github.com/rest/reference/rate-limit#get-rate-limit-status-for-the-authenticated-user
|
|
1235
1219
|
*/
|
|
1236
1220
|
"GET /rate_limit": Operation<"/rate_limit", "get">;
|
|
1221
|
+
/**
|
|
1222
|
+
* @see https://docs.github.com/rest/reference/actions#list-repository-required-workflows
|
|
1223
|
+
*/
|
|
1224
|
+
"GET /repos/{org}/{repo}/actions/required_workflows": Operation<"/repos/{org}/{repo}/actions/required_workflows", "get">;
|
|
1225
|
+
/**
|
|
1226
|
+
* @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow
|
|
1227
|
+
*/
|
|
1228
|
+
"GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}": Operation<"/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}", "get">;
|
|
1229
|
+
/**
|
|
1230
|
+
* @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow-usage
|
|
1231
|
+
*/
|
|
1232
|
+
"GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing": Operation<"/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing", "get">;
|
|
1237
1233
|
/**
|
|
1238
1234
|
* @see https://docs.github.com/rest/reference/repos#get-a-repository
|
|
1239
1235
|
*/
|
|
@@ -1266,6 +1262,18 @@ export interface Endpoints {
|
|
|
1266
1262
|
* @see https://docs.github.com/rest/reference/actions#download-job-logs-for-a-workflow-run
|
|
1267
1263
|
*/
|
|
1268
1264
|
"GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs": Operation<"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs", "get">;
|
|
1265
|
+
/**
|
|
1266
|
+
* @see https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository
|
|
1267
|
+
*/
|
|
1268
|
+
"GET /repos/{owner}/{repo}/actions/oidc/customization/sub": Operation<"/repos/{owner}/{repo}/actions/oidc/customization/sub", "get">;
|
|
1269
|
+
/**
|
|
1270
|
+
* @see https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets
|
|
1271
|
+
*/
|
|
1272
|
+
"GET /repos/{owner}/{repo}/actions/organization-secrets": Operation<"/repos/{owner}/{repo}/actions/organization-secrets", "get">;
|
|
1273
|
+
/**
|
|
1274
|
+
* @see https://docs.github.com/rest/actions/variables#list-repository-organization-variables
|
|
1275
|
+
*/
|
|
1276
|
+
"GET /repos/{owner}/{repo}/actions/organization-variables": Operation<"/repos/{owner}/{repo}/actions/organization-variables", "get">;
|
|
1269
1277
|
/**
|
|
1270
1278
|
* @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-a-repository
|
|
1271
1279
|
*/
|
|
@@ -1282,6 +1290,10 @@ export interface Endpoints {
|
|
|
1282
1290
|
* @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository
|
|
1283
1291
|
*/
|
|
1284
1292
|
"GET /repos/{owner}/{repo}/actions/permissions/workflow": Operation<"/repos/{owner}/{repo}/actions/permissions/workflow", "get">;
|
|
1293
|
+
/**
|
|
1294
|
+
* @see https://docs.github.com/rest/reference/actions#list-required-workflow-runs
|
|
1295
|
+
*/
|
|
1296
|
+
"GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs": Operation<"/repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs", "get">;
|
|
1285
1297
|
/**
|
|
1286
1298
|
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-a-repository
|
|
1287
1299
|
*/
|
|
@@ -1354,6 +1366,14 @@ export interface Endpoints {
|
|
|
1354
1366
|
* @see https://docs.github.com/rest/reference/actions#get-a-repository-secret
|
|
1355
1367
|
*/
|
|
1356
1368
|
"GET /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/actions/secrets/{secret_name}", "get">;
|
|
1369
|
+
/**
|
|
1370
|
+
* @see https://docs.github.com/rest/actions/variables#list-repository-variables
|
|
1371
|
+
*/
|
|
1372
|
+
"GET /repos/{owner}/{repo}/actions/variables": Operation<"/repos/{owner}/{repo}/actions/variables", "get">;
|
|
1373
|
+
/**
|
|
1374
|
+
* @see https://docs.github.com/rest/actions/variables#get-a-repository-variable
|
|
1375
|
+
*/
|
|
1376
|
+
"GET /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "get">;
|
|
1357
1377
|
/**
|
|
1358
1378
|
* @see https://docs.github.com/rest/reference/actions#list-repository-workflows
|
|
1359
1379
|
*/
|
|
@@ -1379,59 +1399,59 @@ export interface Endpoints {
|
|
|
1379
1399
|
*/
|
|
1380
1400
|
"GET /repos/{owner}/{repo}/assignees/{assignee}": Operation<"/repos/{owner}/{repo}/assignees/{assignee}", "get">;
|
|
1381
1401
|
/**
|
|
1382
|
-
* @see https://docs.github.com/
|
|
1402
|
+
* @see https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository
|
|
1383
1403
|
*/
|
|
1384
1404
|
"GET /repos/{owner}/{repo}/autolinks": Operation<"/repos/{owner}/{repo}/autolinks", "get">;
|
|
1385
1405
|
/**
|
|
1386
|
-
* @see https://docs.github.com/
|
|
1406
|
+
* @see https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository
|
|
1387
1407
|
*/
|
|
1388
1408
|
"GET /repos/{owner}/{repo}/autolinks/{autolink_id}": Operation<"/repos/{owner}/{repo}/autolinks/{autolink_id}", "get">;
|
|
1389
1409
|
/**
|
|
1390
|
-
* @see https://docs.github.com/rest/
|
|
1410
|
+
* @see https://docs.github.com/rest/branches/branches#list-branches
|
|
1391
1411
|
*/
|
|
1392
1412
|
"GET /repos/{owner}/{repo}/branches": Operation<"/repos/{owner}/{repo}/branches", "get">;
|
|
1393
1413
|
/**
|
|
1394
|
-
* @see https://docs.github.com/rest/
|
|
1414
|
+
* @see https://docs.github.com/rest/branches/branches#get-a-branch
|
|
1395
1415
|
*/
|
|
1396
1416
|
"GET /repos/{owner}/{repo}/branches/{branch}": Operation<"/repos/{owner}/{repo}/branches/{branch}", "get">;
|
|
1397
1417
|
/**
|
|
1398
|
-
* @see https://docs.github.com/rest/
|
|
1418
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-branch-protection
|
|
1399
1419
|
*/
|
|
1400
1420
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "get">;
|
|
1401
1421
|
/**
|
|
1402
|
-
* @see https://docs.github.com/rest/
|
|
1422
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection
|
|
1403
1423
|
*/
|
|
1404
1424
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "get">;
|
|
1405
1425
|
/**
|
|
1406
|
-
* @see https://docs.github.com/rest/
|
|
1426
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection
|
|
1407
1427
|
*/
|
|
1408
1428
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "get">;
|
|
1409
1429
|
/**
|
|
1410
|
-
* @see https://docs.github.com/rest/
|
|
1430
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection
|
|
1411
1431
|
*/
|
|
1412
1432
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "get">;
|
|
1413
1433
|
/**
|
|
1414
|
-
* @see https://docs.github.com/rest/
|
|
1434
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection
|
|
1415
1435
|
*/
|
|
1416
1436
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "get">;
|
|
1417
1437
|
/**
|
|
1418
|
-
* @see https://docs.github.com/rest/
|
|
1438
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts
|
|
1419
1439
|
*/
|
|
1420
1440
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "get">;
|
|
1421
1441
|
/**
|
|
1422
|
-
* @see https://docs.github.com/rest/
|
|
1442
|
+
* @see https://docs.github.com/rest/branches/branch-protection#get-access-restrictions
|
|
1423
1443
|
*/
|
|
1424
1444
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", "get">;
|
|
1425
1445
|
/**
|
|
1426
|
-
* @see https://docs.github.com/rest/
|
|
1446
|
+
* @see https://docs.github.com/rest/branches/branch-protection#list-apps-with-access-to-the-protected-branch
|
|
1427
1447
|
*/
|
|
1428
1448
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "get">;
|
|
1429
1449
|
/**
|
|
1430
|
-
* @see https://docs.github.com/rest/
|
|
1450
|
+
* @see https://docs.github.com/rest/branches/branch-protection#list-teams-with-access-to-the-protected-branch
|
|
1431
1451
|
*/
|
|
1432
1452
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "get">;
|
|
1433
1453
|
/**
|
|
1434
|
-
* @see https://docs.github.com/rest/
|
|
1454
|
+
* @see https://docs.github.com/rest/branches/branch-protection#list-users-with-access-to-the-protected-branch
|
|
1435
1455
|
*/
|
|
1436
1456
|
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "get">;
|
|
1437
1457
|
/**
|
|
@@ -1476,15 +1496,19 @@ export interface Endpoints {
|
|
|
1476
1496
|
*/
|
|
1477
1497
|
"GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": Operation<"/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}", "get">;
|
|
1478
1498
|
/**
|
|
1479
|
-
* @see https://docs.github.com/rest/reference/code-scanning#list-codeql-databases
|
|
1499
|
+
* @see https://docs.github.com/rest/reference/code-scanning#list-codeql-databases-for-a-repository
|
|
1480
1500
|
*/
|
|
1481
1501
|
"GET /repos/{owner}/{repo}/code-scanning/codeql/databases": Operation<"/repos/{owner}/{repo}/code-scanning/codeql/databases", "get">;
|
|
1482
1502
|
/**
|
|
1483
|
-
* @see https://docs.github.com/rest/reference/code-scanning#get-codeql-database
|
|
1503
|
+
* @see https://docs.github.com/rest/reference/code-scanning#get-a-codeql-database-for-a-repository
|
|
1484
1504
|
*/
|
|
1485
1505
|
"GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": Operation<"/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}", "get">;
|
|
1486
1506
|
/**
|
|
1487
|
-
* @see https://docs.github.com/rest/
|
|
1507
|
+
* @see https://docs.github.com/rest/code-scanning#get-a-code-scanning-default-setup-configuration
|
|
1508
|
+
*/
|
|
1509
|
+
"GET /repos/{owner}/{repo}/code-scanning/default-setup": Operation<"/repos/{owner}/{repo}/code-scanning/default-setup", "get">;
|
|
1510
|
+
/**
|
|
1511
|
+
* @see https://docs.github.com/rest/reference/code-scanning#get-information-about-a-sarif-upload
|
|
1488
1512
|
*/
|
|
1489
1513
|
"GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}": Operation<"/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}", "get">;
|
|
1490
1514
|
/**
|
|
@@ -1624,19 +1648,23 @@ export interface Endpoints {
|
|
|
1624
1648
|
*/
|
|
1625
1649
|
"GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}": Operation<"/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", "get">;
|
|
1626
1650
|
/**
|
|
1627
|
-
* @see https://docs.github.com/rest/
|
|
1651
|
+
* @see https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository
|
|
1652
|
+
*/
|
|
1653
|
+
"GET /repos/{owner}/{repo}/dependency-graph/sbom": Operation<"/repos/{owner}/{repo}/dependency-graph/sbom", "get">;
|
|
1654
|
+
/**
|
|
1655
|
+
* @see https://docs.github.com/rest/deployments/deployments#list-deployments
|
|
1628
1656
|
*/
|
|
1629
1657
|
"GET /repos/{owner}/{repo}/deployments": Operation<"/repos/{owner}/{repo}/deployments", "get">;
|
|
1630
1658
|
/**
|
|
1631
|
-
* @see https://docs.github.com/rest/
|
|
1659
|
+
* @see https://docs.github.com/rest/deployments/deployments#get-a-deployment
|
|
1632
1660
|
*/
|
|
1633
1661
|
"GET /repos/{owner}/{repo}/deployments/{deployment_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}", "get">;
|
|
1634
1662
|
/**
|
|
1635
|
-
* @see https://docs.github.com/rest/
|
|
1663
|
+
* @see https://docs.github.com/rest/deployments/statuses#list-deployment-statuses
|
|
1636
1664
|
*/
|
|
1637
1665
|
"GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses", "get">;
|
|
1638
1666
|
/**
|
|
1639
|
-
* @see https://docs.github.com/rest/
|
|
1667
|
+
* @see https://docs.github.com/rest/deployments/statuses#get-a-deployment-status
|
|
1640
1668
|
*/
|
|
1641
1669
|
"GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}", "get">;
|
|
1642
1670
|
/**
|
|
@@ -1644,7 +1672,7 @@ export interface Endpoints {
|
|
|
1644
1672
|
*/
|
|
1645
1673
|
"GET /repos/{owner}/{repo}/environments": Operation<"/repos/{owner}/{repo}/environments", "get">;
|
|
1646
1674
|
/**
|
|
1647
|
-
* @see https://docs.github.com/rest/
|
|
1675
|
+
* @see https://docs.github.com/rest/deployments/environments#get-an-environment
|
|
1648
1676
|
*/
|
|
1649
1677
|
"GET /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "get">;
|
|
1650
1678
|
/**
|
|
@@ -1655,6 +1683,18 @@ export interface Endpoints {
|
|
|
1655
1683
|
* @see https://docs.github.com/rest/deployments/branch-policies#get-deployment-branch-policy
|
|
1656
1684
|
*/
|
|
1657
1685
|
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "get">;
|
|
1686
|
+
/**
|
|
1687
|
+
* @see https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules
|
|
1688
|
+
*/
|
|
1689
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", "get">;
|
|
1690
|
+
/**
|
|
1691
|
+
* @see https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations
|
|
1692
|
+
*/
|
|
1693
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", "get">;
|
|
1694
|
+
/**
|
|
1695
|
+
* @see https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule
|
|
1696
|
+
*/
|
|
1697
|
+
"GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "get">;
|
|
1658
1698
|
/**
|
|
1659
1699
|
* @see https://docs.github.com/rest/reference/activity#list-repository-events
|
|
1660
1700
|
*/
|
|
@@ -1708,15 +1748,15 @@ export interface Endpoints {
|
|
|
1708
1748
|
*/
|
|
1709
1749
|
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}", "get">;
|
|
1710
1750
|
/**
|
|
1711
|
-
* @see https://docs.github.com/rest/
|
|
1751
|
+
* @see https://docs.github.com/rest/migrations/source-imports#get-an-import-status
|
|
1712
1752
|
*/
|
|
1713
1753
|
"GET /repos/{owner}/{repo}/import": Operation<"/repos/{owner}/{repo}/import", "get">;
|
|
1714
1754
|
/**
|
|
1715
|
-
* @see https://docs.github.com/rest/
|
|
1755
|
+
* @see https://docs.github.com/rest/migrations/source-imports#get-commit-authors
|
|
1716
1756
|
*/
|
|
1717
1757
|
"GET /repos/{owner}/{repo}/import/authors": Operation<"/repos/{owner}/{repo}/import/authors", "get">;
|
|
1718
1758
|
/**
|
|
1719
|
-
* @see https://docs.github.com/rest/
|
|
1759
|
+
* @see https://docs.github.com/rest/migrations/source-imports#get-large-files
|
|
1720
1760
|
*/
|
|
1721
1761
|
"GET /repos/{owner}/{repo}/import/large_files": Operation<"/repos/{owner}/{repo}/import/large_files", "get">;
|
|
1722
1762
|
/**
|
|
@@ -1759,6 +1799,10 @@ export interface Endpoints {
|
|
|
1759
1799
|
* @see https://docs.github.com/rest/reference/issues#get-an-issue
|
|
1760
1800
|
*/
|
|
1761
1801
|
"GET /repos/{owner}/{repo}/issues/{issue_number}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}", "get">;
|
|
1802
|
+
/**
|
|
1803
|
+
* @see https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned-to-a-issue
|
|
1804
|
+
*/
|
|
1805
|
+
"GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}", "get">;
|
|
1762
1806
|
/**
|
|
1763
1807
|
* @see https://docs.github.com/rest/reference/issues#list-issue-comments
|
|
1764
1808
|
*/
|
|
@@ -1780,11 +1824,11 @@ export interface Endpoints {
|
|
|
1780
1824
|
*/
|
|
1781
1825
|
"GET /repos/{owner}/{repo}/issues/{issue_number}/timeline": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/timeline", "get">;
|
|
1782
1826
|
/**
|
|
1783
|
-
* @see https://docs.github.com/rest/
|
|
1827
|
+
* @see https://docs.github.com/rest/deploy-keys#list-deploy-keys
|
|
1784
1828
|
*/
|
|
1785
1829
|
"GET /repos/{owner}/{repo}/keys": Operation<"/repos/{owner}/{repo}/keys", "get">;
|
|
1786
1830
|
/**
|
|
1787
|
-
* @see https://docs.github.com/rest/
|
|
1831
|
+
* @see https://docs.github.com/rest/deploy-keys#get-a-deploy-key
|
|
1788
1832
|
*/
|
|
1789
1833
|
"GET /repos/{owner}/{repo}/keys/{key_id}": Operation<"/repos/{owner}/{repo}/keys/{key_id}", "get">;
|
|
1790
1834
|
/**
|
|
@@ -1931,6 +1975,18 @@ export interface Endpoints {
|
|
|
1931
1975
|
* @see https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-release
|
|
1932
1976
|
*/
|
|
1933
1977
|
"GET /repos/{owner}/{repo}/releases/{release_id}/reactions": Operation<"/repos/{owner}/{repo}/releases/{release_id}/reactions", "get">;
|
|
1978
|
+
/**
|
|
1979
|
+
* @see https://docs.github.com/rest/repos/rules#get-rules-for-a-branch
|
|
1980
|
+
*/
|
|
1981
|
+
"GET /repos/{owner}/{repo}/rules/branches/{branch}": Operation<"/repos/{owner}/{repo}/rules/branches/{branch}", "get">;
|
|
1982
|
+
/**
|
|
1983
|
+
* @see https://docs.github.com/rest/repos/rules#get-repository-rulesets
|
|
1984
|
+
*/
|
|
1985
|
+
"GET /repos/{owner}/{repo}/rulesets": Operation<"/repos/{owner}/{repo}/rulesets", "get">;
|
|
1986
|
+
/**
|
|
1987
|
+
* @see https://docs.github.com/rest/repos/rules#get-repository-ruleset
|
|
1988
|
+
*/
|
|
1989
|
+
"GET /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}", "get">;
|
|
1934
1990
|
/**
|
|
1935
1991
|
* @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-a-repository
|
|
1936
1992
|
*/
|
|
@@ -1943,6 +1999,14 @@ export interface Endpoints {
|
|
|
1943
1999
|
* @see https://docs.github.com/rest/reference/secret-scanning#list-locations-for-a-secret-scanning-alert
|
|
1944
2000
|
*/
|
|
1945
2001
|
"GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": Operation<"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations", "get">;
|
|
2002
|
+
/**
|
|
2003
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories
|
|
2004
|
+
*/
|
|
2005
|
+
"GET /repos/{owner}/{repo}/security-advisories": Operation<"/repos/{owner}/{repo}/security-advisories", "get">;
|
|
2006
|
+
/**
|
|
2007
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory
|
|
2008
|
+
*/
|
|
2009
|
+
"GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}": Operation<"/repos/{owner}/{repo}/security-advisories/{ghsa_id}", "get">;
|
|
1946
2010
|
/**
|
|
1947
2011
|
* @see https://docs.github.com/rest/reference/activity#list-stargazers
|
|
1948
2012
|
*/
|
|
@@ -1964,7 +2028,7 @@ export interface Endpoints {
|
|
|
1964
2028
|
*/
|
|
1965
2029
|
"GET /repos/{owner}/{repo}/stats/participation": Operation<"/repos/{owner}/{repo}/stats/participation", "get">;
|
|
1966
2030
|
/**
|
|
1967
|
-
* @see https://docs.github.com/rest/statistics
|
|
2031
|
+
* @see https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day
|
|
1968
2032
|
*/
|
|
1969
2033
|
"GET /repos/{owner}/{repo}/stats/punch_card": Operation<"/repos/{owner}/{repo}/stats/punch_card", "get">;
|
|
1970
2034
|
/**
|
|
@@ -2035,6 +2099,14 @@ export interface Endpoints {
|
|
|
2035
2099
|
* @see https://docs.github.com/rest/reference/actions#get-an-environment-secret
|
|
2036
2100
|
*/
|
|
2037
2101
|
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "get">;
|
|
2102
|
+
/**
|
|
2103
|
+
* @see https://docs.github.com/rest/actions/variables#list-environment-variables
|
|
2104
|
+
*/
|
|
2105
|
+
"GET /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "get">;
|
|
2106
|
+
/**
|
|
2107
|
+
* @see https://docs.github.com/rest/actions/variables#get-an-environment-variable
|
|
2108
|
+
*/
|
|
2109
|
+
"GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "get">;
|
|
2038
2110
|
/**
|
|
2039
2111
|
* @see https://docs.github.com/rest/reference/search#search-code
|
|
2040
2112
|
*/
|
|
@@ -2164,13 +2236,17 @@ export interface Endpoints {
|
|
|
2164
2236
|
*/
|
|
2165
2237
|
"GET /user/codespaces/{codespace_name}": Operation<"/user/codespaces/{codespace_name}", "get">;
|
|
2166
2238
|
/**
|
|
2167
|
-
* @see
|
|
2239
|
+
* @see https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export
|
|
2168
2240
|
*/
|
|
2169
2241
|
"GET /user/codespaces/{codespace_name}/exports/{export_id}": Operation<"/user/codespaces/{codespace_name}/exports/{export_id}", "get">;
|
|
2170
2242
|
/**
|
|
2171
2243
|
* @see https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace
|
|
2172
2244
|
*/
|
|
2173
2245
|
"GET /user/codespaces/{codespace_name}/machines": Operation<"/user/codespaces/{codespace_name}/machines", "get">;
|
|
2246
|
+
/**
|
|
2247
|
+
* @see https://docs.github.com/rest/packages#list-docker-migration-conflicting-packages-for-authenticated-user
|
|
2248
|
+
*/
|
|
2249
|
+
"GET /user/docker/conflicts": Operation<"/user/docker/conflicts", "get">;
|
|
2174
2250
|
/**
|
|
2175
2251
|
* @see https://docs.github.com/rest/reference/users#list-email-addresses-for-the-authenticated-user
|
|
2176
2252
|
*/
|
|
@@ -2236,19 +2312,19 @@ export interface Endpoints {
|
|
|
2236
2312
|
*/
|
|
2237
2313
|
"GET /user/memberships/orgs/{org}": Operation<"/user/memberships/orgs/{org}", "get">;
|
|
2238
2314
|
/**
|
|
2239
|
-
* @see https://docs.github.com/rest/
|
|
2315
|
+
* @see https://docs.github.com/rest/migrations/users#list-user-migrations
|
|
2240
2316
|
*/
|
|
2241
2317
|
"GET /user/migrations": Operation<"/user/migrations", "get">;
|
|
2242
2318
|
/**
|
|
2243
|
-
* @see https://docs.github.com/rest/
|
|
2319
|
+
* @see https://docs.github.com/rest/migrations/users#get-a-user-migration-status
|
|
2244
2320
|
*/
|
|
2245
2321
|
"GET /user/migrations/{migration_id}": Operation<"/user/migrations/{migration_id}", "get">;
|
|
2246
2322
|
/**
|
|
2247
|
-
* @see https://docs.github.com/rest/
|
|
2323
|
+
* @see https://docs.github.com/rest/migrations/users#download-a-user-migration-archive
|
|
2248
2324
|
*/
|
|
2249
2325
|
"GET /user/migrations/{migration_id}/archive": Operation<"/user/migrations/{migration_id}/archive", "get">;
|
|
2250
2326
|
/**
|
|
2251
|
-
* @see https://docs.github.com/rest/
|
|
2327
|
+
* @see https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration
|
|
2252
2328
|
*/
|
|
2253
2329
|
"GET /user/migrations/{migration_id}/repositories": Operation<"/user/migrations/{migration_id}/repositories", "get">;
|
|
2254
2330
|
/**
|
|
@@ -2283,6 +2359,10 @@ export interface Endpoints {
|
|
|
2283
2359
|
* @see https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user
|
|
2284
2360
|
*/
|
|
2285
2361
|
"GET /user/repository_invitations": Operation<"/user/repository_invitations", "get">;
|
|
2362
|
+
/**
|
|
2363
|
+
* @see https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user
|
|
2364
|
+
*/
|
|
2365
|
+
"GET /user/social_accounts": Operation<"/user/social_accounts", "get">;
|
|
2286
2366
|
/**
|
|
2287
2367
|
* @see https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user
|
|
2288
2368
|
*/
|
|
@@ -2315,6 +2395,10 @@ export interface Endpoints {
|
|
|
2315
2395
|
* @see https://docs.github.com/rest/reference/users#get-a-user
|
|
2316
2396
|
*/
|
|
2317
2397
|
"GET /users/{username}": Operation<"/users/{username}", "get">;
|
|
2398
|
+
/**
|
|
2399
|
+
* @see https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-user
|
|
2400
|
+
*/
|
|
2401
|
+
"GET /users/{username}/docker/conflicts": Operation<"/users/{username}/docker/conflicts", "get">;
|
|
2318
2402
|
/**
|
|
2319
2403
|
* @see https://docs.github.com/rest/reference/activity#list-events-for-the-authenticated-user
|
|
2320
2404
|
*/
|
|
@@ -2407,6 +2491,10 @@ export interface Endpoints {
|
|
|
2407
2491
|
* @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user
|
|
2408
2492
|
*/
|
|
2409
2493
|
"GET /users/{username}/settings/billing/shared-storage": Operation<"/users/{username}/settings/billing/shared-storage", "get">;
|
|
2494
|
+
/**
|
|
2495
|
+
* @see https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user
|
|
2496
|
+
*/
|
|
2497
|
+
"GET /users/{username}/social_accounts": Operation<"/users/{username}/social_accounts", "get">;
|
|
2410
2498
|
/**
|
|
2411
2499
|
* @see https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user
|
|
2412
2500
|
*/
|
|
@@ -2420,7 +2508,11 @@ export interface Endpoints {
|
|
|
2420
2508
|
*/
|
|
2421
2509
|
"GET /users/{username}/subscriptions": Operation<"/users/{username}/subscriptions", "get">;
|
|
2422
2510
|
/**
|
|
2423
|
-
* @see
|
|
2511
|
+
* @see https://docs.github.com/rest/reference/meta#get-all-api-versions
|
|
2512
|
+
*/
|
|
2513
|
+
"GET /versions": Operation<"/versions", "get">;
|
|
2514
|
+
/**
|
|
2515
|
+
* @see https://docs.github.com/rest/meta#get-the-zen-of-github
|
|
2424
2516
|
*/
|
|
2425
2517
|
"GET /zen": Operation<"/zen", "get">;
|
|
2426
2518
|
/**
|
|
@@ -2431,10 +2523,6 @@ export interface Endpoints {
|
|
|
2431
2523
|
* @see https://docs.github.com/rest/reference/apps#reset-a-token
|
|
2432
2524
|
*/
|
|
2433
2525
|
"PATCH /applications/{client_id}/token": Operation<"/applications/{client_id}/token", "patch">;
|
|
2434
|
-
/**
|
|
2435
|
-
* @see https://docs.github.com/rest/reference/actions#update-a-self-hosted-runner-group-for-an-enterprise
|
|
2436
|
-
*/
|
|
2437
|
-
"PATCH /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "patch">;
|
|
2438
2526
|
/**
|
|
2439
2527
|
* @see https://docs.github.com/rest/reference/gists/#update-a-gist
|
|
2440
2528
|
*/
|
|
@@ -2448,17 +2536,17 @@ export interface Endpoints {
|
|
|
2448
2536
|
*/
|
|
2449
2537
|
"PATCH /notifications/threads/{thread_id}": Operation<"/notifications/threads/{thread_id}", "patch">;
|
|
2450
2538
|
/**
|
|
2451
|
-
* @see https://docs.github.com/rest/reference/orgs
|
|
2539
|
+
* @see https://docs.github.com/rest/reference/orgs#update-an-organization
|
|
2452
2540
|
*/
|
|
2453
2541
|
"PATCH /orgs/{org}": Operation<"/orgs/{org}", "patch">;
|
|
2454
2542
|
/**
|
|
2455
|
-
* @see https://docs.github.com/rest/reference/actions#update-a-
|
|
2543
|
+
* @see https://docs.github.com/rest/reference/actions#update-a-required-workflow
|
|
2456
2544
|
*/
|
|
2457
|
-
"PATCH /orgs/{org}/actions/
|
|
2545
|
+
"PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "patch">;
|
|
2458
2546
|
/**
|
|
2459
|
-
* @see https://docs.github.com/rest/
|
|
2547
|
+
* @see https://docs.github.com/rest/actions/variables#update-an-organization-variable
|
|
2460
2548
|
*/
|
|
2461
|
-
"PATCH /orgs/{org}/
|
|
2549
|
+
"PATCH /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "patch">;
|
|
2462
2550
|
/**
|
|
2463
2551
|
* @see https://docs.github.com/rest/reference/orgs#update-an-organization-webhook
|
|
2464
2552
|
*/
|
|
@@ -2492,15 +2580,19 @@ export interface Endpoints {
|
|
|
2492
2580
|
*/
|
|
2493
2581
|
"PATCH /projects/{project_id}": Operation<"/projects/{project_id}", "patch">;
|
|
2494
2582
|
/**
|
|
2495
|
-
* @see https://docs.github.com/rest/
|
|
2583
|
+
* @see https://docs.github.com/rest/repos/repos#update-a-repository
|
|
2496
2584
|
*/
|
|
2497
2585
|
"PATCH /repos/{owner}/{repo}": Operation<"/repos/{owner}/{repo}", "patch">;
|
|
2498
2586
|
/**
|
|
2499
|
-
* @see https://docs.github.com/rest/
|
|
2587
|
+
* @see https://docs.github.com/rest/actions/variables#update-a-repository-variable
|
|
2588
|
+
*/
|
|
2589
|
+
"PATCH /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "patch">;
|
|
2590
|
+
/**
|
|
2591
|
+
* @see https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection
|
|
2500
2592
|
*/
|
|
2501
2593
|
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "patch">;
|
|
2502
2594
|
/**
|
|
2503
|
-
* @see https://docs.github.com/rest/
|
|
2595
|
+
* @see https://docs.github.com/rest/branches/branch-protection#update-status-check-protection
|
|
2504
2596
|
*/
|
|
2505
2597
|
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "patch">;
|
|
2506
2598
|
/**
|
|
@@ -2515,6 +2607,10 @@ export interface Endpoints {
|
|
|
2515
2607
|
* @see https://docs.github.com/rest/reference/code-scanning#update-a-code-scanning-alert
|
|
2516
2608
|
*/
|
|
2517
2609
|
"PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", "patch">;
|
|
2610
|
+
/**
|
|
2611
|
+
* @see https://docs.github.com/rest/code-scanning#update-a-code-scanning-default-setup-configuration
|
|
2612
|
+
*/
|
|
2613
|
+
"PATCH /repos/{owner}/{repo}/code-scanning/default-setup": Operation<"/repos/{owner}/{repo}/code-scanning/default-setup", "patch">;
|
|
2518
2614
|
/**
|
|
2519
2615
|
* @see https://docs.github.com/rest/commits/comments#update-a-commit-comment
|
|
2520
2616
|
*/
|
|
@@ -2536,15 +2632,15 @@ export interface Endpoints {
|
|
|
2536
2632
|
*/
|
|
2537
2633
|
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/config", "patch">;
|
|
2538
2634
|
/**
|
|
2539
|
-
* @see https://docs.github.com/rest/
|
|
2635
|
+
* @see https://docs.github.com/rest/migrations/source-imports#update-an-import
|
|
2540
2636
|
*/
|
|
2541
2637
|
"PATCH /repos/{owner}/{repo}/import": Operation<"/repos/{owner}/{repo}/import", "patch">;
|
|
2542
2638
|
/**
|
|
2543
|
-
* @see https://docs.github.com/rest/
|
|
2639
|
+
* @see https://docs.github.com/rest/migrations/source-imports#map-a-commit-author
|
|
2544
2640
|
*/
|
|
2545
2641
|
"PATCH /repos/{owner}/{repo}/import/authors/{author_id}": Operation<"/repos/{owner}/{repo}/import/authors/{author_id}", "patch">;
|
|
2546
2642
|
/**
|
|
2547
|
-
* @see https://docs.github.com/rest/
|
|
2643
|
+
* @see https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference
|
|
2548
2644
|
*/
|
|
2549
2645
|
"PATCH /repos/{owner}/{repo}/import/lfs": Operation<"/repos/{owner}/{repo}/import/lfs", "patch">;
|
|
2550
2646
|
/**
|
|
@@ -2556,7 +2652,7 @@ export interface Endpoints {
|
|
|
2556
2652
|
*/
|
|
2557
2653
|
"PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}": Operation<"/repos/{owner}/{repo}/issues/comments/{comment_id}", "patch">;
|
|
2558
2654
|
/**
|
|
2559
|
-
* @see https://docs.github.com/rest/reference/issues
|
|
2655
|
+
* @see https://docs.github.com/rest/reference/issues#update-an-issue
|
|
2560
2656
|
*/
|
|
2561
2657
|
"PATCH /repos/{owner}/{repo}/issues/{issue_number}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}", "patch">;
|
|
2562
2658
|
/**
|
|
@@ -2587,6 +2683,14 @@ export interface Endpoints {
|
|
|
2587
2683
|
* @see https://docs.github.com/rest/reference/secret-scanning#update-a-secret-scanning-alert
|
|
2588
2684
|
*/
|
|
2589
2685
|
"PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", "patch">;
|
|
2686
|
+
/**
|
|
2687
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory
|
|
2688
|
+
*/
|
|
2689
|
+
"PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}": Operation<"/repos/{owner}/{repo}/security-advisories/{ghsa_id}", "patch">;
|
|
2690
|
+
/**
|
|
2691
|
+
* @see https://docs.github.com/rest/actions/variables#update-an-environment-variable
|
|
2692
|
+
*/
|
|
2693
|
+
"PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "patch">;
|
|
2590
2694
|
/**
|
|
2591
2695
|
* @see https://docs.github.com/rest/reference/teams/#update-a-team-legacy
|
|
2592
2696
|
*/
|
|
@@ -2636,25 +2740,9 @@ export interface Endpoints {
|
|
|
2636
2740
|
*/
|
|
2637
2741
|
"POST /applications/{client_id}/token": Operation<"/applications/{client_id}/token", "post">;
|
|
2638
2742
|
/**
|
|
2639
|
-
* @see https://docs.github.com/rest/
|
|
2743
|
+
* @see https://docs.github.com/rest/apps/apps#create-a-scoped-access-token
|
|
2640
2744
|
*/
|
|
2641
2745
|
"POST /applications/{client_id}/token/scoped": Operation<"/applications/{client_id}/token/scoped", "post">;
|
|
2642
|
-
/**
|
|
2643
|
-
* @see https://docs.github.com/rest/reference/actions#create-self-hosted-runner-group-for-an-enterprise
|
|
2644
|
-
*/
|
|
2645
|
-
"POST /enterprises/{enterprise}/actions/runner-groups": Operation<"/enterprises/{enterprise}/actions/runner-groups", "post">;
|
|
2646
|
-
/**
|
|
2647
|
-
* @see https://docs.github.com/rest/reference/actions#create-a-registration-token-for-an-enterprise
|
|
2648
|
-
*/
|
|
2649
|
-
"POST /enterprises/{enterprise}/actions/runners/registration-token": Operation<"/enterprises/{enterprise}/actions/runners/registration-token", "post">;
|
|
2650
|
-
/**
|
|
2651
|
-
* @see https://docs.github.com/rest/reference/actions#create-a-remove-token-for-an-enterprise
|
|
2652
|
-
*/
|
|
2653
|
-
"POST /enterprises/{enterprise}/actions/runners/remove-token": Operation<"/enterprises/{enterprise}/actions/runners/remove-token", "post">;
|
|
2654
|
-
/**
|
|
2655
|
-
* @see https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise
|
|
2656
|
-
*/
|
|
2657
|
-
"POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "post">;
|
|
2658
2746
|
/**
|
|
2659
2747
|
* @see https://docs.github.com/rest/reference/gists#create-a-gist
|
|
2660
2748
|
*/
|
|
@@ -2676,9 +2764,25 @@ export interface Endpoints {
|
|
|
2676
2764
|
*/
|
|
2677
2765
|
"POST /markdown/raw": Operation<"/markdown/raw", "post">;
|
|
2678
2766
|
/**
|
|
2679
|
-
* @see https://docs.github.com/rest/
|
|
2767
|
+
* @see https://docs.github.com/rest/orgs/orgs#review-requests-to-access-organization-resources-with-a-fine-grained-personal-access-token
|
|
2768
|
+
*/
|
|
2769
|
+
"POST /organizations/{org}/personal-access-token-requests": Operation<"/organizations/{org}/personal-access-token-requests", "post">;
|
|
2770
|
+
/**
|
|
2771
|
+
* @see https://docs.github.com/rest/orgs/orgs#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token
|
|
2772
|
+
*/
|
|
2773
|
+
"POST /organizations/{org}/personal-access-token-requests/{pat_request_id}": Operation<"/organizations/{org}/personal-access-token-requests/{pat_request_id}", "post">;
|
|
2774
|
+
/**
|
|
2775
|
+
* @see https://docs.github.com/rest/orgs/orgs#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens
|
|
2776
|
+
*/
|
|
2777
|
+
"POST /organizations/{org}/personal-access-tokens": Operation<"/organizations/{org}/personal-access-tokens", "post">;
|
|
2778
|
+
/**
|
|
2779
|
+
* @see https://docs.github.com/rest/orgs/orgs#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources
|
|
2780
|
+
*/
|
|
2781
|
+
"POST /organizations/{org}/personal-access-tokens/{pat_id}": Operation<"/organizations/{org}/personal-access-tokens/{pat_id}", "post">;
|
|
2782
|
+
/**
|
|
2783
|
+
* @see https://docs.github.com/rest/reference/actions#create-a-required-workflow
|
|
2680
2784
|
*/
|
|
2681
|
-
"POST /orgs/{org}/actions/
|
|
2785
|
+
"POST /orgs/{org}/actions/required_workflows": Operation<"/orgs/{org}/actions/required_workflows", "post">;
|
|
2682
2786
|
/**
|
|
2683
2787
|
* @see https://docs.github.com/rest/reference/actions#create-a-registration-token-for-an-organization
|
|
2684
2788
|
*/
|
|
@@ -2692,9 +2796,13 @@ export interface Endpoints {
|
|
|
2692
2796
|
*/
|
|
2693
2797
|
"POST /orgs/{org}/actions/runners/{runner_id}/labels": Operation<"/orgs/{org}/actions/runners/{runner_id}/labels", "post">;
|
|
2694
2798
|
/**
|
|
2695
|
-
* @see https://docs.github.com/rest/
|
|
2799
|
+
* @see https://docs.github.com/rest/actions/variables#create-an-organization-variable
|
|
2800
|
+
*/
|
|
2801
|
+
"POST /orgs/{org}/actions/variables": Operation<"/orgs/{org}/actions/variables", "post">;
|
|
2802
|
+
/**
|
|
2803
|
+
* @see https://docs.github.com/rest/reference/codespaces#set-codespaces-billing-users
|
|
2696
2804
|
*/
|
|
2697
|
-
"POST /orgs/{org}/
|
|
2805
|
+
"POST /orgs/{org}/codespaces/billing/selected_users": Operation<"/orgs/{org}/codespaces/billing/selected_users", "post">;
|
|
2698
2806
|
/**
|
|
2699
2807
|
* @see https://docs.github.com/rest/reference/orgs#create-an-organization-webhook
|
|
2700
2808
|
*/
|
|
@@ -2716,7 +2824,7 @@ export interface Endpoints {
|
|
|
2716
2824
|
*/
|
|
2717
2825
|
"POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": Operation<"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop", "post">;
|
|
2718
2826
|
/**
|
|
2719
|
-
* @see https://docs.github.com/rest/
|
|
2827
|
+
* @see https://docs.github.com/rest/migrations/orgs#start-an-organization-migration
|
|
2720
2828
|
*/
|
|
2721
2829
|
"POST /orgs/{org}/migrations": Operation<"/orgs/{org}/migrations", "post">;
|
|
2722
2830
|
/**
|
|
@@ -2735,6 +2843,10 @@ export interface Endpoints {
|
|
|
2735
2843
|
* @see https://docs.github.com/rest/reference/repos#create-an-organization-repository
|
|
2736
2844
|
*/
|
|
2737
2845
|
"POST /orgs/{org}/repos": Operation<"/orgs/{org}/repos", "post">;
|
|
2846
|
+
/**
|
|
2847
|
+
* @see https://docs.github.com/rest/repos/rules#create-organization-repository-ruleset
|
|
2848
|
+
*/
|
|
2849
|
+
"POST /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "post">;
|
|
2738
2850
|
/**
|
|
2739
2851
|
* @see https://docs.github.com/rest/reference/teams#create-a-team
|
|
2740
2852
|
*/
|
|
@@ -2799,6 +2911,10 @@ export interface Endpoints {
|
|
|
2799
2911
|
* @see https://docs.github.com/rest/reference/actions#cancel-a-workflow-run
|
|
2800
2912
|
*/
|
|
2801
2913
|
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/cancel", "post">;
|
|
2914
|
+
/**
|
|
2915
|
+
* @see https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run
|
|
2916
|
+
*/
|
|
2917
|
+
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule", "post">;
|
|
2802
2918
|
/**
|
|
2803
2919
|
* @see https://docs.github.com/rest/reference/actions#review-pending-deployments-for-a-workflow-run
|
|
2804
2920
|
*/
|
|
@@ -2811,40 +2927,44 @@ export interface Endpoints {
|
|
|
2811
2927
|
* @see https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs
|
|
2812
2928
|
*/
|
|
2813
2929
|
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs", "post">;
|
|
2930
|
+
/**
|
|
2931
|
+
* @see https://docs.github.com/rest/actions/variables#create-a-repository-variable
|
|
2932
|
+
*/
|
|
2933
|
+
"POST /repos/{owner}/{repo}/actions/variables": Operation<"/repos/{owner}/{repo}/actions/variables", "post">;
|
|
2814
2934
|
/**
|
|
2815
2935
|
* @see https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event
|
|
2816
2936
|
*/
|
|
2817
2937
|
"POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches": Operation<"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches", "post">;
|
|
2818
2938
|
/**
|
|
2819
|
-
* @see https://docs.github.com/
|
|
2939
|
+
* @see https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository
|
|
2820
2940
|
*/
|
|
2821
2941
|
"POST /repos/{owner}/{repo}/autolinks": Operation<"/repos/{owner}/{repo}/autolinks", "post">;
|
|
2822
2942
|
/**
|
|
2823
|
-
* @see https://docs.github.com/rest/
|
|
2943
|
+
* @see https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection
|
|
2824
2944
|
*/
|
|
2825
2945
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "post">;
|
|
2826
2946
|
/**
|
|
2827
|
-
* @see https://docs.github.com/rest/
|
|
2947
|
+
* @see https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection
|
|
2828
2948
|
*/
|
|
2829
2949
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "post">;
|
|
2830
2950
|
/**
|
|
2831
|
-
* @see https://docs.github.com/rest/
|
|
2951
|
+
* @see https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts
|
|
2832
2952
|
*/
|
|
2833
2953
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "post">;
|
|
2834
2954
|
/**
|
|
2835
|
-
* @see https://docs.github.com/rest/
|
|
2955
|
+
* @see https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions
|
|
2836
2956
|
*/
|
|
2837
2957
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "post">;
|
|
2838
2958
|
/**
|
|
2839
|
-
* @see https://docs.github.com/rest/
|
|
2959
|
+
* @see https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions
|
|
2840
2960
|
*/
|
|
2841
2961
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "post">;
|
|
2842
2962
|
/**
|
|
2843
|
-
* @see https://docs.github.com/rest/
|
|
2963
|
+
* @see https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions
|
|
2844
2964
|
*/
|
|
2845
2965
|
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "post">;
|
|
2846
2966
|
/**
|
|
2847
|
-
* @see https://docs.github.com/rest/
|
|
2967
|
+
* @see https://docs.github.com/rest/branches/branches#rename-a-branch
|
|
2848
2968
|
*/
|
|
2849
2969
|
"POST /repos/{owner}/{repo}/branches/{branch}/rename": Operation<"/repos/{owner}/{repo}/branches/{branch}/rename", "post">;
|
|
2850
2970
|
/**
|
|
@@ -2864,7 +2984,7 @@ export interface Endpoints {
|
|
|
2864
2984
|
*/
|
|
2865
2985
|
"POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": Operation<"/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest", "post">;
|
|
2866
2986
|
/**
|
|
2867
|
-
* @see https://docs.github.com/rest/reference/code-scanning#upload-
|
|
2987
|
+
* @see https://docs.github.com/rest/reference/code-scanning#upload-an-analysis-as-sarif-data
|
|
2868
2988
|
*/
|
|
2869
2989
|
"POST /repos/{owner}/{repo}/code-scanning/sarifs": Operation<"/repos/{owner}/{repo}/code-scanning/sarifs", "post">;
|
|
2870
2990
|
/**
|
|
@@ -2884,11 +3004,11 @@ export interface Endpoints {
|
|
|
2884
3004
|
*/
|
|
2885
3005
|
"POST /repos/{owner}/{repo}/dependency-graph/snapshots": Operation<"/repos/{owner}/{repo}/dependency-graph/snapshots", "post">;
|
|
2886
3006
|
/**
|
|
2887
|
-
* @see https://docs.github.com/rest/
|
|
3007
|
+
* @see https://docs.github.com/rest/deployments/deployments#create-a-deployment
|
|
2888
3008
|
*/
|
|
2889
3009
|
"POST /repos/{owner}/{repo}/deployments": Operation<"/repos/{owner}/{repo}/deployments", "post">;
|
|
2890
3010
|
/**
|
|
2891
|
-
* @see https://docs.github.com/rest/
|
|
3011
|
+
* @see https://docs.github.com/rest/deployments/statuses#create-a-deployment-status
|
|
2892
3012
|
*/
|
|
2893
3013
|
"POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses", "post">;
|
|
2894
3014
|
/**
|
|
@@ -2899,6 +3019,10 @@ export interface Endpoints {
|
|
|
2899
3019
|
* @see https://docs.github.com/rest/deployments/branch-policies#create-deployment-branch-policy
|
|
2900
3020
|
*/
|
|
2901
3021
|
"POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", "post">;
|
|
3022
|
+
/**
|
|
3023
|
+
* @see https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule
|
|
3024
|
+
*/
|
|
3025
|
+
"POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", "post">;
|
|
2902
3026
|
/**
|
|
2903
3027
|
* @see https://docs.github.com/rest/reference/repos#create-a-fork
|
|
2904
3028
|
*/
|
|
@@ -2964,7 +3088,7 @@ export interface Endpoints {
|
|
|
2964
3088
|
*/
|
|
2965
3089
|
"POST /repos/{owner}/{repo}/issues/{issue_number}/reactions": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/reactions", "post">;
|
|
2966
3090
|
/**
|
|
2967
|
-
* @see https://docs.github.com/rest/
|
|
3091
|
+
* @see https://docs.github.com/rest/deploy-keys#create-a-deploy-key
|
|
2968
3092
|
*/
|
|
2969
3093
|
"POST /repos/{owner}/{repo}/keys": Operation<"/repos/{owner}/{repo}/keys", "post">;
|
|
2970
3094
|
/**
|
|
@@ -2972,11 +3096,11 @@ export interface Endpoints {
|
|
|
2972
3096
|
*/
|
|
2973
3097
|
"POST /repos/{owner}/{repo}/labels": Operation<"/repos/{owner}/{repo}/labels", "post">;
|
|
2974
3098
|
/**
|
|
2975
|
-
* @see https://docs.github.com/rest/
|
|
3099
|
+
* @see https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository
|
|
2976
3100
|
*/
|
|
2977
3101
|
"POST /repos/{owner}/{repo}/merge-upstream": Operation<"/repos/{owner}/{repo}/merge-upstream", "post">;
|
|
2978
3102
|
/**
|
|
2979
|
-
* @see https://docs.github.com/rest/
|
|
3103
|
+
* @see https://docs.github.com/rest/branches/branches#merge-a-branch
|
|
2980
3104
|
*/
|
|
2981
3105
|
"POST /repos/{owner}/{repo}/merges": Operation<"/repos/{owner}/{repo}/merges", "post">;
|
|
2982
3106
|
/**
|
|
@@ -3032,7 +3156,7 @@ export interface Endpoints {
|
|
|
3032
3156
|
*/
|
|
3033
3157
|
"POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events": Operation<"/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events", "post">;
|
|
3034
3158
|
/**
|
|
3035
|
-
* @see https://docs.github.com/rest/
|
|
3159
|
+
* @see https://docs.github.com/rest/releases/releases#create-a-release
|
|
3036
3160
|
*/
|
|
3037
3161
|
"POST /repos/{owner}/{repo}/releases": Operation<"/repos/{owner}/{repo}/releases", "post">;
|
|
3038
3162
|
/**
|
|
@@ -3043,6 +3167,18 @@ export interface Endpoints {
|
|
|
3043
3167
|
* @see https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-release
|
|
3044
3168
|
*/
|
|
3045
3169
|
"POST /repos/{owner}/{repo}/releases/{release_id}/reactions": Operation<"/repos/{owner}/{repo}/releases/{release_id}/reactions", "post">;
|
|
3170
|
+
/**
|
|
3171
|
+
* @see https://docs.github.com/rest/repos/rules#create-repository-ruleset
|
|
3172
|
+
*/
|
|
3173
|
+
"POST /repos/{owner}/{repo}/rulesets": Operation<"/repos/{owner}/{repo}/rulesets", "post">;
|
|
3174
|
+
/**
|
|
3175
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory
|
|
3176
|
+
*/
|
|
3177
|
+
"POST /repos/{owner}/{repo}/security-advisories": Operation<"/repos/{owner}/{repo}/security-advisories", "post">;
|
|
3178
|
+
/**
|
|
3179
|
+
* @see https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability
|
|
3180
|
+
*/
|
|
3181
|
+
"POST /repos/{owner}/{repo}/security-advisories/reports": Operation<"/repos/{owner}/{repo}/security-advisories/reports", "post">;
|
|
3046
3182
|
/**
|
|
3047
3183
|
* @see https://docs.github.com/rest/commits/statuses#create-a-commit-status
|
|
3048
3184
|
*/
|
|
@@ -3059,6 +3195,10 @@ export interface Endpoints {
|
|
|
3059
3195
|
* @see https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template
|
|
3060
3196
|
*/
|
|
3061
3197
|
"POST /repos/{template_owner}/{template_repo}/generate": Operation<"/repos/{template_owner}/{template_repo}/generate", "post">;
|
|
3198
|
+
/**
|
|
3199
|
+
* @see https://docs.github.com/rest/actions/variables#create-an-environment-variable
|
|
3200
|
+
*/
|
|
3201
|
+
"POST /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "post">;
|
|
3062
3202
|
/**
|
|
3063
3203
|
* @see https://docs.github.com/rest/reference/teams#create-a-discussion-legacy
|
|
3064
3204
|
*/
|
|
@@ -3080,9 +3220,13 @@ export interface Endpoints {
|
|
|
3080
3220
|
*/
|
|
3081
3221
|
"POST /user/codespaces": Operation<"/user/codespaces", "post">;
|
|
3082
3222
|
/**
|
|
3083
|
-
* @see
|
|
3223
|
+
* @see https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user
|
|
3084
3224
|
*/
|
|
3085
3225
|
"POST /user/codespaces/{codespace_name}/exports": Operation<"/user/codespaces/{codespace_name}/exports", "post">;
|
|
3226
|
+
/**
|
|
3227
|
+
* @see https://docs.github.com/rest/reference/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace
|
|
3228
|
+
*/
|
|
3229
|
+
"POST /user/codespaces/{codespace_name}/publish": Operation<"/user/codespaces/{codespace_name}/publish", "post">;
|
|
3086
3230
|
/**
|
|
3087
3231
|
* @see https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user
|
|
3088
3232
|
*/
|
|
@@ -3104,7 +3248,7 @@ export interface Endpoints {
|
|
|
3104
3248
|
*/
|
|
3105
3249
|
"POST /user/keys": Operation<"/user/keys", "post">;
|
|
3106
3250
|
/**
|
|
3107
|
-
* @see https://docs.github.com/rest/
|
|
3251
|
+
* @see https://docs.github.com/rest/migrations/users#start-a-user-migration
|
|
3108
3252
|
*/
|
|
3109
3253
|
"POST /user/migrations": Operation<"/user/migrations", "post">;
|
|
3110
3254
|
/**
|
|
@@ -3123,6 +3267,10 @@ export interface Endpoints {
|
|
|
3123
3267
|
* @see https://docs.github.com/rest/reference/repos#create-a-repository-for-the-authenticated-user
|
|
3124
3268
|
*/
|
|
3125
3269
|
"POST /user/repos": Operation<"/user/repos", "post">;
|
|
3270
|
+
/**
|
|
3271
|
+
* @see https://docs.github.com/rest/users/social-accounts#add-social-account-for-authenticated-user
|
|
3272
|
+
*/
|
|
3273
|
+
"POST /user/social_accounts": Operation<"/user/social_accounts", "post">;
|
|
3126
3274
|
/**
|
|
3127
3275
|
* @see https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user
|
|
3128
3276
|
*/
|
|
@@ -3143,46 +3291,6 @@ export interface Endpoints {
|
|
|
3143
3291
|
* @see https://docs.github.com/rest/reference/apps#suspend-an-app-installation
|
|
3144
3292
|
*/
|
|
3145
3293
|
"PUT /app/installations/{installation_id}/suspended": Operation<"/app/installations/{installation_id}/suspended", "put">;
|
|
3146
|
-
/**
|
|
3147
|
-
* @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-enterprise
|
|
3148
|
-
*/
|
|
3149
|
-
"PUT /enterprises/{enterprise}/actions/permissions": Operation<"/enterprises/{enterprise}/actions/permissions", "put">;
|
|
3150
|
-
/**
|
|
3151
|
-
* @see https://docs.github.com/rest/reference/actions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise
|
|
3152
|
-
*/
|
|
3153
|
-
"PUT /enterprises/{enterprise}/actions/permissions/organizations": Operation<"/enterprises/{enterprise}/actions/permissions/organizations", "put">;
|
|
3154
|
-
/**
|
|
3155
|
-
* @see https://docs.github.com/rest/reference/actions#enable-a-selected-organization-for-github-actions-in-an-enterprise
|
|
3156
|
-
*/
|
|
3157
|
-
"PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", "put">;
|
|
3158
|
-
/**
|
|
3159
|
-
* @see https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-enterprise
|
|
3160
|
-
*/
|
|
3161
|
-
"PUT /enterprises/{enterprise}/actions/permissions/selected-actions": Operation<"/enterprises/{enterprise}/actions/permissions/selected-actions", "put">;
|
|
3162
|
-
/**
|
|
3163
|
-
* @see https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise
|
|
3164
|
-
*/
|
|
3165
|
-
"PUT /enterprises/{enterprise}/actions/permissions/workflow": Operation<"/enterprises/{enterprise}/actions/permissions/workflow", "put">;
|
|
3166
|
-
/**
|
|
3167
|
-
* @see https://docs.github.com/rest/reference/actions#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
|
|
3168
|
-
*/
|
|
3169
|
-
"PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations", "put">;
|
|
3170
|
-
/**
|
|
3171
|
-
* @see https://docs.github.com/rest/reference/actions#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
|
|
3172
|
-
*/
|
|
3173
|
-
"PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}", "put">;
|
|
3174
|
-
/**
|
|
3175
|
-
* @see https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-enterprise
|
|
3176
|
-
*/
|
|
3177
|
-
"PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners", "put">;
|
|
3178
|
-
/**
|
|
3179
|
-
* @see https://docs.github.com/rest/reference/actions#add-a-self-hosted-runner-to-a-group-for-an-enterprise
|
|
3180
|
-
*/
|
|
3181
|
-
"PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", "put">;
|
|
3182
|
-
/**
|
|
3183
|
-
* @see https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise
|
|
3184
|
-
*/
|
|
3185
|
-
"PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "put">;
|
|
3186
3294
|
/**
|
|
3187
3295
|
* @see https://docs.github.com/rest/reference/gists#star-a-gist
|
|
3188
3296
|
*/
|
|
@@ -3196,17 +3304,9 @@ export interface Endpoints {
|
|
|
3196
3304
|
*/
|
|
3197
3305
|
"PUT /notifications/threads/{thread_id}/subscription": Operation<"/notifications/threads/{thread_id}/subscription", "put">;
|
|
3198
3306
|
/**
|
|
3199
|
-
* @see https://docs.github.com/rest/
|
|
3307
|
+
* @see https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization
|
|
3200
3308
|
*/
|
|
3201
|
-
"PUT /
|
|
3202
|
-
/**
|
|
3203
|
-
* @see https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-an-organization-secret
|
|
3204
|
-
*/
|
|
3205
|
-
"PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/organizations/{org}/codespaces/secrets/{secret_name}/repositories", "put">;
|
|
3206
|
-
/**
|
|
3207
|
-
* @see https://docs.github.com/rest/reference/codespaces#add-selected-repository-to-an-organization-secret
|
|
3208
|
-
*/
|
|
3209
|
-
"PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "put">;
|
|
3309
|
+
"PUT /orgs/{org}/actions/oidc/customization/sub": Operation<"/orgs/{org}/actions/oidc/customization/sub", "put">;
|
|
3210
3310
|
/**
|
|
3211
3311
|
* @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-organization
|
|
3212
3312
|
*/
|
|
@@ -3228,17 +3328,13 @@ export interface Endpoints {
|
|
|
3228
3328
|
*/
|
|
3229
3329
|
"PUT /orgs/{org}/actions/permissions/workflow": Operation<"/orgs/{org}/actions/permissions/workflow", "put">;
|
|
3230
3330
|
/**
|
|
3231
|
-
* @see https://docs.github.com/rest/reference/actions#set-
|
|
3232
|
-
*/
|
|
3233
|
-
"PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", "put">;
|
|
3234
|
-
/**
|
|
3235
|
-
* @see https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-organization
|
|
3331
|
+
* @see https://docs.github.com/rest/reference/actions#set-selected-repositories-for-a-required-workflow
|
|
3236
3332
|
*/
|
|
3237
|
-
"PUT /orgs/{org}/actions/
|
|
3333
|
+
"PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", "put">;
|
|
3238
3334
|
/**
|
|
3239
|
-
* @see https://docs.github.com/rest/reference/actions#add-a-
|
|
3335
|
+
* @see https://docs.github.com/rest/reference/actions#add-a-repository-to-selected-repositories-list-for-a-required-workflow
|
|
3240
3336
|
*/
|
|
3241
|
-
"PUT /orgs/{org}/actions/
|
|
3337
|
+
"PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", "put">;
|
|
3242
3338
|
/**
|
|
3243
3339
|
* @see https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-organization
|
|
3244
3340
|
*/
|
|
@@ -3255,10 +3351,34 @@ export interface Endpoints {
|
|
|
3255
3351
|
* @see https://docs.github.com/rest/reference/actions#add-selected-repository-to-an-organization-secret
|
|
3256
3352
|
*/
|
|
3257
3353
|
"PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", "put">;
|
|
3354
|
+
/**
|
|
3355
|
+
* @see https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable
|
|
3356
|
+
*/
|
|
3357
|
+
"PUT /orgs/{org}/actions/variables/{name}/repositories": Operation<"/orgs/{org}/actions/variables/{name}/repositories", "put">;
|
|
3358
|
+
/**
|
|
3359
|
+
* @see https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable
|
|
3360
|
+
*/
|
|
3361
|
+
"PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}", "put">;
|
|
3258
3362
|
/**
|
|
3259
3363
|
* @see https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization
|
|
3260
3364
|
*/
|
|
3261
3365
|
"PUT /orgs/{org}/blocks/{username}": Operation<"/orgs/{org}/blocks/{username}", "put">;
|
|
3366
|
+
/**
|
|
3367
|
+
* @see https://docs.github.com/rest/reference/codespaces#set-codespaces-billing
|
|
3368
|
+
*/
|
|
3369
|
+
"PUT /orgs/{org}/codespaces/billing": Operation<"/orgs/{org}/codespaces/billing", "put">;
|
|
3370
|
+
/**
|
|
3371
|
+
* @see https://docs.github.com/rest/reference/codespaces#create-or-update-an-organization-secret
|
|
3372
|
+
*/
|
|
3373
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "put">;
|
|
3374
|
+
/**
|
|
3375
|
+
* @see https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-an-organization-secret
|
|
3376
|
+
*/
|
|
3377
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "put">;
|
|
3378
|
+
/**
|
|
3379
|
+
* @see https://docs.github.com/rest/reference/codespaces#add-selected-repository-to-an-organization-secret
|
|
3380
|
+
*/
|
|
3381
|
+
"PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "put">;
|
|
3262
3382
|
/**
|
|
3263
3383
|
* @see https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret
|
|
3264
3384
|
*/
|
|
@@ -3287,6 +3407,10 @@ export interface Endpoints {
|
|
|
3287
3407
|
* @see https://docs.github.com/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user
|
|
3288
3408
|
*/
|
|
3289
3409
|
"PUT /orgs/{org}/public_members/{username}": Operation<"/orgs/{org}/public_members/{username}", "put">;
|
|
3410
|
+
/**
|
|
3411
|
+
* @see https://docs.github.com/rest/repos/rules#update-organization-ruleset
|
|
3412
|
+
*/
|
|
3413
|
+
"PUT /orgs/{org}/rulesets/{ruleset_id}": Operation<"/orgs/{org}/rulesets/{ruleset_id}", "put">;
|
|
3290
3414
|
/**
|
|
3291
3415
|
* @see https://docs.github.com/rest/reference/orgs#add-a-security-manager-team
|
|
3292
3416
|
*/
|
|
@@ -3307,6 +3431,10 @@ export interface Endpoints {
|
|
|
3307
3431
|
* @see https://docs.github.com/rest/reference/projects#add-project-collaborator
|
|
3308
3432
|
*/
|
|
3309
3433
|
"PUT /projects/{project_id}/collaborators/{username}": Operation<"/projects/{project_id}/collaborators/{username}", "put">;
|
|
3434
|
+
/**
|
|
3435
|
+
* @see https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository
|
|
3436
|
+
*/
|
|
3437
|
+
"PUT /repos/{owner}/{repo}/actions/oidc/customization/sub": Operation<"/repos/{owner}/{repo}/actions/oidc/customization/sub", "put">;
|
|
3310
3438
|
/**
|
|
3311
3439
|
* @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-a-repository
|
|
3312
3440
|
*/
|
|
@@ -3344,23 +3472,23 @@ export interface Endpoints {
|
|
|
3344
3472
|
*/
|
|
3345
3473
|
"PUT /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "put">;
|
|
3346
3474
|
/**
|
|
3347
|
-
* @see https://docs.github.com/rest/
|
|
3475
|
+
* @see https://docs.github.com/rest/branches/branch-protection#update-branch-protection
|
|
3348
3476
|
*/
|
|
3349
3477
|
"PUT /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "put">;
|
|
3350
3478
|
/**
|
|
3351
|
-
* @see https://docs.github.com/rest/
|
|
3479
|
+
* @see https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts
|
|
3352
3480
|
*/
|
|
3353
3481
|
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "put">;
|
|
3354
3482
|
/**
|
|
3355
|
-
* @see https://docs.github.com/rest/
|
|
3483
|
+
* @see https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions
|
|
3356
3484
|
*/
|
|
3357
3485
|
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "put">;
|
|
3358
3486
|
/**
|
|
3359
|
-
* @see https://docs.github.com/rest/
|
|
3487
|
+
* @see https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions
|
|
3360
3488
|
*/
|
|
3361
3489
|
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "put">;
|
|
3362
3490
|
/**
|
|
3363
|
-
* @see https://docs.github.com/rest/
|
|
3491
|
+
* @see https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions
|
|
3364
3492
|
*/
|
|
3365
3493
|
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "put">;
|
|
3366
3494
|
/**
|
|
@@ -3380,7 +3508,7 @@ export interface Endpoints {
|
|
|
3380
3508
|
*/
|
|
3381
3509
|
"PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", "put">;
|
|
3382
3510
|
/**
|
|
3383
|
-
* @see https://docs.github.com/rest/
|
|
3511
|
+
* @see https://docs.github.com/rest/deployments/environments#create-or-update-an-environment
|
|
3384
3512
|
*/
|
|
3385
3513
|
"PUT /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "put">;
|
|
3386
3514
|
/**
|
|
@@ -3388,7 +3516,7 @@ export interface Endpoints {
|
|
|
3388
3516
|
*/
|
|
3389
3517
|
"PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "put">;
|
|
3390
3518
|
/**
|
|
3391
|
-
* @see https://docs.github.com/rest/
|
|
3519
|
+
* @see https://docs.github.com/rest/migrations/source-imports#start-an-import
|
|
3392
3520
|
*/
|
|
3393
3521
|
"PUT /repos/{owner}/{repo}/import": Operation<"/repos/{owner}/{repo}/import", "put">;
|
|
3394
3522
|
/**
|
|
@@ -3431,6 +3559,10 @@ export interface Endpoints {
|
|
|
3431
3559
|
* @see https://docs.github.com/rest/reference/pulls#update-a-pull-request-branch
|
|
3432
3560
|
*/
|
|
3433
3561
|
"PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch": Operation<"/repos/{owner}/{repo}/pulls/{pull_number}/update-branch", "put">;
|
|
3562
|
+
/**
|
|
3563
|
+
* @see https://docs.github.com/rest/repos/rules#update-repository-ruleset
|
|
3564
|
+
*/
|
|
3565
|
+
"PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}", "put">;
|
|
3434
3566
|
/**
|
|
3435
3567
|
* @see https://docs.github.com/rest/reference/activity#set-a-repository-subscription
|
|
3436
3568
|
*/
|
|
@@ -3460,7 +3592,7 @@ export interface Endpoints {
|
|
|
3460
3592
|
*/
|
|
3461
3593
|
"PUT /teams/{team_id}/projects/{project_id}": Operation<"/teams/{team_id}/projects/{project_id}", "put">;
|
|
3462
3594
|
/**
|
|
3463
|
-
* @see https://docs.github.com/rest/reference/teams
|
|
3595
|
+
* @see https://docs.github.com/rest/reference/teams#add-or-update-team-repository-permissions-legacy
|
|
3464
3596
|
*/
|
|
3465
3597
|
"PUT /teams/{team_id}/repos/{owner}/{repo}": Operation<"/teams/{team_id}/repos/{owner}/{repo}", "put">;
|
|
3466
3598
|
/**
|