Skip to content

Commit

Permalink
fix(typescript): sponsorship.maintainer is now `sponsorship.sponsor…
Browse files Browse the repository at this point in the history
…able` (#120)

Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
greenkeeper[bot] and Octokit Bot committed Apr 3, 2020
1 parent 70e540b commit dc62e27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ declare namespace Webhooks {
type: string;
site_admin: boolean;
};
type WebhookPayloadSponsorshipSponsorshipMaintainer = {
type WebhookPayloadSponsorshipSponsorshipSponsorable = {
login: string;
id: number;
node_id: string;
Expand All @@ -378,7 +378,7 @@ declare namespace Webhooks {
type WebhookPayloadSponsorshipSponsorship = {
node_id: string;
created_at: string;
maintainer: WebhookPayloadSponsorshipSponsorshipMaintainer;
sponsorable: WebhookPayloadSponsorshipSponsorshipSponsorable;
sponsor: WebhookPayloadSponsorshipSponsorshipSponsor;
privacy_level: string;
tier: WebhookPayloadSponsorshipSponsorshipTier;
Expand Down
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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@gimenete/type-writer": "^0.1.5",
"@octokit/webhooks-definitions": "3.4.1",
"@octokit/webhooks-definitions": "3.4.2",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"get-port": "^5.0.0",
Expand Down

0 comments on commit dc62e27

Please sign in to comment.