@gitkraken/provider-apis 0.26.0 → 0.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,6 +132,7 @@ export declare enum GitPullRequestMergeableState {
132
132
  Behind = "BEHIND",
133
133
  Blocked = "BLOCKED",
134
134
  Conflicts = "CONFLICTS",
135
+ FailingChecks = "FAILING_CHECKS",
135
136
  Mergeable = "MERGEABLE",
136
137
  Unknown = "UNKNOWN",
137
138
  UnknownAndBlocked = "UNKNOWN_AND_BLOCKED",
@@ -103,6 +103,9 @@ export interface AzurePullRequest {
103
103
  repository: RepositoryBase & {
104
104
  project: ProjectBase;
105
105
  };
106
+ forkSource?: {
107
+ repository: RepositoryBase;
108
+ };
106
109
  pullRequestId: number;
107
110
  codeReviewId: number;
108
111
  status: PullRequestState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/provider-apis",
3
- "version": "0.26.0",
3
+ "version": "0.26.2",
4
4
  "description": "An SDK around different third-party APIs that accepts and returns data in a common format.",
5
5
  "author": "Axosoft, LLC dba GitKraken",
6
6
  "license": "SEE LICENSE IN LICENSE",