Skip to content

Commit

Permalink
fix(typescript): WebhookPayloadPullRequest["installation"] (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
dependabot[bot] and Octokit Bot committed Aug 4, 2020
1 parent 94da0dd commit 89dca08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@gimenete/type-writer": "^0.1.5",
"@octokit/webhooks-definitions": "3.11.1",
"@octokit/webhooks-definitions": "3.11.2",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-types": "^0.9.2",
Expand Down
2 changes: 2 additions & 0 deletions src/generated/event-payloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,7 @@ export declare module EventPayloads {
type: string;
site_admin: boolean;
};
type WebhookPayloadPullRequestInstallation = { id: number; node_id: string };
type WebhookPayloadPullRequestAssignee = {
login: string;
id: number;
Expand Down Expand Up @@ -2063,6 +2064,7 @@ export declare module EventPayloads {
repository: PayloadRepository;
sender: WebhookPayloadPullRequestSender;
assignee?: WebhookPayloadPullRequestAssignee;
installation?: WebhookPayloadPullRequestInstallation;
label?: WebhookPayloadPullRequestLabel;
};
type WebhookPayloadPublicSender = {
Expand Down

0 comments on commit 89dca08

Please sign in to comment.