8000 feat: add GHES 3.16, add new `epss_percentage` sorting to advisories,… · octokit/openapi-types.ts@fbef6d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbef6d1

Browse files
authored
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)
WIP
1 parent 76f8a2d commit fbef6d1

File tree

24 files changed

+419239
-3850
lines changed

24 files changed

+419239
-3850
lines changed

cache/api.github.com.json

Lines changed: 3347 additions & 796 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 6222 additions & 1080 deletions
Large diffs are not rendered by default.

cache/ghes-3.12.json

Lines changed: 337 additions & 169 deletions
Large diffs are not rendered by default.

cache/ghes-3.13.json

Lines changed: 337 additions & 169 deletions
Large diffs are not rendered by default.

cache/ghes-3.14.json

Lines changed: 399 additions & 171 deletions
Large diffs are not rendered by default.

cache/ghes-3.15.json

Lines changed: 400 additions & 172 deletions
Large diffs are not rendered by default.

cache/ghes-3.16.json

Large diffs are not rendered by default.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
{
6767
"pkgRoot": "packages/openapi-types-ghes-3.15"
6868
}
69+
],
70+
[
71+
"@semantic-release/npm",
72+
{
73+
"pkgRoot": "packages/openapi-types-ghes-3.16"
74+
}
6975
]
7076
]
7177
}

packages/openapi-types-ghec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.0.0"
19+
"openapi-version": "18.1.0"
2020
}
2121
}

packages/openapi-types-ghec/types.d.ts

Lines changed: 2878 additions & 429 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.12/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.0.0"
19+
"openapi-version": "18.1.0"
2020
}
2121
}

packages/openapi-types-ghes-3.12/types.d.ts

Lines changed: 174 additions & 125 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.0.0"
19+
"openapi-version": "18.1.0"
2020
}
2121
}

packages/openapi-types-ghes-3.13/types.d.ts

Lines changed: 174 additions & 125 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.0.0"
19+
"openapi-version": "18.1.0"
2020
}
2121
}

packages/openapi-types-ghes-3.14/types.d.ts

Lines changed: 213 additions & 128 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "18.0.0"
19+
"openapi-version": "18.1.0"
2020
}
2121
}

packages/openapi-types-ghes-3.15/types.d.ts

Lines changed: 214 additions & 129 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2020 Gregor Martynus
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @octokit/openapi-types-ghes-3.16
2+
3+
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.16
4+
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
6+
7+
## Usage
8+
9+
```ts
10+
import { components } from "@octokit/openapi-types-ghes-3.16";
11+
12+
type Repository = components["schemas"]["full-repository"];
13+
```
14+
15+
## License
16+
17+
[MIT](LICENSE)

0 commit comments

Comments
 (0)
0