@gitkraken/provider-apis 0.33.0 → 0.34.0

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.
@@ -237,6 +237,7 @@ export interface GitPullRequestReviewComment extends GitComment {
237
237
  line: number | null;
238
238
  startLine: number | null;
239
239
  side: 'LEFT' | 'RIGHT' | null;
240
+ threadId?: string;
240
241
  }
241
242
  export interface GitPullRequestReview extends GitComment {
242
243
  reviewComments: GitPullRequestReviewComment[];
@@ -294,6 +294,7 @@ export interface GraphQLMilestone {
294
294
  url: string;
295
295
  }
296
296
  export interface GraphQLReviewThread {
297
+ id: string;
297
298
  comments: {
298
299
  nodes: (GraphQLReviewComment | null)[] | null;
299
300
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/provider-apis",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
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",