Skip to content

feat: add GHES 3.16, add new epss_percentage sorting to advisories, new epss_percentage parameter for dependabot alerts, new dismissal_approved_by parameter to code scanning alerts, new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history, /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints, deprecate Projects (classic), deprecate Copilot usage endpoints, description updates #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,143 changes: 3,347 additions & 796 deletions cache/api.github.jpy.wang.json

Large diffs are not rendered by default.

7,302 changes: 6,222 additions & 1,080 deletions cache/ghec.json

Large diffs are not rendered by default.

506 changes: 337 additions & 169 deletions cache/ghes-3.12.json

Large diffs are not rendered by default.

506 changes: 337 additions & 169 deletions cache/ghes-3.13.json

Large diffs are not rendered by default.

570 changes: 399 additions & 171 deletions cache/ghes-3.14.json

Large diffs are not rendered by default.

572 changes: 400 additions & 172 deletions cache/ghes-3.15.json

Large diffs are not rendered by default.

290,815 changes: 290,815 additions & 0 deletions cache/ghes-3.16.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
{
"pkgRoot": "packages/openapi-types-ghes-3.15"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "packages/openapi-types-ghes-3.16"
}
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.0.0"
"openapi-version": "18.1.0"
}
}
3,307 changes: 2,878 additions & 429 deletions packages/openapi-types-ghec/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.0.0"
"openapi-version": "18.1.0"
}
}
299 changes: 174 additions & 125 deletions packages/openapi-types-ghes-3.12/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.0.0"
"openapi-version": "18.1.0"
}
}
299 changes: 174 additions & 125 deletions packages/openapi-types-ghes-3.13/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.0.0"
"openapi-version": "18.1.0"
}
}
341 changes: 213 additions & 128 deletions packages/openapi-types-ghes-3.14/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.0.0"
"openapi-version": "18.1.0"
}
}
343 changes: 214 additions & 129 deletions packages/openapi-types-ghes-3.15/types.d.ts

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/openapi-types-ghes-3.16/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2020 Gregor Martynus

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17 changes: 17 additions & 0 deletions packages/openapi-types-ghes-3.16/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @octokit/openapi-types-ghes-3.16

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.16

This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

```ts
import { components } from "@octokit/openapi-types-ghes-3.16";

type Repository = components["schemas"]["full-repository"];
```

## License

[MIT](LICENSE)
21 changes: 21 additions & 0 deletions packages/openapi-types-ghes-3.16/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@octokit/openapi-types-ghes-3.16",
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.16",
"repository": {
"type": "git",
"url": "https://github.com/octokit/openapi-types.ts.git",
"directory": "packages/openapi-types-ghes-3.16"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "0.0.0-development",
"main": "",
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "18.1.0"
}
}
Loading