Skip to content

Commit

Permalink
re-add GHES 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 8, 2025
1 parent 5d8b574 commit 7ea2805
Show file tree
Hide file tree
Showing 12 changed files with 767,124 additions and 1 deletion.
275,210 changes: 275,210 additions & 0 deletions cache/ghes-3.10.json

Large diffs are not rendered by default.

279,593 changes: 279,593 additions & 0 deletions cache/ghes-3.11.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
"pkgRoot": "packages/openapi-types-ghec"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "packages/openapi-types-ghes-3.10"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "packages/openapi-types-ghes-3.11"
}
],
[
"@semantic-release/npm",
{
Expand Down
7 changes: 7 additions & 0 deletions packages/openapi-types-ghes-3.10/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.10/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @octokit/openapi-types-ghes-3.10

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.10
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.10";

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

## License

[MIT](LICENSE)
21 changes: 21 additions & 0 deletions packages/openapi-types-ghes-3.10/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@octokit/openapi-types-ghes-3.10",
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.10",
"repository": {
"type": "git",
"url": "https://github.com/octokit/openapi-types.ts.git",
"directory": "packages/openapi-types-ghes-3.10"
},
"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": "17.1.0"
}
}
105,371 changes: 105,371 additions & 0 deletions packages/openapi-types-ghes-3.10/types.d.ts

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/openapi-types-ghes-3.11/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.11/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @octokit/openapi-types-ghes-3.11

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.11
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.11";

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

## License

[MIT](LICENSE)
21 changes: 21 additions & 0 deletions packages/openapi-types-ghes-3.11/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@octokit/openapi-types-ghes-3.11",
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.11",
"repository": {
"type": "git",
"url": "https://github.com/octokit/openapi-types.ts.git",
"directory": "packages/openapi-types-ghes-3.11"
},
"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": "17.1.0"
}
}
Loading

0 comments on commit 7ea2805

Please sign in to comment.