Skip to content

Commit

Permalink
fix(types): allow non-truthy values in generated output (#556)
Browse files Browse the repository at this point in the history
* build(deps): lock file maintenance
* build(types): generate payload types

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
  • Loading branch information
3 people authored Sep 13, 2021
1 parent c9f8ee7 commit 1bd545e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 67 deletions.
118 changes: 56 additions & 62 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions payload-examples/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 payload-types/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ export interface GitHubOrg {
name?: "GitHub";
email?: null;
avatar_url: "https://avatars.githubusercontent.com/u/9919?v=4";
gravatar_id: string;
gravatar_id: "";
url: "https://api.github.com/users/github";
html_url: "https://github.com/github";
followers_url: "https://api.github.com/users/github/followers";
Expand All @@ -1519,7 +1519,7 @@ export interface GitHubOrg {
events_url: "https://api.github.com/users/github/events{/privacy}";
received_events_url: "https://api.github.com/users/github/received_events";
type: "Organization";
site_admin: boolean;
site_admin: false;
}
export interface CodeScanningAlertClosedByUserEvent {
action: "closed_by_user";
Expand Down

0 comments on commit 1bd545e

Please # to comment.