Skip to content

Commit

Permalink
fix: .user and other response properties are no longer nullable whe…
Browse files Browse the repository at this point in the history
…re it doesn't make sense (#368)
  • Loading branch information
octokitbot committed Sep 12, 2021
1 parent 90916a1 commit 878a1c1
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 73 deletions.
142 changes: 71 additions & 71 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": "^10.1.1"
"@octokit/openapi-types": "^10.1.4"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "5.1.0"
"openapi-version": "5.1.2"
},
"renovate": {
"extends": [
Expand Down
24 changes: 24 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5694,6 +5694,18 @@
"in": "BODY",
"name": "exclude_attachments"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "exclude_releases"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "exclude_owner_projects"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "exclude" },
{
"alias": null,
Expand Down Expand Up @@ -5729,6 +5741,18 @@
"in": "BODY",
"name": "exclude_attachments"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "exclude_releases"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "exclude_owner_projects"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "exclude" }
],
"previews": [],
Expand Down

0 comments on commit 878a1c1

Please sign in to comment.