Skip to content

Commit 00e405a

Browse files
authored
chore: auto-generate scripts/update-endpoints/generated/endpoints.json (#451)
WIP octokit/openapi updated
1 parent 0fa4a36 commit 00e405a

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Shared TypeScript definitions for Octokit projects",
88
"dependencies": {
9-
"@octokit/openapi-types": "^13.6.0"
9+
"@octokit/openapi-types": "^13.7.0"
1010
},
1111
"scripts": {
1212
"build": "pika-pack build",
@@ -96,7 +96,7 @@
9696
]
9797
},
9898
"octokit": {
99-
"openapi-version": "7.7.0"
99+
"openapi-version": "7.8.0"
100100
},
101101
"renovate": {
102102
"extends": [

scripts/update-endpoints/generated/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10653,6 +10653,12 @@
1065310653
"deprecated": null,
1065410654
"in": "BODY",
1065510655
"name": "url_template"
10656+
},
10657+
{
10658+
"alias": null,
10659+
"deprecated": null,
10660+
"in": "BODY",
10661+
"name": "is_alphanumeric"
1065610662
}
1065710663
],
1065810664
"previews": [],

0 commit comments

Comments
 (0)