reg-gh-app-interface
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,3 +0,7 @@ | ||
export interface CommentToPrBody { | ||
export interface BaseEventBody { | ||
installationId: string; | ||
owner: string; | ||
repository: string; | ||
} | ||
export interface CommentToPrBody extends BaseEventBody { | ||
branchName: string; | ||
@@ -10,3 +14,3 @@ failedItemsCount: number; | ||
} | ||
export interface UpdateStatusBody { | ||
export interface UpdateStatusBody extends BaseEventBody { | ||
installationId: string; | ||
@@ -13,0 +17,0 @@ sha1: string; |
{ | ||
"name": "reg-gh-app-interface", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1204
22