Skip to content

Commit

Permalink
Breaking Change: Updates OpenAPI version to 14.1.0, adds http status …
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
octokitbot authored Apr 1, 2024
1 parent a238792 commit 312b23b
Show file tree
Hide file tree
Showing 24 changed files with 10,139 additions and 8,138 deletions.
1,413 changes: 806 additions & 607 deletions cache/api.github.com.json

Large diffs are not rendered by default.

1,487 changes: 860 additions & 627 deletions cache/ghec.json

Large diffs are not rendered by default.

1,365 changes: 754 additions & 611 deletions cache/ghes-3.10.json

Large diffs are not rendered by default.

1,397 changes: 786 additions & 611 deletions cache/ghes-3.11.json

Large diffs are not rendered by default.

1,397 changes: 786 additions & 611 deletions cache/ghes-3.12.json

Large diffs are not rendered by default.

1,365 changes: 754 additions & 611 deletions cache/ghes-3.8.json

Large diffs are not rendered by default.

1,365 changes: 754 additions & 611 deletions cache/ghes-3.9.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cache/github.ae.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "14.0.0",
"version": "14.1.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,165 changes: 658 additions & 507 deletions packages/openapi-types-ghec/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,204 changes: 648 additions & 556 deletions packages/openapi-types-ghes-3.10/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,229 changes: 673 additions & 556 deletions packages/openapi-types-ghes-3.11/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,229 changes: 673 additions & 556 deletions packages/openapi-types-ghes-3.12/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,204 changes: 648 additions & 556 deletions packages/openapi-types-ghes-3.8/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
1,204 changes: 648 additions & 556 deletions packages/openapi-types-ghes-3.9/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.0.0"
"openapi-version": "14.1.0"
}
}
Loading

0 comments on commit 312b23b

Please sign in to comment.