faros-airbyte-common 0.10.64 → 0.10.66

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.
@@ -7806,6 +7806,11 @@ export type PullRequestsQuery = {
7806
7806
  } | null;
7807
7807
  commits: {
7808
7808
  totalCount: number;
7809
+ nodes?: Array<{
7810
+ commit: {
7811
+ oid: string;
7812
+ };
7813
+ } | null> | null;
7809
7814
  };
7810
7815
  comments: {
7811
7816
  totalCount: number;
@@ -8,9 +8,15 @@ export type Repository = {
8
8
  org: string;
9
9
  } & Pick<GetResponseDataTypeFromEndpointMethod<typeof octokit.repos.listForOrg>[0], 'name' | 'full_name' | 'private' | 'description' | 'language' | 'size' | 'default_branch' | 'html_url' | 'topics' | 'created_at' | 'updated_at' | 'archived'>;
10
10
  export type PullRequestNode = PullRequestsQuery['repository']['pullRequests']['nodes'][0];
11
+ export type CoverageReport = {
12
+ coveragePercentage: number;
13
+ createdAt: Date;
14
+ commitSha: string;
15
+ };
11
16
  export type PullRequest = {
12
17
  org: string;
13
18
  repo: string;
19
+ coverage?: CoverageReport;
14
20
  } & Omit<PullRequestNode, 'labels' | 'files' | 'reviews' | 'reviewRequests'> & {
15
21
  labels: PullRequestNode['labels']['nodes'];
16
22
  files: PullRequestNode['files']['nodes'];
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/github/types.ts"],"names":[],"mappings":";;;AAAA,wCAAsC;AActC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;AAsMvC,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uCAAyB,CAAA;AAC3B,CAAC,EAFW,UAAU,0BAAV,UAAU,QAErB"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/github/types.ts"],"names":[],"mappings":";;;AAAA,wCAAsC;AActC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;AA6MvC,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uCAAyB,CAAA;AAC3B,CAAC,EAFW,UAAU,0BAAV,UAAU,QAErB"}