这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: octokit/openapi-types.ts

Tags

v16.0.0

Toggle v16.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: remove GHES 3.3 support (#287)

BREAKING CHANGE: removes GHES 3.3 support as it was deprecated recently

v15.0.0

Toggle v15.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
BREAKING CHANGE: deprecate GHES 3.2 (#286)

BREAKING CHANGE:

* WIP

* build: remove GHES 3.2

* build: generate types

Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>

v13.13.1

Toggle v13.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: revert "feat: publish new GitHub Enterprise Cloud (GHEC) specifi…

…c `@octokit/openapi-types-ghec` package, plus lots of API changes (#251)" (#255)

This reverts commit 2805e56.

v14.0.0

Toggle v14.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: publish new GitHub Enterprise Cloud (GHEC) specific `@octokit/o…

…penapi-types-ghec` package, plus lots of API changes

* feat: publish new `@octokit/openapi-types-ghec` package with types for APIs supported by GitHub Enterprise Cloud, including GitHub Enterprise Cloud-exclusive APIs not available to other customers on `api.github.com`
* feat: remove types for GitHub Enterprise Cloud (GHEC) specific APIs from the `@octokit/openapi-types` package

BREAKING CHANGE: Types for API operations only available to GitHub Enterprise Cloud (GHEC) customers will no longer appear in the `@octokit/openapi-types` package. These will only appear in the GHEC-specific `@octokit/openapi-types-ghec` package. The `@octokit/openapi-types` package now only includes APIs available to customers on GitHub.com using the Free, Pro and Teams plans.

* feat: add support for new "Get a Dependabot alert" API (`GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}`)
* feat: add support for new "Update a Dependabot alert" API (`PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}`)
* feat: add support for new "List Dependabot alerts for a repository" API (`GET /repos/{owner}/{repo}/dependabot/alerts`)
* fix: tweak documentation for repo starring related APIs (`GET /repos/{owner}/{repo}/stargazers`, `GET /users/{username}/starred` and `GET /user/starred`) to clarify what `Accept` header to send to get information about when stars were created
* fix: tweak documentation for "Get community profile metrics" API (`GET /repos/{owner}/{repo}/community/profile`) to clarify that it only works with public repos which are not forks
* fix: document the `size` attribute returned on repos across the API
* fix: document that APIs can return `422` errors when an endpoint has been spammed with many requests
* fix: document `301` status returned by labels-related APIs if the repo has been renamed or moved
* fix: document `404 Not Found` status returned by labels-related APIs
* feat: add support for new "List organization secret" (`GET /organizations/{org}/codespaces/secrets`) Codespaces API
* feat: add support for new "Get an organization public key" (`GET /organizations/{org}/codespaces/secrets/public-key`) Codespaces API
* feat: add support for new "Get an organization secret" (`GET /organizations/{org}/codespaces/secrets/{secret_name}` ) Codespaces API
* feat: adds support for new "Create or update an organization secret" (`PUT /organizations/{org}/codespaces/secrets/{secret_name}` ) Codespaces API
* feat: add support for new "Delete an organization secret"  (`DELETE /organizations/{org}/codespaces/secrets/{secret_name}`) Codespaces API
* feat: add support for new "List selected repositories for an organization secret" (`GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories`) Codespaces API
* feat: add support for new "Set selected repositories for an organization secret" ( `PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories`) Codespaces API
* feat: add support for new "Add selected repository to an organization secret" (`PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}`) Codespaces API
* feat: add support for new "Remove selected repository from an organization secret" (`DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}`) Codespaces API
* feat: add support for `resolution_comment` attribute returned on secret scanning alerts
* feat: add support for new `scope` attribute returned by the "Get a diff of the dependencies between commits" (`GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}`) API

v13.13.0

Toggle v13.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: publish new GitHub Enterprise Cloud (GHEC) specific `@octokit/o…

…penapi-types-ghec` package, plus lots of API changes (#251)

WIP

v13.12.0

Toggle v13.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for new `display_title` attribute returned on workf…

…low runs across the API (e.g. in `GET /repos/{owner}/{repo}/actions/runs`) (#247)

WIP

v13.11.0

Toggle v13.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for new "List CodeQL databases for a repository" (`…

…GET /repos/{owner}/{repo}/code-scanning/codeql/databases`) and "Get a CodeQL database for a repository" (`GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}`) APIs, plus description tweaks (#246)

WIP

v13.10.0

Toggle v13.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for new request parameter and response attribute, p…

…lus in-code documentation updates (see PR body for details( (#244)

WIP

v13.9.1

Toggle v13.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: tweak description for "Get a tree" API (`GET /repos/{owner}/{rep…

…o}/git/trees/{tree_sha}`) to clarify maximum limits on size and number of entries and document allowed response statuses for the "Update a team" API (`PATCH /orgs/{org}/teams/{team_slug}`) (#242)

WIP

v13.9.0

Toggle v13.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add new public beta APIs for creating, reading, updating and de…

…leting custom repo roles and return additional attributes on custom repo roles in existing APIs (#241)

WIP