Skip to content

Commit 16bf67a

Browse files
authored
feat: drop projects-classic endpoints, add GitHub API endpoints: cache limits (retention & storage) for repos/orgs/enterprises, billing budgets & usage, artifacts deployment metadata, and projectsV2 drafts & fields (#486)
BREAKING CHANGE: Removed `/orgs/{org}/projects` BREAKING CHANGE: Removed `/orgs/{org}/settings/billing/actions` BREAKING CHANGE: Removed `/orgs/{org}/settings/billing/packages` BREAKING CHANGE: Removed `/orgs/{org}/settings/billing/shared-storage` BREAKING CHANGE: Removed `/orgs/{org}/teams/{team_slug}/projects` BREAKING CHANGE: Removed `/orgs/{org}/teams/{team_slug}/projects/{project_id}` BREAKING CHANGE: Removed `/projects/columns/{column_id}` BREAKING CHANGE: Removed `/projects/columns/{column_id}/moves` BREAKING CHANGE: Removed `/projects/{project_id}` BREAKING CHANGE: Removed `/projects/{project_id}/collaborators` BREAKING CHANGE: Removed `/projects/{project_id}/collaborators/{username}` BREAKING CHANGE: Removed `/projects/{project_id}/collaborators/{username}/permission` BREAKING CHANGE: Removed `/repos/{owner}/{repo}/projects` BREAKING CHANGE: Removed `/teams/{team_id}/projects` BREAKING CHANGE: Removed `/teams/{team_id}/projects/{project_id}` BREAKING CHANGE: Removed `/user/projects` BREAKING CHANGE: Removed `/users/{username}/projects` BREAKING CHANGE: Removed `/users/{username}/settings/billing/actions` BREAKING CHANGE: Removed `/users/{username}/settings/billing/packages` BREAKING CHANGE: Removed `/users/{username}/settings/billing/shared-storage`
1 parent 3e8392d commit 16bf67a

27 files changed

Lines changed: 461008 additions & 37469 deletions

File tree

cache/api.github.com.json

Lines changed: 7396 additions & 5328 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 8654 additions & 7108 deletions
Large diffs are not rendered by default.

cache/ghes-3.14.json

Lines changed: 2304 additions & 958 deletions
Large diffs are not rendered by default.

cache/ghes-3.15.json

Lines changed: 2233 additions & 926 deletions
Large diffs are not rendered by default.

cache/ghes-3.16.json

Lines changed: 3142 additions & 1820 deletions
Large diffs are not rendered by default.

cache/ghes-3.17.json

Lines changed: 5189 additions & 6035 deletions
Large diffs are not rendered by default.

cache/ghes-3.18.json

Lines changed: 4794 additions & 5646 deletions
Large diffs are not rendered by default.

cache/ghes-3.19.json

Lines changed: 300687 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
@@ -72,6 +72,12 @@
7272
{
7373
"pkgRoot": "packages/openapi-types-ghes-3.18"
7474
}
75+
],
76+
[
77+
"@semantic-release/npm",
78+
{
79+
"pkgRoot": "packages/openapi-types-ghes-3.19"
80+
}
7581
]
7682
]
7783
}

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": "21.0.0"
19+
"openapi-version": "22.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)