Skip to content

Commit

Permalink
feat: many new endpoints (#618)
Browse files Browse the repository at this point in the history
new DELETE method for `/notifications/threads/{thread_id}` endpoint, new organization-roles endpoints, new `/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}`, `/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel` endpoints, new PATCH method for `/repos/{owner}/{repo}/properties/values`, new `/repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks` endpoint
  • Loading branch information
octokitbot committed Feb 22, 2024
1 parent bc28bdc commit b2d7de9
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 57 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^19.1.0"
"@octokit/openapi-types": "^20.0.0"
},
"scripts": {
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
Expand Down Expand Up @@ -80,6 +80,6 @@
]
},
"octokit": {
"openapi-version": "13.3.0"
"openapi-version": "14.0.0"
}
}

0 comments on commit b2d7de9

Please sign in to comment.