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.
Files changed (599) hide show
  1. package/lib/publishing/github/node_modules/.yarn-integrity +42 -36
  2. package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +146 -106
  3. package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +7 -1
  4. package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-installation.js +34 -23
  5. package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-repository.js +46 -38
  6. package/lib/publishing/github/node_modules/@octokit/app/dist-src/get-installation-octokit.js +16 -13
  7. package/lib/publishing/github/node_modules/@octokit/app/dist-src/index.js +76 -63
  8. package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/index.js +48 -41
  9. package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
  10. package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +4 -1
  11. package/lib/publishing/github/node_modules/@octokit/app/dist-src/webhooks.js +44 -51
  12. package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-installation.d.ts +6 -3
  13. package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-repository.d.ts +1 -0
  14. package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
  15. package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js +306 -0
  16. package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js.map +7 -0
  17. package/lib/publishing/github/node_modules/@octokit/app/package.json +22 -21
  18. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +239 -180
  19. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +7 -1
  20. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/auth.js +27 -24
  21. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/cache.js +73 -66
  22. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +28 -21
  23. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +96 -74
  24. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/hook.js +79 -75
  25. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/index.js +51 -39
  26. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +30 -47
  27. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +29 -11
  28. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +4 -1
  29. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/auth.d.ts +1 -1
  30. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/cache.d.ts +3 -3
  31. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +1 -1
  32. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +1 -1
  33. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/hook.d.ts +1 -1
  34. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/index.d.ts +2 -2
  35. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +1 -1
  36. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +1 -1
  37. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
  38. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +405 -360
  39. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +7 -1
  40. package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +24 -25
  41. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js +15 -17
  42. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +1 -1
  43. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-src/version.js +1 -1
  44. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +17 -17
  45. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +1 -1
  46. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js +1 -1
  47. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +1 -1
  48. package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/package.json +3 -3
  49. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js +23 -31
  50. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +1 -1
  51. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-src/version.js +1 -1
  52. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +12 -12
  53. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +1 -1
  54. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js +1 -1
  55. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +1 -1
  56. package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/package.json +5 -5
  57. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/README.md +23 -1
  58. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js +40 -39
  59. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +1 -1
  60. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +8 -0
  61. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +3 -0
  62. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/index.js +2 -1
  63. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/version.js +1 -1
  64. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +1 -1
  65. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +38 -34
  66. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +1 -1
  67. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js +14 -2
  68. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +1 -1
  69. package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/package.json +5 -5
  70. package/lib/publishing/github/node_modules/@octokit/auth-token/README.md +5 -10
  71. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js +44 -20
  72. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js.map +7 -1
  73. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/auth.js +13 -17
  74. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/hook.js +10 -4
  75. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/index.js +16 -11
  76. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +8 -10
  77. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/auth.d.ts +1 -1
  78. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/hook.d.ts +1 -1
  79. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/index.d.ts +2 -2
  80. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/types.d.ts +13 -13
  81. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js +42 -45
  82. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js.map +7 -1
  83. package/lib/publishing/github/node_modules/@octokit/auth-token/package.json +23 -27
  84. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js +47 -22
  85. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +7 -1
  86. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +8 -5
  87. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +33 -24
  88. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +12 -7
  89. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +8 -5
  90. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +11 -9
  91. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +1 -1
  92. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +9 -9
  93. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +62 -50
  94. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +7 -1
  95. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/package.json +22 -23
  96. package/lib/publishing/github/node_modules/@octokit/core/README.md +4 -4
  97. package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js +119 -100
  98. package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js.map +7 -1
  99. package/lib/publishing/github/node_modules/@octokit/core/dist-src/index.js +114 -112
  100. package/lib/publishing/github/node_modules/@octokit/core/dist-src/version.js +4 -1
  101. package/lib/publishing/github/node_modules/@octokit/core/dist-types/types.d.ts +7 -7
  102. package/lib/publishing/github/node_modules/@octokit/core/dist-types/version.d.ts +1 -1
  103. package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js +124 -122
  104. package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js.map +7 -1
  105. package/lib/publishing/github/node_modules/@octokit/core/package.json +26 -27
  106. package/lib/publishing/github/node_modules/@octokit/endpoint/README.md +3 -3
  107. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js +22 -62
  108. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js.map +1 -1
  109. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-src/version.js +1 -1
  110. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-types/version.d.ts +1 -1
  111. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js +1 -1
  112. package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js.map +1 -1
  113. package/lib/publishing/github/node_modules/@octokit/endpoint/package.json +4 -4
  114. package/lib/publishing/github/node_modules/@octokit/graphql/README.md +1 -1
  115. package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js +81 -39
  116. package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js.map +7 -1
  117. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/error.js +17 -17
  118. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/graphql.js +55 -44
  119. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/index.js +17 -12
  120. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/version.js +4 -1
  121. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/with-defaults.js +12 -9
  122. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/error.d.ts +3 -3
  123. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/graphql.d.ts +1 -1
  124. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/index.d.ts +1 -1
  125. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/types.d.ts +7 -7
  126. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/version.d.ts +1 -1
  127. package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +1 -1
  128. package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js +103 -90
  129. package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js.map +7 -1
  130. package/lib/publishing/github/node_modules/@octokit/graphql/package.json +23 -24
  131. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js +290 -263
  132. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js.map +7 -1
  133. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +13 -10
  134. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/emit-event.js +13 -10
  135. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/index.js +108 -64
  136. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +14 -11
  137. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +27 -24
  138. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +43 -40
  139. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +32 -29
  140. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +5 -2
  141. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +29 -24
  142. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +16 -28
  143. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +34 -29
  144. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +58 -55
  145. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +34 -29
  146. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +14 -11
  147. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +9 -6
  148. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +21 -13
  149. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +217 -210
  150. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +30 -20
  151. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +13 -13
  152. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +6 -3
  153. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +11 -8
  154. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +31 -19
  155. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +11 -9
  156. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +8 -5
  157. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +5 -2
  158. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/version.js +4 -1
  159. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +1 -1
  160. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/version.d.ts +1 -1
  161. package/lib/publishing/github/node_modules/@octokit/oauth-app/package.json +20 -20
  162. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js +1 -1
  163. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js.map +1 -1
  164. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-src/version.js +1 -1
  165. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +4 -4
  166. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +3 -3
  167. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +3 -3
  168. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +3 -3
  169. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +11 -11
  170. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +4 -4
  171. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +4 -4
  172. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +2 -2
  173. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +4 -4
  174. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +8 -8
  175. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +9 -9
  176. package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +1 -1
  177. package/lib/publishing/github/node_modules/@octokit/oauth-methods/package.json +7 -7
  178. package/lib/publishing/github/node_modules/@octokit/openapi-types/package.json +2 -2
  179. package/lib/publishing/github/node_modules/@octokit/openapi-types/types.d.ts +77450 -13127
  180. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +292 -57
  181. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +7 -1
  182. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +5 -2
  183. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +226 -213
  184. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +17 -12
  185. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +36 -37
  186. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +29 -45
  187. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +31 -21
  188. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +14 -9
  189. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +4 -1
  190. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +1 -1
  191. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +183 -111
  192. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +3 -4
  193. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +3 -3
  194. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +1 -1
  195. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +3 -3
  196. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +29 -29
  197. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +1 -1
  198. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +334 -334
  199. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +7 -1
  200. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/package.json +24 -26
  201. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +99 -39
  202. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +1 -1
  203. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +197 -77
  204. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +1 -1
  205. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +1419 -661
  206. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +359 -119
  207. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +3 -3
  208. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +1 -1
  209. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +198 -78
  210. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +1 -1
  211. package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +9 -9
  212. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js +80 -35
  213. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js.map +7 -1
  214. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/error-request.js +12 -13
  215. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/index.js +29 -22
  216. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/version.js +4 -1
  217. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +31 -15
  218. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +1 -1
  219. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +1 -1
  220. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +1 -1
  221. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js +68 -54
  222. package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js.map +7 -1
  223. package/lib/publishing/github/node_modules/@octokit/plugin-retry/package.json +21 -22
  224. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js +18 -11
  225. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +1 -1
  226. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/index.js +21 -14
  227. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/version.js +1 -1
  228. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +6 -0
  229. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +13 -12
  230. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +1 -1
  231. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js +22 -15
  232. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +1 -1
  233. package/lib/publishing/github/node_modules/@octokit/plugin-throttling/package.json +7 -7
  234. package/lib/publishing/github/node_modules/@octokit/request/README.md +3 -3
  235. package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js +105 -77
  236. package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js.map +7 -1
  237. package/lib/publishing/github/node_modules/@octokit/request/dist-src/fetch-wrapper.js +111 -108
  238. package/lib/publishing/github/node_modules/@octokit/request/dist-src/get-buffer-response.js +5 -2
  239. package/lib/publishing/github/node_modules/@octokit/request/dist-src/index.js +7 -4
  240. package/lib/publishing/github/node_modules/@octokit/request/dist-src/version.js +4 -1
  241. package/lib/publishing/github/node_modules/@octokit/request/dist-src/with-defaults.js +23 -18
  242. package/lib/publishing/github/node_modules/@octokit/request/dist-types/version.d.ts +1 -1
  243. package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js +148 -138
  244. package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js.map +7 -1
  245. package/lib/publishing/github/node_modules/@octokit/request/package.json +23 -24
  246. package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js +10 -19
  247. package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js.map +1 -1
  248. package/lib/publishing/github/node_modules/@octokit/request-error/dist-types/types.d.ts +1 -1
  249. package/lib/publishing/github/node_modules/@octokit/request-error/package.json +4 -4
  250. package/lib/publishing/github/node_modules/@octokit/tsconfig/LICENSE +7 -0
  251. package/lib/publishing/github/node_modules/@octokit/tsconfig/README.md +31 -0
  252. package/lib/publishing/github/node_modules/@octokit/tsconfig/package.json +28 -0
  253. package/lib/publishing/github/node_modules/@octokit/types/dist-node/index.js +1 -1
  254. package/lib/publishing/github/node_modules/@octokit/types/dist-src/VERSION.js +1 -1
  255. package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +1 -1
  256. package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +1 -1
  257. package/lib/publishing/github/node_modules/@octokit/types/dist-types/Fetch.d.ts +1 -1
  258. package/lib/publishing/github/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +4 -4
  259. package/lib/publishing/github/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +1 -1
  260. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestError.d.ts +1 -1
  261. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +1 -1
  262. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +1 -1
  263. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +1 -1
  264. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +1 -1
  265. package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +1 -1
  266. package/lib/publishing/github/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +1 -1
  267. package/lib/publishing/github/node_modules/@octokit/types/dist-types/Route.d.ts +1 -1
  268. package/lib/publishing/github/node_modules/@octokit/types/dist-types/Signal.d.ts +1 -1
  269. package/lib/publishing/github/node_modules/@octokit/types/dist-types/Url.d.ts +1 -1
  270. package/lib/publishing/github/node_modules/@octokit/types/dist-types/VERSION.d.ts +1 -1
  271. package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +464 -332
  272. package/lib/publishing/github/node_modules/@octokit/types/dist-web/index.js +1 -1
  273. package/lib/publishing/github/node_modules/@octokit/types/package.json +10 -10
  274. package/lib/publishing/github/node_modules/@octokit/webhooks/README.md +68 -64
  275. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js +467 -97
  276. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js.map +7 -1
  277. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/createLogger.js +11 -6
  278. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +23 -16
  279. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +31 -22
  280. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +51 -49
  281. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +18 -15
  282. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +17 -18
  283. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +262 -254
  284. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/index.js +40 -22
  285. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +8 -6
  286. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +27 -22
  287. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +19 -6
  288. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +86 -72
  289. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
  290. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/sign.js +8 -2
  291. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +8 -8
  292. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +22 -16
  293. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify.js +9 -2
  294. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +1 -1
  295. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +1 -1
  296. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +1 -1
  297. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/index.d.ts +14 -4
  298. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +1 -1
  299. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +3 -3
  300. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +2 -2
  301. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +4 -4
  302. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +2 -2
  303. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +5 -4
  304. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +1 -1
  305. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/types.d.ts +12 -11
  306. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +1 -1
  307. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js +609 -533
  308. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js.map +7 -1
  309. package/lib/publishing/github/node_modules/@octokit/webhooks/package.json +20 -22
  310. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/README.md +84 -3
  311. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js +89 -48
  312. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +7 -1
  313. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/index.js +22 -2
  314. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +19 -16
  315. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +18 -14
  316. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/types.js +8 -5
  317. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/utils.js +5 -2
  318. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/version.js +4 -1
  319. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/web.js +62 -44
  320. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +3 -1
  321. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +1 -1
  322. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/types.d.ts +2 -2
  323. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +1 -1
  324. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +1 -1
  325. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js +71 -53
  326. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +7 -1
  327. package/lib/publishing/github/node_modules/@octokit/webhooks-methods/package.json +36 -25
  328. package/lib/publishing/github/node_modules/@octokit/webhooks-types/package.json +1 -1
  329. package/lib/publishing/github/node_modules/@octokit/webhooks-types/schema.d.ts +670 -35
  330. package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +2 -2
  331. package/lib/publishing/github/node_modules/@types/aws-lambda/index.d.ts +3 -2
  332. package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +3 -8
  333. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +38 -0
  334. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +75 -1
  335. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +4 -0
  336. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
  337. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts +8 -4
  338. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-sms-sender.d.ts +49 -0
  339. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +1 -0
  340. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +11 -1
  341. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts +26 -1
  342. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/msk.d.ts +7 -0
  343. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/self-managed-kafka.d.ts +27 -0
  344. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
  345. package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
  346. package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
  347. package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +14 -0
  348. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +2 -2
  349. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +135 -75
  350. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +67 -38
  351. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +220 -101
  352. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +87 -58
  353. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +25 -29
  354. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +5 -5
  355. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +873 -249
  356. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +16 -16
  357. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
  358. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +52 -8
  359. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +27 -18
  360. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dom-events.d.ts +126 -0
  361. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +6 -5
  362. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +166 -93
  363. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +149 -74
  364. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +288 -121
  365. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +22 -13
  366. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +453 -125
  367. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +74 -46
  368. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +103 -53
  369. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +6 -2
  370. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +20 -16
  371. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +6 -4
  372. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +106 -16
  373. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +36 -14
  374. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +15 -3
  375. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +37 -26
  376. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +96 -15
  377. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +53 -50
  378. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +1 -1
  379. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +6 -6
  380. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +145 -0
  381. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +51 -175
  382. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +21 -21
  383. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +2 -14
  384. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +983 -824
  385. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +6 -6
  386. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +1052 -0
  387. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +26 -1
  388. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +125 -4
  389. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +149 -50
  390. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +30 -9
  391. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
  392. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
  393. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
  394. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
  395. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
  396. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
  397. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/console.d.ts +412 -0
  398. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  399. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
  400. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
  401. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
  402. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
  403. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
  404. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
  405. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
  406. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/events.d.ts +724 -0
  407. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
  408. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
  409. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
  410. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  411. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
  412. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
  413. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/https.d.ts +441 -0
  414. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/index.d.ts +88 -0
  415. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
  416. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/module.d.ts +116 -0
  417. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/net.d.ts +886 -0
  418. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/os.d.ts +477 -0
  419. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/path.d.ts +191 -0
  420. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
  421. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
  422. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
  423. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
  424. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
  425. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
  426. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
  427. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
  428. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
  429. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
  430. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
  431. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
  432. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
  433. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
  434. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
  435. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
  436. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
  437. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
  438. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/url.d.ts +901 -0
  439. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
  440. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
  441. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
  442. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
  443. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
  444. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
  445. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +7 -6
  446. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +66 -56
  447. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +528 -70
  448. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +271 -14
  449. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +421 -34
  450. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +13 -19
  451. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +81 -37
  452. package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +11 -11
  453. package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
  454. package/lib/publishing/github/node_modules/@types/node/README.md +1 -1
  455. package/lib/publishing/github/node_modules/@types/node/child_process.d.ts +41 -2
  456. package/lib/publishing/github/node_modules/@types/node/crypto.d.ts +77 -7
  457. package/lib/publishing/github/node_modules/@types/node/fs/promises.d.ts +15 -12
  458. package/lib/publishing/github/node_modules/@types/node/globals.d.ts +5 -3
  459. package/lib/publishing/github/node_modules/@types/node/http.d.ts +142 -53
  460. package/lib/publishing/github/node_modules/@types/node/http2.d.ts +1 -2
  461. package/lib/publishing/github/node_modules/@types/node/https.d.ts +192 -62
  462. package/lib/publishing/github/node_modules/@types/node/index.d.ts +1 -1
  463. package/lib/publishing/github/node_modules/@types/node/inspector.d.ts +1 -1
  464. package/lib/publishing/github/node_modules/@types/node/net.d.ts +1 -0
  465. package/lib/publishing/github/node_modules/@types/node/os.d.ts +1 -0
  466. package/lib/publishing/github/node_modules/@types/node/package.json +10 -3
  467. package/lib/publishing/github/node_modules/@types/node/path.d.ts +32 -21
  468. package/lib/publishing/github/node_modules/@types/node/stream.d.ts +99 -0
  469. package/lib/publishing/github/node_modules/@types/node/tls.d.ts +13 -13
  470. package/lib/publishing/github/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
  471. package/lib/publishing/github/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
  472. package/lib/publishing/github/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
  473. package/lib/publishing/github/node_modules/@types/node/ts4.8/child_process.d.ts +553 -0
  474. package/lib/publishing/github/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
  475. package/lib/publishing/github/node_modules/@types/node/ts4.8/console.d.ts +142 -0
  476. package/lib/publishing/github/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  477. package/lib/publishing/github/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
  478. package/lib/publishing/github/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
  479. package/lib/publishing/github/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
  480. package/lib/publishing/github/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
  481. package/lib/publishing/github/node_modules/@types/node/ts4.8/events.d.ts +82 -0
  482. package/lib/publishing/github/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
  483. package/lib/publishing/github/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
  484. package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
  485. package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  486. package/lib/publishing/github/node_modules/@types/node/ts4.8/http.d.ts +580 -0
  487. package/lib/publishing/github/node_modules/@types/node/ts4.8/http2.d.ts +961 -0
  488. package/lib/publishing/github/node_modules/@types/node/ts4.8/https.d.ts +272 -0
  489. package/lib/publishing/github/node_modules/@types/node/ts4.8/index.d.ts +53 -0
  490. package/lib/publishing/github/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
  491. package/lib/publishing/github/node_modules/@types/node/ts4.8/module.d.ts +56 -0
  492. package/lib/publishing/github/node_modules/@types/node/ts4.8/net.d.ts +309 -0
  493. package/lib/publishing/github/node_modules/@types/node/ts4.8/os.d.ts +243 -0
  494. package/lib/publishing/github/node_modules/@types/node/ts4.8/path.d.ts +168 -0
  495. package/lib/publishing/github/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
  496. package/lib/publishing/github/node_modules/@types/node/ts4.8/process.d.ts +413 -0
  497. package/lib/publishing/github/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
  498. package/lib/publishing/github/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
  499. package/lib/publishing/github/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
  500. package/lib/publishing/github/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
  501. package/lib/publishing/github/node_modules/@types/node/ts4.8/stream.d.ts +458 -0
  502. package/lib/publishing/github/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
  503. package/lib/publishing/github/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
  504. package/lib/publishing/github/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
  505. package/lib/publishing/github/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
  506. package/lib/publishing/github/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
  507. package/lib/publishing/github/node_modules/@types/node/ts4.8/url.d.ts +177 -0
  508. package/lib/publishing/github/node_modules/@types/node/ts4.8/util.d.ts +216 -0
  509. package/lib/publishing/github/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
  510. package/lib/publishing/github/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
  511. package/lib/publishing/github/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
  512. package/lib/publishing/github/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
  513. package/lib/publishing/github/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
  514. package/lib/publishing/github/node_modules/@types/node/url.d.ts +28 -0
  515. package/lib/publishing/github/node_modules/before-after-hook/README.md +1 -3
  516. package/lib/publishing/github/node_modules/before-after-hook/index.d.ts +48 -48
  517. package/lib/publishing/github/node_modules/before-after-hook/index.js +43 -39
  518. package/lib/publishing/github/node_modules/before-after-hook/package.json +15 -10
  519. package/lib/publishing/github/node_modules/lru-cache/LICENSE +1 -1
  520. package/lib/publishing/github/node_modules/lru-cache/README.md +1127 -104
  521. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
  522. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
  523. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js +1395 -0
  524. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
  525. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
  526. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
  527. package/lib/publishing/github/node_modules/lru-cache/dist/cjs/package.json +3 -0
  528. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
  529. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
  530. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js +1391 -0
  531. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
  532. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
  533. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
  534. package/lib/publishing/github/node_modules/lru-cache/dist/mjs/package.json +3 -0
  535. package/lib/publishing/github/node_modules/lru-cache/package.json +86 -12
  536. package/lib/publishing/github/node_modules/node-fetch/README.md +43 -0
  537. package/lib/publishing/github/node_modules/node-fetch/browser.js +7 -7
  538. package/lib/publishing/github/node_modules/node-fetch/lib/index.es.js +92 -2
  539. package/lib/publishing/github/node_modules/node-fetch/lib/index.js +92 -2
  540. package/lib/publishing/github/node_modules/node-fetch/lib/index.mjs +92 -2
  541. package/lib/publishing/github/node_modules/node-fetch/package.json +16 -3
  542. package/lib/publishing/github/node_modules/octokit/README.md +4 -4
  543. package/lib/publishing/github/node_modules/octokit/dist-node/index.js +60 -33
  544. package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +7 -1
  545. package/lib/publishing/github/node_modules/octokit/dist-src/app.js +8 -3
  546. package/lib/publishing/github/node_modules/octokit/dist-src/index.js +8 -2
  547. package/lib/publishing/github/node_modules/octokit/dist-src/octokit.js +28 -20
  548. package/lib/publishing/github/node_modules/octokit/dist-src/version.js +4 -1
  549. package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
  550. package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
  551. package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
  552. package/lib/publishing/github/node_modules/octokit/dist-web/index.js +46 -34
  553. package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +7 -1
  554. package/lib/publishing/github/node_modules/octokit/package.json +26 -28
  555. package/lib/publishing/github/node_modules/semver/README.md +67 -0
  556. package/lib/publishing/github/node_modules/semver/bin/semver.js +16 -2
  557. package/lib/publishing/github/node_modules/semver/classes/comparator.js +37 -33
  558. package/lib/publishing/github/node_modules/semver/classes/range.js +6 -2
  559. package/lib/publishing/github/node_modules/semver/classes/semver.js +27 -14
  560. package/lib/publishing/github/node_modules/semver/functions/diff.js +48 -17
  561. package/lib/publishing/github/node_modules/semver/functions/inc.js +3 -2
  562. package/lib/publishing/github/node_modules/semver/functions/parse.js +5 -22
  563. package/lib/publishing/github/node_modules/semver/index.js +1 -0
  564. package/lib/publishing/github/node_modules/semver/internal/constants.js +15 -2
  565. package/lib/publishing/github/node_modules/semver/internal/parse-options.js +14 -10
  566. package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
  567. package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/README.md +166 -0
  568. package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/package.json +34 -0
  569. package/lib/publishing/github/node_modules/semver/package.json +7 -6
  570. package/lib/publishing/github/node_modules/semver/ranges/intersects.js +1 -1
  571. package/lib/publishing/github/node_modules/semver/ranges/subset.js +6 -3
  572. package/lib/publishing/github/node_modules/typescript/lib/tsc.js +8 -3
  573. package/lib/publishing/github/node_modules/typescript/lib/tsserver.js +13 -3
  574. package/lib/publishing/github/node_modules/typescript/lib/tsserverlibrary.js +13 -3
  575. package/lib/publishing/github/node_modules/typescript/lib/typescript.js +13 -3
  576. package/lib/publishing/github/node_modules/typescript/lib/typescriptServices.js +13 -3
  577. package/lib/publishing/github/node_modules/typescript/lib/typingsInstaller.js +13 -3
  578. package/lib/publishing/github/node_modules/typescript/package.json +1 -1
  579. package/lib/publishing/github/package-lock.json +675 -0
  580. package/lib/publishing/github/package.json +1 -1
  581. package/lib/publishing/github/publish.sh +3 -1
  582. package/package.json +1 -1
  583. package/lib/publishing/github/node_modules/@octokit/app/dist-src/types.js +0 -1
  584. package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
  585. package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
  586. package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
  587. package/lib/publishing/github/node_modules/@octokit/core/dist-src/types.js +0 -1
  588. package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/types.js +0 -1
  589. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
  590. package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
  591. package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
  592. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
  593. package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
  594. package/lib/publishing/github/node_modules/@types/lru-cache/LICENSE +0 -21
  595. package/lib/publishing/github/node_modules/@types/lru-cache/README.md +0 -16
  596. package/lib/publishing/github/node_modules/@types/lru-cache/index.d.ts +0 -193
  597. package/lib/publishing/github/node_modules/@types/lru-cache/package.json +0 -30
  598. package/lib/publishing/github/yarn.lock +0 -473
  599. /package/lib/publishing/github/node_modules/{lru-cache → semver/node_modules/lru-cache}/index.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import { Endpoints, RequestParameters } from "@octokit/types";
