Skip to content

Commit f2c663f

Browse files
committed
WIP
1 parent e9c9c2f commit f2c663f

File tree

24 files changed

+409631
-993
lines changed

24 files changed

+409631
-993
lines changed

cache/api.github.jpy.wang.json

Lines changed: 364 additions & 60 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 1224 additions & 216 deletions
Large diffs are not rendered by default.

cache/ghes-3.13.json

Lines changed: 93 additions & 49 deletions
Large diffs are not rendered by default.

cache/ghes-3.14.json

Lines changed: 103 additions & 49 deletions
Large diffs are not rendered by default.

cache/ghes-3.15.json

Lines changed: 104 additions & 50 deletions
Large diffs are not rendered by default.

cache/ghes-3.16.json

Lines changed: 112 additions & 58 deletions
Large diffs are not rendered by default.

cache/ghes-3.17.json

Lines changed: 293398 additions & 0 deletions
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.16"
6868
}
69+
],
70+
[
71+
"@semantic-release/npm",
72+
{
73+
"pkgRoot": "packages/openapi-types-ghes-3.17"
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": "19.0.0"
19+
"openapi-version": "19.1.0"
2020
}
2121
}

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

Lines changed: 634 additions & 119 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": "19.0.0"
19+
"openapi-version": "19.1.0"
2020
}
2121
}

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

Lines changed: 82 additions & 58 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": "19.0.0"
19+
"openapi-version": "19.1.0"
2020
}
2121
}

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

Lines changed: 87 additions & 58 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": "19.0.0"
19+
"openapi-version": "19.1.0"
2020
}
2121
}

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

Lines changed: 88 additions & 59 deletions
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.16/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": "19.0.0"
19+
"openapi-version": "19.1.0"
2020
}
2121
}

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

Lines changed: 102 additions & 97 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 (c) GitHub 2025 - Licensed as MIT.
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.17
2+
3+
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.17
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.17";
11+
12+
type Repository = components["schemas"]["full-repository"];
13+
```
14+
15+
## License
16+
17+
[MIT](LICENSE)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "@octokit/openapi-types-ghes-3.17",
3+
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.17",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/octokit/openapi-types.ts.git",
7+
"directory": "packages/openapi-types-ghes-3.17"
8+
},
9+
"publishConfig": {
10+
"access": "public",
11+
"provenance": true
12+
},
13+
"version": "0.0.0-development",
14+
"main": "",
15+
"types": "types.d.ts",
16+
"author": "Gregor Martynus (https://twitter.com/gr2m)",
17+
"license": "MIT",
18+
"octokit": {
19+
"openapi-version": "19.1.0"
20+
}
21+
}

0 commit comments

Comments
 (0)