Skip to content

Commit 312b23b

Browse files
authored
Breaking Change: Updates OpenAPI version to 14.1.0, adds http status 409 to many endpoints, adds statuses [requested, pending] to workflow.run.status, updates reference path parameter.commit-ref to parameter.git-ref-only, updates many types from field?: unknown; to a more specific type field?: Record<string, unknown> | null, BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id (#402)
1 parent a238792 commit 312b23b

File tree

24 files changed

+10139
-8138
lines changed

24 files changed

+10139
-8138
lines changed

cache/api.github.com.json

Lines changed: 806 additions & 607 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 860 additions & 627 deletions
Large diffs are not rendered by default.

cache/ghes-3.10.json

Lines changed: 754 additions & 611 deletions
Large diffs are not rendered by default.

cache/ghes-3.11.json

Lines changed: 786 additions & 611 deletions
Large diffs are not rendered by default.

cache/ghes-3.12.json

Lines changed: 786 additions & 611 deletions
Large diffs are not rendered by default.

cache/ghes-3.8.json

Lines changed: 754 additions & 611 deletions
Large diffs are not rendered by default.

cache/ghes-3.9.json

Lines changed: 754 additions & 611 deletions
Large diffs are not rendered by default.

cache/github.ae.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

packages/openapi-types-ghec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1616
"license": "MIT",
1717
"octokit": {
18-
"openapi-version": "14.0.0"
18+
"openapi-version": "14.1.0"
1919
}
2020
}

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

Lines changed: 658 additions & 507 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)