2
- export declare type RestEndpointMethodTypes = {
2
+ export type RestEndpointMethodTypes = {
3
3
  actions: {
4
4
  addCustomLabelsToSelfHostedRunnerForOrg: {
5
5
  parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -13,6 +13,14 @@ export declare type RestEndpointMethodTypes = {
13
13
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
14
14
  response: Endpoints["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"]["response"];
15
15
  };
16
+ addSelectedRepoToOrgVariable: {
17
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
18
+ response: Endpoints["PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"]["response"];
19
+ };
20
+ addSelectedRepoToRequiredWorkflow: {
21
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
22
+ response: Endpoints["PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}"]["response"];
23
+ };
16
24
  approveWorkflowRun: {
17
25
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"]["parameters"], "baseUrl" | "headers" | "mediaType">;
18
26
  response: Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"]["response"];
@@ -21,6 +29,10 @@ export declare type RestEndpointMethodTypes = {
21
29
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"]["parameters"], "baseUrl" | "headers" | "mediaType">;
22
30
  response: Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"]["response"];
23
31
  };
32
+ createEnvironmentVariable: {
33
+ parameters: RequestParameters & Omit<Endpoints["POST /repositories/{repository_id}/environments/{environment_name}/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
34
+ response: Endpoints["POST /repositories/{repository_id}/environments/{environment_name}/variables"]["response"];
35
+ };
24
36
  createOrUpdateEnvironmentSecret: {
25
37
  parameters: RequestParameters & Omit<Endpoints["PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
26
38
  response: Endpoints["PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["response"];
@@ -33,6 +45,10 @@ export declare type RestEndpointMethodTypes = {
33
45
  parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
34
46
  response: Endpoints["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["response"];
35
47
  };
48
+ createOrgVariable: {
49
+ parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/actions/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
50
+ response: Endpoints["POST /orgs/{org}/actions/variables"]["response"];
51
+ };
36
52
  createRegistrationTokenForOrg: {
37
53
  parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/actions/runners/registration-token"]["parameters"], "baseUrl" | "headers" | "mediaType">;
38
54
  response: Endpoints["POST /orgs/{org}/actions/runners/registration-token"]["response"];
@@ -49,6 +65,14 @@ export declare type RestEndpointMethodTypes = {
49
65
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/runners/remove-token"]["parameters"], "baseUrl" | "headers" | "mediaType">;
50
66
  response: Endpoints["POST /repos/{owner}/{repo}/actions/runners/remove-token"]["response"];
51
67
  };
68
+ createRepoVariable: {
69
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
70
+ response: Endpoints["POST /repos/{owner}/{repo}/actions/variables"]["response"];
71
+ };
72
+ createRequiredWorkflow: {
73
+ parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/actions/required_workflows"]["parameters"], "baseUrl" | "headers" | "mediaType">;
74
+ response: Endpoints["POST /orgs/{org}/actions/required_workflows"]["response"];
75
+ };
52
76
  createWorkflowDispatch: {
53
77
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"]["parameters"], "baseUrl" | "headers" | "mediaType">;
54
78
  response: Endpoints["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"]["response"];
@@ -69,14 +93,30 @@ export declare type RestEndpointMethodTypes = {
69
93
  parameters: RequestParameters & Omit<Endpoints["DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
70
94
  response: Endpoints["DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["response"];
71
95
  };
96
+ deleteEnvironmentVariable: {
97
+ parameters: RequestParameters & Omit<Endpoints["DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
98
+ response: Endpoints["DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["response"];
99
+ };
72
100
  deleteOrgSecret: {
73
101
  parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
74
102
  response: Endpoints["DELETE /orgs/{org}/actions/secrets/{secret_name}"]["response"];
75
103
  };
104
+ deleteOrgVariable: {
105
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
106
+ response: Endpoints["DELETE /orgs/{org}/actions/variables/{name}"]["response"];
107
+ };
76
108
  deleteRepoSecret: {
77
109
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
78
110
  response: Endpoints["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["response"];
79
111
  };
112
+ deleteRepoVariable: {
113
+ parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
114
+ response: Endpoints["DELETE /repos/{owner}/{repo}/actions/variables/{name}"]["response"];
115
+ };
116
+ deleteRequiredWorkflow: {
117
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
118
+ response: Endpoints["DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["response"];
119
+ };
80
120
  deleteSelfHostedRunnerFromOrg: {
81
121
  parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/runners/{runner_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
82
122
  response: Endpoints["DELETE /orgs/{org}/actions/runners/{runner_id}"]["response"];
@@ -137,10 +177,6 @@ export declare type RestEndpointMethodTypes = {
137
177
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/cache/usage-by-repository"]["parameters"], "baseUrl" | "headers" | "mediaType">;
138
178
  response: Endpoints["GET /orgs/{org}/actions/cache/usage-by-repository"]["response"];
139
179
  };
140
- getActionsCacheUsageForEnterprise: {
141
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/cache/usage"]["parameters"], "baseUrl" | "headers" | "mediaType">;
142
- response: Endpoints["GET /enterprises/{enterprise}/actions/cache/usage"]["response"];
143
- };
144
180
  getActionsCacheUsageForOrg: {
145
181
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/cache/usage"]["parameters"], "baseUrl" | "headers" | "mediaType">;
146
182
  response: Endpoints["GET /orgs/{org}/actions/cache/usage"]["response"];
@@ -165,9 +201,9 @@ export declare type RestEndpointMethodTypes = {
165
201
  parameters: RequestParameters & Omit<Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
166
202
  response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"]["response"];
167
203
  };
168
- getGithubActionsDefaultWorkflowPermissionsEnterprise: {
169
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/workflow"]["parameters"], "baseUrl" | "headers" | "mediaType">;
170
- response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/workflow"]["response"];
204
+ getEnvironmentVariable: {
205
+ parameters: RequestParameters & Omit<Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
206
+ response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["response"];
171
207
  };
172
208
  getGithubActionsDefaultWorkflowPermissionsOrganization: {
173
209
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/permissions/workflow"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -197,6 +233,10 @@ export declare type RestEndpointMethodTypes = {
197
233
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
198
234
  response: Endpoints["GET /orgs/{org}/actions/secrets/{secret_name}"]["response"];
199
235
  };
236
+ getOrgVariable: {
237
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
238
+ response: Endpoints["GET /orgs/{org}/actions/variables/{name}"]["response"];
239
+ };
200
240
  getPendingDeploymentsForRun: {
201
241
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"]["parameters"], "baseUrl" | "headers" | "mediaType">;
202
242
  response: Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"]["response"];
@@ -209,10 +249,26 @@ export declare type RestEndpointMethodTypes = {
209
249
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/secrets/public-key"]["parameters"], "baseUrl" | "headers" | "mediaType">;
210
250
  response: Endpoints["GET /repos/{owner}/{repo}/actions/secrets/public-key"]["response"];
211
251
  };
252
+ getRepoRequiredWorkflow: {
253
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
254
+ response: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}"]["response"];
255
+ };
256
+ getRepoRequiredWorkflowUsage: {
257
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing"]["parameters"], "baseUrl" | "headers" | "mediaType">;
258
+ response: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing"]["response"];
259
+ };
212
260
  getRepoSecret: {
213
261
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
214
262
  response: Endpoints["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"]["response"];
215
263
  };
264
+ getRepoVariable: {
265
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
266
+ response: Endpoints["GET /repos/{owner}/{repo}/actions/variables/{name}"]["response"];
267
+ };
268
+ getRequiredWorkflow: {
269
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
270
+ response: Endpoints["GET /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["response"];
271
+ };
216
272
  getReviewsForRun: {
217
273
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"]["parameters"], "baseUrl" | "headers" | "mediaType">;
218
274
  response: Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"]["response"];
@@ -257,6 +313,10 @@ export declare type RestEndpointMethodTypes = {
257
313
  parameters: RequestParameters & Omit<Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
258
314
  response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/secrets"]["response"];
259
315
  };
316
+ listEnvironmentVariables: {
317
+ parameters: RequestParameters & Omit<Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
318
+ response: Endpoints["GET /repositories/{repository_id}/environments/{environment_name}/variables"]["response"];
319
+ };
260
320
  listJobsForWorkflowRun: {
261
321
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"]["parameters"], "baseUrl" | "headers" | "mediaType">;
262
322
  response: Endpoints["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"]["response"];
@@ -277,14 +337,42 @@ export declare type RestEndpointMethodTypes = {
277
337
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
278
338
  response: Endpoints["GET /orgs/{org}/actions/secrets"]["response"];
279
339
  };
340
+ listOrgVariables: {
341
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
342
+ response: Endpoints["GET /orgs/{org}/actions/variables"]["response"];
343
+ };
344
+ listRepoOrganizationSecrets: {
345
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/organization-secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
346
+ response: Endpoints["GET /repos/{owner}/{repo}/actions/organization-secrets"]["response"];
347
+ };
348
+ listRepoOrganizationVariables: {
349
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/organization-variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
350
+ response: Endpoints["GET /repos/{owner}/{repo}/actions/organization-variables"]["response"];
351
+ };
352
+ listRepoRequiredWorkflows: {
353
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{org}/{repo}/actions/required_workflows"]["parameters"], "baseUrl" | "headers" | "mediaType">;
354
+ response: Endpoints["GET /repos/{org}/{repo}/actions/required_workflows"]["response"];
355
+ };
280
356
  listRepoSecrets: {
281
357
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
282
358
  response: Endpoints["GET /repos/{owner}/{repo}/actions/secrets"]["response"];
283
359
  };
360
+ listRepoVariables: {
361
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/variables"]["parameters"], "baseUrl" | "headers" | "mediaType">;
362
+ response: Endpoints["GET /repos/{owner}/{repo}/actions/variables"]["response"];
363
+ };
284
364
  listRepoWorkflows: {
285
365
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/workflows"]["parameters"], "baseUrl" | "headers" | "mediaType">;
286
366
  response: Endpoints["GET /repos/{owner}/{repo}/actions/workflows"]["response"];
287
367
  };
368
+ listRequiredWorkflowRuns: {
369
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs"]["parameters"], "baseUrl" | "headers" | "mediaType">;
370
+ response: Endpoints["GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs"]["response"];
371
+ };
372
+ listRequiredWorkflows: {
373
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/required_workflows"]["parameters"], "baseUrl" | "headers" | "mediaType">;
374
+ response: Endpoints["GET /orgs/{org}/actions/required_workflows"]["response"];
375
+ };
288
376
  listRunnerApplicationsForOrg: {
289
377
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/runners/downloads"]["parameters"], "baseUrl" | "headers" | "mediaType">;
290
378
  response: Endpoints["GET /orgs/{org}/actions/runners/downloads"]["response"];
@@ -297,10 +385,18 @@ export declare type RestEndpointMethodTypes = {
297
385
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
298
386
  response: Endpoints["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"]["response"];
299
387
  };
388
+ listSelectedReposForOrgVariable: {
389
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/variables/{name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
390
+ response: Endpoints["GET /orgs/{org}/actions/variables/{name}/repositories"]["response"];
391
+ };
300
392
  listSelectedRepositoriesEnabledGithubActionsOrganization: {
301
393
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/permissions/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
302
394
  response: Endpoints["GET /orgs/{org}/actions/permissions/repositories"]["response"];
303
395
  };
396
+ listSelectedRepositoriesRequiredWorkflow: {
397
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
398
+ response: Endpoints["GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories"]["response"];
399
+ };
304
400
  listSelfHostedRunnersForOrg: {
305
401
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/actions/runners"]["parameters"], "baseUrl" | "headers" | "mediaType">;
306
402
  response: Endpoints["GET /orgs/{org}/actions/runners"]["response"];
@@ -353,6 +449,18 @@ export declare type RestEndpointMethodTypes = {
353
449
  parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
354
450
  response: Endpoints["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"]["response"];
355
451
  };
452
+ removeSelectedRepoFromOrgVariable: {
453
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
454
+ response: Endpoints["DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"]["response"];
455
+ };
456
+ removeSelectedRepoFromRequiredWorkflow: {
457
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
458
+ response: Endpoints["DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}"]["response"];
459
+ };
460
+ reviewCustomGatesForRun: {
461
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"]["parameters"], "baseUrl" | "headers" | "mediaType">;
462
+ response: Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"]["response"];
463
+ };
356
464
  reviewPendingDeploymentsForRun: {
357
465
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"]["parameters"], "baseUrl" | "headers" | "mediaType">;
358
466
  response: Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"]["response"];
@@ -373,10 +481,6 @@ export declare type RestEndpointMethodTypes = {
373
481
  parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
374
482
  response: Endpoints["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"]["response"];
375
483
  };
376
- setGithubActionsDefaultWorkflowPermissionsEnterprise: {
377
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/workflow"]["parameters"], "baseUrl" | "headers" | "mediaType">;
378
- response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/workflow"]["response"];
379
- };
380
484
  setGithubActionsDefaultWorkflowPermissionsOrganization: {
381
485
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/permissions/workflow"]["parameters"], "baseUrl" | "headers" | "mediaType">;
382
486
  response: Endpoints["PUT /orgs/{org}/actions/permissions/workflow"]["response"];
@@ -397,6 +501,14 @@ export declare type RestEndpointMethodTypes = {
397
501
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
398
502
  response: Endpoints["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"]["response"];
399
503
  };
504
+ setSelectedReposForOrgVariable: {
505
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/variables/{name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
506
+ response: Endpoints["PUT /orgs/{org}/actions/variables/{name}/repositories"]["response"];
507
+ };
508
+ setSelectedReposToRequiredWorkflow: {
509
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
510
+ response: Endpoints["PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories"]["response"];
511
+ };
400
512
  setSelectedRepositoriesEnabledGithubActionsOrganization: {
401
513
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/actions/permissions/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
402
514
  response: Endpoints["PUT /orgs/{org}/actions/permissions/repositories"]["response"];
@@ -405,6 +517,22 @@ export declare type RestEndpointMethodTypes = {
405
517
  parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/actions/permissions/access"]["parameters"], "baseUrl" | "headers" | "mediaType">;
406
518
  response: Endpoints["PUT /repos/{owner}/{repo}/actions/permissions/access"]["response"];
407
519
  };
520
+ updateEnvironmentVariable: {
521
+ parameters: RequestParameters & Omit<Endpoints["PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
522
+ response: Endpoints["PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}"]["response"];
523
+ };
524
+ updateOrgVariable: {
525
+ parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
526
+ response: Endpoints["PATCH /orgs/{org}/actions/variables/{name}"]["response"];
527
+ };
528
+ updateRepoVariable: {
529
+ parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/actions/variables/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
530
+ response: Endpoints["PATCH /repos/{owner}/{repo}/actions/variables/{name}"]["response"];
531
+ };
532
+ updateRequiredWorkflow: {
533
+ parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
534
+ response: Endpoints["PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}"]["response"];
535
+ };
408
536
  };
409
537
  activity: {
410
538
  checkRepoIsStarredByAuthenticatedUser: {
@@ -617,6 +745,10 @@ export declare type RestEndpointMethodTypes = {
617
745
  parameters: RequestParameters & Omit<Endpoints["GET /user/installations/{installation_id}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
618
746
  response: Endpoints["GET /user/installations/{installation_id}/repositories"]["response"];
619
747
  };
748
+ listInstallationRequestsForAuthenticatedApp: {
749
+ parameters: RequestParameters & Omit<Endpoints["GET /app/installation-requests"]["parameters"], "baseUrl" | "headers" | "mediaType">;
750
+ response: Endpoints["GET /app/installation-requests"]["response"];
751
+ };
620
752
  listInstallations: {
621
753
  parameters: RequestParameters & Omit<Endpoints["GET /app/installations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
622
754
  response: Endpoints["GET /app/installations"]["response"];
@@ -695,14 +827,6 @@ export declare type RestEndpointMethodTypes = {
695
827
  parameters: RequestParameters & Omit<Endpoints["GET /users/{username}/settings/billing/actions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
696
828
  response: Endpoints["GET /users/{username}/settings/billing/actions"]["response"];
697
829
  };
698
- getGithubAdvancedSecurityBillingGhe: {
699
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["parameters"], "baseUrl" | "headers" | "mediaType">;
700
- response: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"];
701
- };
702
- getGithubAdvancedSecurityBillingOrg: {
703
- parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["parameters"], "baseUrl" | "headers" | "mediaType">;
704
- response: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"];
705
- };
706
830
  getGithubPackagesBillingOrg: {
707
831
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/settings/billing/packages"]["parameters"], "baseUrl" | "headers" | "mediaType">;
708
832
  response: Endpoints["GET /orgs/{org}/settings/billing/packages"]["response"];
@@ -787,6 +911,10 @@ export declare type RestEndpointMethodTypes = {
787
911
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
788
912
  response: Endpoints["GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"]["response"];
789
913
  };
914
+ getDefaultSetup: {
915
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/code-scanning/default-setup"]["parameters"], "baseUrl" | "headers" | "mediaType">;
916
+ response: Endpoints["GET /repos/{owner}/{repo}/code-scanning/default-setup"]["response"];
917
+ };
790
918
  getSarif: {
791
919
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
792
920
  response: Endpoints["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"]["response"];
@@ -795,10 +923,6 @@ export declare type RestEndpointMethodTypes = {
795
923
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"]["parameters"], "baseUrl" | "headers" | "mediaType">;
796
924
  response: Endpoints["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"]["response"];
797
925
  };
798
- listAlertsForEnterprise: {
799
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
800
- response: Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["response"];
801
- };
802
926
  listAlertsForOrg: {
803
927
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/code-scanning/alerts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
804
928
  response: Endpoints["GET /orgs/{org}/code-scanning/alerts"]["response"];
@@ -823,6 +947,10 @@ export declare type RestEndpointMethodTypes = {
823
947
  parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
824
948
  response: Endpoints["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"]["response"];
825
949
  };
950
+ updateDefaultSetup: {
951
+ parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/code-scanning/default-setup"]["parameters"], "baseUrl" | "headers" | "mediaType">;
952
+ response: Endpoints["PATCH /repos/{owner}/{repo}/code-scanning/default-setup"]["response"];
953
+ };
826
954
  uploadSarif: {
827
955
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/code-scanning/sarifs"]["parameters"], "baseUrl" | "headers" | "mediaType">;
828
956
  response: Endpoints["POST /repos/{owner}/{repo}/code-scanning/sarifs"]["response"];
@@ -844,8 +972,8 @@ export declare type RestEndpointMethodTypes = {
844
972
  response: Endpoints["PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
845
973
  };
846
974
  addSelectedRepoToOrgSecret: {
847
- parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
848
- response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
975
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
976
+ response: Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
849
977
  };
850
978
  codespaceMachinesForAuthenticatedUser: {
851
979
  parameters: RequestParameters & Omit<Endpoints["GET /user/codespaces/{codespace_name}/machines"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -856,8 +984,8 @@ export declare type RestEndpointMethodTypes = {
856
984
  response: Endpoints["POST /user/codespaces"]["response"];
857
985
  };
858
986
  createOrUpdateOrgSecret: {
859
- parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
860
- response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];
987
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
988
+ response: Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}"]["response"];
861
989
  };
862
990
  createOrUpdateRepoSecret: {
863
991
  parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -875,6 +1003,10 @@ export declare type RestEndpointMethodTypes = {
875
1003
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/codespaces"]["parameters"], "baseUrl" | "headers" | "mediaType">;
876
1004
  response: Endpoints["POST /repos/{owner}/{repo}/codespaces"]["response"];
877
1005
  };
1006
+ deleteCodespacesBillingUsers: {
1007
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/codespaces/billing/selected_users"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1008
+ response: Endpoints["DELETE /orgs/{org}/codespaces/billing/selected_users"]["response"];
1009
+ };
878
1010
  deleteForAuthenticatedUser: {
879
1011
  parameters: RequestParameters & Omit<Endpoints["DELETE /user/codespaces/{codespace_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
880
1012
  response: Endpoints["DELETE /user/codespaces/{codespace_name}"]["response"];
@@ -884,8 +1016,8 @@ export declare type RestEndpointMethodTypes = {
884
1016
  response: Endpoints["DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}"]["response"];
885
1017
  };
886
1018
  deleteOrgSecret: {
887
- parameters: RequestParameters & Omit<Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
888
- response: Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];
1019
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1020
+ response: Endpoints["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"]["response"];
889
1021
  };
890
1022
  deleteRepoSecret: {
891
1023
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -899,6 +1031,10 @@ export declare type RestEndpointMethodTypes = {
899
1031
  parameters: RequestParameters & Omit<Endpoints["POST /user/codespaces/{codespace_name}/exports"]["parameters"], "baseUrl" | "headers" | "mediaType">;
900
1032
  response: Endpoints["POST /user/codespaces/{codespace_name}/exports"]["response"];
901
1033
  };
1034
+ getCodespacesForUserInOrg: {
1035
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/members/{username}/codespaces"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1036
+ response: Endpoints["GET /orgs/{org}/members/{username}/codespaces"]["response"];
1037
+ };
902
1038
  getExportDetailsForAuthenticatedUser: {
903
1039
  parameters: RequestParameters & Omit<Endpoints["GET /user/codespaces/{codespace_name}/exports/{export_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
904
1040
  response: Endpoints["GET /user/codespaces/{codespace_name}/exports/{export_id}"]["response"];
@@ -908,12 +1044,12 @@ export declare type RestEndpointMethodTypes = {
908
1044
  response: Endpoints["GET /user/codespaces/{codespace_name}"]["response"];
909
1045
  };
910
1046
  getOrgPublicKey: {
911
- parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/public-key"]["parameters"], "baseUrl" | "headers" | "mediaType">;
912
- response: Endpoints["GET /organizations/{org}/codespaces/secrets/public-key"]["response"];
1047
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/codespaces/secrets/public-key"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1048
+ response: Endpoints["GET /orgs/{org}/codespaces/secrets/public-key"]["response"];
913
1049
  };
914
1050
  getOrgSecret: {
915
- parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
916
- response: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];
1051
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1052
+ response: Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}"]["response"];
917
1053
  };
918
1054
  getPublicKeyForAuthenticatedUser: {
919
1055
  parameters: RequestParameters & Omit<Endpoints["GET /user/codespaces/secrets/public-key"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -948,8 +1084,8 @@ export declare type RestEndpointMethodTypes = {
948
1084
  response: Endpoints["GET /repos/{owner}/{repo}/codespaces"]["response"];
949
1085
  };
950
1086
  listOrgSecrets: {
951
- parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
952
- response: Endpoints["GET /organizations/{org}/codespaces/secrets"]["response"];
1087
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/codespaces/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1088
+ response: Endpoints["GET /orgs/{org}/codespaces/secrets"]["response"];
953
1089
  };
954
1090
  listRepoSecrets: {
955
1091
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/codespaces/secrets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -964,32 +1100,44 @@ export declare type RestEndpointMethodTypes = {
964
1100
  response: Endpoints["GET /user/codespaces/secrets"]["response"];
965
1101
  };
966
1102
  listSelectedReposForOrgSecret: {
967
- parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
968
- response: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];
1103
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1104
+ response: Endpoints["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];
969
1105
  };
970
1106
  preFlightWithRepoForAuthenticatedUser: {
971
1107
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/codespaces/new"]["parameters"], "baseUrl" | "headers" | "mediaType">;
972
1108
  response: Endpoints["GET /repos/{owner}/{repo}/codespaces/new"]["response"];
973
1109
  };
1110
+ publishForAuthenticatedUser: {
1111
+ parameters: RequestParameters & Omit<Endpoints["POST /user/codespaces/{codespace_name}/publish"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1112
+ response: Endpoints["POST /user/codespaces/{codespace_name}/publish"]["response"];
1113
+ };
974
1114
  removeRepositoryForSecretForAuthenticatedUser: {
975
1115
  parameters: RequestParameters & Omit<Endpoints["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
976
1116
  response: Endpoints["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
977
1117
  };
978
1118
  removeSelectedRepoFromOrgSecret: {
979
- parameters: RequestParameters & Omit<Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
980
- response: Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
1119
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1120
+ response: Endpoints["DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];
981
1121
  };
982
1122
  repoMachinesForAuthenticatedUser: {
983
1123
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/codespaces/machines"]["parameters"], "baseUrl" | "headers" | "mediaType">;
984
1124
  response: Endpoints["GET /repos/{owner}/{repo}/codespaces/machines"]["response"];
985
1125
  };
1126
+ setCodespacesBilling: {
1127
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/codespaces/billing"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1128
+ response: Endpoints["PUT /orgs/{org}/codespaces/billing"]["response"];
1129
+ };
1130
+ setCodespacesBillingUsers: {
1131
+ parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/codespaces/billing/selected_users"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1132
+ response: Endpoints["POST /orgs/{org}/codespaces/billing/selected_users"]["response"];
1133
+ };
986
1134
  setRepositoriesForSecretForAuthenticatedUser: {
987
1135
  parameters: RequestParameters & Omit<Endpoints["PUT /user/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
988
1136
  response: Endpoints["PUT /user/codespaces/secrets/{secret_name}/repositories"]["response"];
989
1137
  };
990
1138
  setSelectedReposForOrgSecret: {
991
- parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
992
- response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];
1139
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1140
+ response: Endpoints["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];
993
1141
  };
994
1142
  startForAuthenticatedUser: {
995
1143
  parameters: RequestParameters & Omit<Endpoints["POST /user/codespaces/{codespace_name}/start"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -1049,6 +1197,14 @@ export declare type RestEndpointMethodTypes = {
1049
1197
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1050
1198
  response: Endpoints["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"]["response"];
1051
1199
  };
1200
+ listAlertsForEnterprise: {
1201
+ parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/dependabot/alerts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1202
+ response: Endpoints["GET /enterprises/{enterprise}/dependabot/alerts"]["response"];
1203
+ };
1204
+ listAlertsForOrg: {
1205
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/dependabot/alerts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1206
+ response: Endpoints["GET /orgs/{org}/dependabot/alerts"]["response"];
1207
+ };
1052
1208
  listAlertsForRepo: {
1053
1209
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/dependabot/alerts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1054
1210
  response: Endpoints["GET /repos/{owner}/{repo}/dependabot/alerts"]["response"];
@@ -1087,6 +1243,10 @@ export declare type RestEndpointMethodTypes = {
1087
1243
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1088
1244
  response: Endpoints["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"]["response"];
1089
1245
  };
1246
+ exportSbom: {
1247
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/dependency-graph/sbom"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1248
+ response: Endpoints["GET /repos/{owner}/{repo}/dependency-graph/sbom"]["response"];
1249
+ };
1090
1250
  };
1091
1251
  emojis: {
1092
1252
  get: {
@@ -1094,64 +1254,6 @@ export declare type RestEndpointMethodTypes = {
1094
1254
  response: Endpoints["GET /emojis"]["response"];
1095
1255
  };
1096
1256
  };
1097
- enterpriseAdmin: {
1098
- addCustomLabelsToSelfHostedRunnerForEnterprise: {
1099
- parameters: RequestParameters & Omit<Endpoints["POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1100
- response: Endpoints["POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];
1101
- };
1102
- disableSelectedOrganizationGithubActionsEnterprise: {
1103
- parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1104
- response: Endpoints["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["response"];
1105
- };
1106
- enableSelectedOrganizationGithubActionsEnterprise: {
1107
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1108
- response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["response"];
1109
- };
1110
- getAllowedActionsEnterprise: {
1111
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/selected-actions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1112
- response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/selected-actions"]["response"];
1113
- };
1114
- getGithubActionsPermissionsEnterprise: {
1115
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1116
- response: Endpoints["GET /enterprises/{enterprise}/actions/permissions"]["response"];
1117
- };
1118
- getServerStatistics: {
1119
- parameters: RequestParameters & Omit<Endpoints["GET /enterprise-installation/{enterprise_or_org}/server-statistics"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1120
- response: Endpoints["GET /enterprise-installation/{enterprise_or_org}/server-statistics"]["response"];
1121
- };
1122
- listLabelsForSelfHostedRunnerForEnterprise: {
1123
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1124
- response: Endpoints["GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];
1125
- };
1126
- listSelectedOrganizationsEnabledGithubActionsEnterprise: {
1127
- parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1128
- response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"];
1129
- };
1130
- removeAllCustomLabelsFromSelfHostedRunnerForEnterprise: {
1131
- parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1132
- response: Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];
1133
- };
1134
- removeCustomLabelFromSelfHostedRunnerForEnterprise: {
1135
- parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1136
- response: Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}"]["response"];
1137
- };
1138
- setAllowedActionsEnterprise: {
1139
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1140
- response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"]["response"];
1141
- };
1142
- setCustomLabelsForSelfHostedRunnerForEnterprise: {
1143
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1144
- response: Endpoints["PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];
1145
- };
1146
- setGithubActionsPermissionsEnterprise: {
1147
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1148
- response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions"]["response"];
1149
- };
1150
- setSelectedOrganizationsEnabledGithubActionsEnterprise: {
1151
- parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1152
- response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations"]["response"];
1153
- };
1154
- };
1155
1257
  gists: {
1156
1258
  checkIsStarred: {
1157
1259
  parameters: RequestParameters & Omit<Endpoints["GET /gists/{gist_id}/star"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -1361,6 +1463,10 @@ export declare type RestEndpointMethodTypes = {
1361
1463
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/assignees/{assignee}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1362
1464
  response: Endpoints["GET /repos/{owner}/{repo}/assignees/{assignee}"]["response"];
1363
1465
  };
1466
+ checkUserCanBeAssignedToIssue: {
1467
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1468
+ response: Endpoints["GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"]["response"];
1469
+ };
1364
1470
  create: {
1365
1471
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/issues"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1366
1472
  response: Endpoints["POST /repos/{owner}/{repo}/issues"]["response"];
@@ -1535,6 +1641,10 @@ export declare type RestEndpointMethodTypes = {
1535
1641
  parameters: RequestParameters & Omit<Endpoints["GET /meta"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1536
1642
  response: Endpoints["GET /meta"]["response"];
1537
1643
  };
1644
+ getAllVersions: {
1645
+ parameters: RequestParameters & Omit<Endpoints["GET /versions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1646
+ response: Endpoints["GET /versions"]["response"];
1647
+ };
1538
1648
  getOctocat: {
1539
1649
  parameters: RequestParameters & Omit<Endpoints["GET /octocat"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1540
1650
  response: Endpoints["GET /octocat"]["response"];
@@ -1671,10 +1781,6 @@ export declare type RestEndpointMethodTypes = {
1671
1781
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/outside_collaborators/{username}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1672
1782
  response: Endpoints["PUT /orgs/{org}/outside_collaborators/{username}"]["response"];
1673
1783
  };
1674
- createCustomRole: {
1675
- parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/custom_roles"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1676
- response: Endpoints["POST /orgs/{org}/custom_roles"]["response"];
1677
- };
1678
1784
  createInvitation: {
1679
1785
  parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/invitations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1680
1786
  response: Endpoints["POST /orgs/{org}/invitations"]["response"];
@@ -1683,9 +1789,9 @@ export declare type RestEndpointMethodTypes = {
1683
1789
  parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/hooks"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1684
1790
  response: Endpoints["POST /orgs/{org}/hooks"]["response"];
1685
1791
  };
1686
- deleteCustomRole: {
1687
- parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/custom_roles/{role_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1688
- response: Endpoints["DELETE /orgs/{org}/custom_roles/{role_id}"]["response"];
1792
+ delete: {
1793
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1794
+ response: Endpoints["DELETE /orgs/{org}"]["response"];
1689
1795
  };
1690
1796
  deleteWebhook: {
1691
1797
  parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/hooks/{hook_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -1731,18 +1837,10 @@ export declare type RestEndpointMethodTypes = {
1731
1837
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/blocks"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1732
1838
  response: Endpoints["GET /orgs/{org}/blocks"]["response"];
1733
1839
  };
1734
- listCustomRoles: {
1735
- parameters: RequestParameters & Omit<Endpoints["GET /organizations/{organization_id}/custom_roles"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1736
- response: Endpoints["GET /organizations/{organization_id}/custom_roles"]["response"];
1737
- };
1738
1840
  listFailedInvitations: {
1739
1841
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/failed_invitations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1740
1842
  response: Endpoints["GET /orgs/{org}/failed_invitations"]["response"];
1741
1843
  };
1742
- listFineGrainedPermissions: {
1743
- parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/fine_grained_permissions"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1744
- response: Endpoints["GET /orgs/{org}/fine_grained_permissions"]["response"];
1745
- };
1746
1844
  listForAuthenticatedUser: {
1747
1845
  parameters: RequestParameters & Omit<Endpoints["GET /user/orgs"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1748
1846
  response: Endpoints["GET /user/orgs"]["response"];
@@ -1767,6 +1865,22 @@ export declare type RestEndpointMethodTypes = {
1767
1865
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/outside_collaborators"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1768
1866
  response: Endpoints["GET /orgs/{org}/outside_collaborators"]["response"];
1769
1867
  };
1868
+ listPatGrantRepositories: {
1869
+ parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1870
+ response: Endpoints["GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories"]["response"];
1871
+ };
1872
+ listPatGrantRequestRepositories: {
1873
+ parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1874
+ response: Endpoints["GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories"]["response"];
1875
+ };
1876
+ listPatGrantRequests: {
1877
+ parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/personal-access-token-requests"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1878
+ response: Endpoints["GET /organizations/{org}/personal-access-token-requests"]["response"];
1879
+ };
1880
+ listPatGrants: {
1881
+ parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/personal-access-tokens"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1882
+ response: Endpoints["GET /organizations/{org}/personal-access-tokens"]["response"];
1883
+ };
1770
1884
  listPendingInvitations: {
1771
1885
  parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/invitations"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1772
1886
  response: Endpoints["GET /orgs/{org}/invitations"]["response"];
@@ -1815,6 +1929,14 @@ export declare type RestEndpointMethodTypes = {
1815
1929
  parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/security-managers/teams/{team_slug}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1816
1930
  response: Endpoints["DELETE /orgs/{org}/security-managers/teams/{team_slug}"]["response"];
1817
1931
  };
1932
+ reviewPatGrantRequest: {
1933
+ parameters: RequestParameters & Omit<Endpoints["POST /organizations/{org}/personal-access-token-requests/{pat_request_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1934
+ response: Endpoints["POST /organizations/{org}/personal-access-token-requests/{pat_request_id}"]["response"];
1935
+ };
1936
+ reviewPatGrantRequestsInBulk: {
1937
+ parameters: RequestParameters & Omit<Endpoints["POST /organizations/{org}/personal-access-token-requests"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1938
+ response: Endpoints["POST /organizations/{org}/personal-access-token-requests"]["response"];
1939
+ };
1818
1940
  setMembershipForUser: {
1819
1941
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/memberships/{username}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1820
1942
  response: Endpoints["PUT /orgs/{org}/memberships/{username}"]["response"];
@@ -1831,14 +1953,18 @@ export declare type RestEndpointMethodTypes = {
1831
1953
  parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1832
1954
  response: Endpoints["PATCH /orgs/{org}"]["response"];
1833
1955
  };
1834
- updateCustomRole: {
1835
- parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}/custom_roles/{role_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1836
- response: Endpoints["PATCH /orgs/{org}/custom_roles/{role_id}"]["response"];
1837
- };
1838
1956
  updateMembershipForAuthenticatedUser: {
1839
1957
  parameters: RequestParameters & Omit<Endpoints["PATCH /user/memberships/orgs/{org}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1840
1958
  response: Endpoints["PATCH /user/memberships/orgs/{org}"]["response"];
1841
1959
  };
1960
+ updatePatAccess: {
1961
+ parameters: RequestParameters & Omit<Endpoints["POST /organizations/{org}/personal-access-tokens/{pat_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1962
+ response: Endpoints["POST /organizations/{org}/personal-access-tokens/{pat_id}"]["response"];
1963
+ };
1964
+ updatePatAccesses: {
1965
+ parameters: RequestParameters & Omit<Endpoints["POST /organizations/{org}/personal-access-tokens"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1966
+ response: Endpoints["POST /organizations/{org}/personal-access-tokens"]["response"];
1967
+ };
1842
1968
  updateWebhook: {
1843
1969
  parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}/hooks/{hook_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1844
1970
  response: Endpoints["PATCH /orgs/{org}/hooks/{hook_id}"]["response"];
@@ -1917,6 +2043,18 @@ export declare type RestEndpointMethodTypes = {
1917
2043
  parameters: RequestParameters & Omit<Endpoints["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1918
2044
  response: Endpoints["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"]["response"];
1919
2045
  };
2046
+ listDockerMigrationConflictingPackagesForAuthenticatedUser: {
2047
+ parameters: RequestParameters & Omit<Endpoints["GET /user/docker/conflicts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2048
+ response: Endpoints["GET /user/docker/conflicts"]["response"];
2049
+ };
2050
+ listDockerMigrationConflictingPackagesForOrganization: {
2051
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/docker/conflicts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2052
+ response: Endpoints["GET /orgs/{org}/docker/conflicts"]["response"];
2053
+ };
2054
+ listDockerMigrationConflictingPackagesForUser: {
2055
+ parameters: RequestParameters & Omit<Endpoints["GET /users/{username}/docker/conflicts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2056
+ response: Endpoints["GET /users/{username}/docker/conflicts"]["response"];
2057
+ };
1920
2058
  listPackagesForAuthenticatedUser: {
1921
2059
  parameters: RequestParameters & Omit<Endpoints["GET /user/packages"]["parameters"], "baseUrl" | "headers" | "mediaType">;
1922
2060
  response: Endpoints["GET /user/packages"]["response"];
@@ -2335,6 +2473,10 @@ export declare type RestEndpointMethodTypes = {
2335
2473
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2336
2474
  response: Endpoints["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"]["response"];
2337
2475
  };
2476
+ createDeploymentProtectionRule: {
2477
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2478
+ response: Endpoints["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"]["response"];
2479
+ };
2338
2480
  createDeploymentStatus: {
2339
2481
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2340
2482
  response: Endpoints["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"]["response"];
@@ -2363,6 +2505,10 @@ export declare type RestEndpointMethodTypes = {
2363
2505
  parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/contents/{path}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2364
2506
  response: Endpoints["PUT /repos/{owner}/{repo}/contents/{path}"]["response"];
2365
2507
  };
2508
+ createOrgRuleset: {
2509
+ parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/rulesets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2510
+ response: Endpoints["POST /orgs/{org}/rulesets"]["response"];
2511
+ };
2366
2512
  createPagesDeployment: {
2367
2513
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/pages/deployment"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2368
2514
  response: Endpoints["POST /repos/{owner}/{repo}/pages/deployment"]["response"];
@@ -2375,6 +2521,10 @@ export declare type RestEndpointMethodTypes = {
2375
2521
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/releases"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2376
2522
  response: Endpoints["POST /repos/{owner}/{repo}/releases"]["response"];
2377
2523
  };
2524
+ createRepoRuleset: {
2525
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/rulesets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2526
+ response: Endpoints["POST /repos/{owner}/{repo}/rulesets"]["response"];
2527
+ };
2378
2528
  createTagProtection: {
2379
2529
  parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/tags/protection"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2380
2530
  response: Endpoints["POST /repos/{owner}/{repo}/tags/protection"]["response"];
@@ -2447,6 +2597,10 @@ export declare type RestEndpointMethodTypes = {
2447
2597
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2448
2598
  response: Endpoints["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"]["response"];
2449
2599
  };
2600
+ deleteOrgRuleset: {
2601
+ parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2602
+ response: Endpoints["DELETE /orgs/{org}/rulesets/{ruleset_id}"]["response"];
2603
+ };
2450
2604
  deletePagesSite: {
2451
2605
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/pages"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2452
2606
  response: Endpoints["DELETE /repos/{owner}/{repo}/pages"]["response"];
@@ -2463,6 +2617,10 @@ export declare type RestEndpointMethodTypes = {
2463
2617
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2464
2618
  response: Endpoints["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"]["response"];
2465
2619
  };
2620
+ deleteRepoRuleset: {
2621
+ parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2622
+ response: Endpoints["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["response"];
2623
+ };
2466
2624
  deleteTagProtection: {
2467
2625
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2468
2626
  response: Endpoints["DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}"]["response"];
@@ -2475,6 +2633,10 @@ export declare type RestEndpointMethodTypes = {
2475
2633
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/automated-security-fixes"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2476
2634
  response: Endpoints["DELETE /repos/{owner}/{repo}/automated-security-fixes"]["response"];
2477
2635
  };
2636
+ disableDeploymentProtectionRule: {
2637
+ parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2638
+ response: Endpoints["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"]["response"];
2639
+ };
2478
2640
  disableLfsForRepo: {
2479
2641
  parameters: RequestParameters & Omit<Endpoints["DELETE /repos/{owner}/{repo}/lfs"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2480
2642
  response: Endpoints["DELETE /repos/{owner}/{repo}/lfs"]["response"];
@@ -2523,6 +2685,10 @@ export declare type RestEndpointMethodTypes = {
2523
2685
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2524
2686
  response: Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"]["response"];
2525
2687
  };
2688
+ getAllDeploymentProtectionRules: {
2689
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2690
+ response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"]["response"];
2691
+ };
2526
2692
  getAllEnvironments: {
2527
2693
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/environments"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2528
2694
  response: Endpoints["GET /repos/{owner}/{repo}/environments"]["response"];
@@ -2551,6 +2717,10 @@ export declare type RestEndpointMethodTypes = {
2551
2717
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2552
2718
  response: Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection"]["response"];
2553
2719
  };
2720
+ getBranchRules: {
2721
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/rules/branches/{branch}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2722
+ response: Endpoints["GET /repos/{owner}/{repo}/rules/branches/{branch}"]["response"];
2723
+ };
2554
2724
  getClones: {
2555
2725
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/traffic/clones"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2556
2726
  response: Endpoints["GET /repos/{owner}/{repo}/traffic/clones"]["response"];
@@ -2595,6 +2765,10 @@ export declare type RestEndpointMethodTypes = {
2595
2765
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/stats/contributors"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2596
2766
  response: Endpoints["GET /repos/{owner}/{repo}/stats/contributors"]["response"];
2597
2767
  };
2768
+ getCustomDeploymentProtectionRule: {
2769
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2770
+ response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"]["response"];
2771
+ };
2598
2772
  getDeployKey: {
2599
2773
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/keys/{key_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2600
2774
  response: Endpoints["GET /repos/{owner}/{repo}/keys/{key_id}"]["response"];
@@ -2623,6 +2797,14 @@ export declare type RestEndpointMethodTypes = {
2623
2797
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/releases/latest"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2624
2798
  response: Endpoints["GET /repos/{owner}/{repo}/releases/latest"]["response"];
2625
2799
  };
2800
+ getOrgRuleset: {
2801
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2802
+ response: Endpoints["GET /orgs/{org}/rulesets/{ruleset_id}"]["response"];
2803
+ };
2804
+ getOrgRulesets: {
2805
+ parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/rulesets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2806
+ response: Endpoints["GET /orgs/{org}/rulesets"]["response"];
2807
+ };
2626
2808
  getPages: {
2627
2809
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/pages"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2628
2810
  response: Endpoints["GET /repos/{owner}/{repo}/pages"]["response"];
@@ -2667,6 +2849,14 @@ export declare type RestEndpointMethodTypes = {
2667
2849
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/releases/tags/{tag}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2668
2850
  response: Endpoints["GET /repos/{owner}/{repo}/releases/tags/{tag}"]["response"];
2669
2851
  };
2852
+ getRepoRuleset: {
2853
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2854
+ response: Endpoints["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["response"];
2855
+ };
2856
+ getRepoRulesets: {
2857
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/rulesets"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2858
+ response: Endpoints["GET /repos/{owner}/{repo}/rulesets"]["response"];
2859
+ };
2670
2860
  getStatusChecksProtection: {
2671
2861
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2672
2862
  response: Endpoints["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"]["response"];
@@ -2739,6 +2929,10 @@ export declare type RestEndpointMethodTypes = {
2739
2929
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/contributors"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2740
2930
  response: Endpoints["GET /repos/{owner}/{repo}/contributors"]["response"];
2741
2931
  };
2932
+ listCustomDeploymentRuleIntegrations: {
2933
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2934
+ response: Endpoints["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"]["response"];
2935
+ };
2742
2936
  listDeployKeys: {
2743
2937
  parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/keys"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2744
2938
  response: Endpoints["GET /repos/{owner}/{repo}/keys"]["response"];
@@ -2927,6 +3121,10 @@ export declare type RestEndpointMethodTypes = {
2927
3121
  parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2928
3122
  response: Endpoints["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"]["response"];
2929
3123
  };
3124
+ updateOrgRuleset: {
3125
+ parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3126
+ response: Endpoints["PUT /orgs/{org}/rulesets/{ruleset_id}"]["response"];
3127
+ };
2930
3128
  updatePullRequestReviewProtection: {
2931
3129
  parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2932
3130
  response: Endpoints["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"]["response"];
@@ -2939,6 +3137,10 @@ export declare type RestEndpointMethodTypes = {
2939
3137
  parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2940
3138
  response: Endpoints["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"]["response"];
2941
3139
  };
3140
+ updateRepoRuleset: {
3141
+ parameters: RequestParameters & Omit<Endpoints["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3142
+ response: Endpoints["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"]["response"];
3143
+ };
2942
3144
  updateStatusCheckPotection: {
2943
3145
  parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"]["parameters"], "baseUrl" | "headers" | "mediaType">;
2944
3146
  response: Endpoints["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"]["response"];
@@ -3016,6 +3218,28 @@ export declare type RestEndpointMethodTypes = {
3016
3218
  response: Endpoints["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"]["response"];
3017
3219
  };
3018
3220
  };
3221
+ securityAdvisories: {
3222
+ createPrivateVulnerabilityReport: {
3223
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/security-advisories/reports"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3224
+ response: Endpoints["POST /repos/{owner}/{repo}/security-advisories/reports"]["response"];
3225
+ };
3226
+ createRepositoryAdvisory: {
3227
+ parameters: RequestParameters & Omit<Endpoints["POST /repos/{owner}/{repo}/security-advisories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3228
+ response: Endpoints["POST /repos/{owner}/{repo}/security-advisories"]["response"];
3229
+ };
3230
+ getRepositoryAdvisory: {
3231
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3232
+ response: Endpoints["GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]["response"];
3233
+ };
3234
+ listRepositoryAdvisories: {
3235
+ parameters: RequestParameters & Omit<Endpoints["GET /repos/{owner}/{repo}/security-advisories"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3236
+ response: Endpoints["GET /repos/{owner}/{repo}/security-advisories"]["response"];
3237
+ };
3238
+ updateRepositoryAdvisory: {
3239
+ parameters: RequestParameters & Omit<Endpoints["PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3240
+ response: Endpoints["PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]["response"];
3241
+ };
3242
+ };
3019
3243
  teams: {
3020
3244
  addOrUpdateMembershipForUserInOrg: {
3021
3245
  parameters: RequestParameters & Omit<Endpoints["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
@@ -3147,6 +3371,10 @@ export declare type RestEndpointMethodTypes = {
3147
3371
  parameters: RequestParameters & Omit<Endpoints["POST /user/emails"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3148
3372
  response: Endpoints["POST /user/emails"]["response"];
3149
3373
  };
3374
+ addSocialAccountForAuthenticatedUser: {
3375
+ parameters: RequestParameters & Omit<Endpoints["POST /user/social_accounts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3376
+ response: Endpoints["POST /user/social_accounts"]["response"];
3377
+ };
3150
3378
  block: {
3151
3379
  parameters: RequestParameters & Omit<Endpoints["PUT /user/blocks/{username}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3152
3380
  response: Endpoints["PUT /user/blocks/{username}"]["response"];
@@ -3207,6 +3435,10 @@ export declare type RestEndpointMethodTypes = {
3207
3435
  parameters: RequestParameters & Omit<Endpoints["DELETE /user/keys/{key_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3208
3436
  response: Endpoints["DELETE /user/keys/{key_id}"]["response"];
3209
3437
  };
3438
+ deleteSocialAccountForAuthenticatedUser: {
3439
+ parameters: RequestParameters & Omit<Endpoints["DELETE /user/social_accounts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3440
+ response: Endpoints["DELETE /user/social_accounts"]["response"];
3441
+ };
3210
3442
  deleteSshSigningKeyForAuthenticatedUser: {
3211
3443
  parameters: RequestParameters & Omit<Endpoints["DELETE /user/ssh_signing_keys/{ssh_signing_key_id}"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3212
3444
  response: Endpoints["DELETE /user/ssh_signing_keys/{ssh_signing_key_id}"]["response"];
@@ -3319,6 +3551,14 @@ export declare type RestEndpointMethodTypes = {
3319
3551
  parameters: RequestParameters & Omit<Endpoints["GET /user/keys"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3320
3552
  response: Endpoints["GET /user/keys"]["response"];
3321
3553
  };
3554
+ listSocialAccountsForAuthenticatedUser: {
3555
+ parameters: RequestParameters & Omit<Endpoints["GET /user/social_accounts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3556
+ response: Endpoints["GET /user/social_accounts"]["response"];
3557
+ };
3558
+ listSocialAccountsForUser: {
3559
+ parameters: RequestParameters & Omit<Endpoints["GET /users/{username}/social_accounts"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3560
+ response: Endpoints["GET /users/{username}/social_accounts"]["response"];
3561
+ };
3322
3562
  listSshSigningKeysForAuthenticatedUser: {
3323
3563
  parameters: RequestParameters & Omit<Endpoints["GET /user/ssh_signing_keys"]["parameters"], "baseUrl" | "headers" | "mediaType">;
3324
3564
  response: Endpoints["GET /user/ssh_signing_keys"]["response"];