faros-airbyte-common 0.11.12 → 0.11.13

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.
@@ -6,6 +6,8 @@ export type AppInstallation = GetResponseDataTypeFromEndpointMethod<typeof octok
6
6
  export type Organization = Pick<GetResponseDataTypeFromEndpointMethod<typeof octokit.orgs.get>, 'login' | 'name' | 'type' | 'html_url' | 'created_at' | 'updated_at'>;
7
7
  export type Repository = {
8
8
  org: string;
9
+ tmsEnabled?: boolean;
10
+ syncRepoData?: boolean;
9
11
  } & 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
12
  export type PullRequestNode = PullRequestsQuery['repository']['pullRequests']['nodes'][0];
11
13
  export type CoverageReport = {
@@ -35,6 +37,7 @@ export type PullRequestReviewRequest = PullRequestNode['reviewRequests']['nodes'
35
37
  export type Label = {
36
38
  org: string;
37
39
  repo: string;
40
+ tmsEnabled?: boolean;
38
41
  } & LabelsQuery['repository']['labels']['nodes'][0];
39
42
  type CommitsQueryCommitNode = NonNullable<CommitsQuery['repository']['ref']['target'] & {
40
43
  type: 'Commit';
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/github/types.ts"],"names":[],"mappings":";;;AAAA,wCAAsC;AAetC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;AA4NvC,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;AAetC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;AA+NvC,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uCAAyB,CAAA;AAC3B,CAAC,EAFW,UAAU,0BAAV,UAAU,QAErB"}