Skip to content

Commit 6ecdaf2

Browse files
committed
build: recover folders for GHES 3.1, 3.0, and AE
1 parent d5613bb commit 6ecdaf2

File tree

13 files changed

+242022
-20
lines changed

13 files changed

+242022
-20
lines changed

cache/ghes-2.22.json

Lines changed: 64530 additions & 10 deletions
Large diffs are not rendered by default.

cache/ghes-3.0.json

Lines changed: 65994 additions & 10 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@
3939
{
4040
"pkgRoot": "packages/openapi-types-ghes-2.22"
4141
}
42+
],
43+
[
44+
"@semantic-release/npm",
45+
{
46+
"pkgRoot": "packages/openapi-types-ghes-3.0"
47+
}
48+
],
49+
[
50+
"@semantic-release/npm",
51+
{
52+
"pkgRoot": "packages/openapi-types-ghes-3.1"
53+
}
54+
],
55+
[
56+
"@semantic-release/npm",
57+
{
58+
"pkgRoot": "packages/openapi-types-github.ae"
59+
}
4260
]
4361
]
4462
},

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

Lines changed: 27417 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @octokit/openapi-types-ghes-3.0
2+
3+
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.0
4+
5+
This package is continously 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.0";
11+
12+
type Repository = components["schemas"]["full-repository"];
13+
```
14+
15+
## License
16+
17+
[MIT](LICENSE)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "@octokit/openapi-types-ghes-3.0",
3+
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/octokit/openapi-types.ts.git",
7+
"directory": "packages/openapi-types-ghes-3.0"
8+
},
9+
"publishConfig": { "access": "public" },
10+
"version": "0.0.0-development",
11+
"main": "",
12+
"types": "types.d.ts",
13+
"author": "Gregor Martynus (https://twitter.com/gr2m)",
14+
"license": "MIT",
15+
"octokit": { "openapi-version": "2.24.1" }
16+
}

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

Lines changed: 28441 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @octokit/openapi-types-ghes-3.1
2+
3+
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.1
4+
5+
This package is continously 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.1";
11+
12+
type Repository = components["schemas"]["full-repository"];
13+
```
14+
15+
## License
16+
17+
[MIT](LICENSE)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "@octokit/openapi-types-ghes-3.1",
3+
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/octokit/openapi-types.ts.git",
7+
"directory": "packages/openapi-types-ghes-3.1"
8+
},
9+
"publishConfig": { "access": "public" },
10+
"version": "0.0.0-development",
11+
"main": "",
12+
"types": "types.d.ts",
13+
"author": "Gregor Martynus (https://twitter.com/gr2m)",
14+
"license": "MIT",
15+
"octokit": { "openapi-version": "2.24.1" }
16+
}

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

Lines changed: 29072 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)