Skip to content

Commit

Permalink
feat: add new before and after parameters to `GET /orgs/{org}/sec…
Browse files Browse the repository at this point in the history
…ret-scanning/alerts` and `GET /repos/{owner}/{repo}/secret-scanning/alerts`
  • Loading branch information
octokitbot committed Jun 20, 2022
1 parent 1f64927 commit a1c008c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^12.3.0"
"@octokit/openapi-types": "^12.4.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "6.0.0"
"openapi-version": "6.1.0"
},
"renovate": {
"extends": [
Expand Down
8 changes: 6 additions & 2 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -13765,7 +13765,9 @@
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "page" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "before" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "after" }
],
"previews": [],
"renamed": null
Expand Down Expand Up @@ -13793,7 +13795,9 @@
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "page" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "before" },
{ "alias": null, "deprecated": null, "in": "QUERY", "name": "after" }
],
"previews": [],
"renamed": null
Expand Down

0 comments on commit a1c008c

Please sign in to comment.