faros-airbyte-common 0.12.5 → 0.13.1

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.
@@ -59,6 +59,7 @@ export type Team = {
59
59
  export type TeamMembership = {
60
60
  org: string;
61
61
  team: string;
62
+ user_login: string;
62
63
  user: Pick<GetResponseDataTypeFromEndpointMethod<typeof octokit.teams.listMembersInOrg>[0], 'login' | 'name' | 'email' | 'html_url' | 'type'>;
63
64
  };
64
65
  export type OutsideCollaborator = {
@@ -66,10 +67,12 @@ export type OutsideCollaborator = {
66
67
  } & Pick<GetResponseDataTypeFromEndpointMethod<typeof octokit.orgs.listOutsideCollaborators>[0], 'name' | 'login' | 'email' | 'type' | 'html_url'>;
67
68
  export type SamlSsoUser = {
68
69
  org: string;
70
+ user_login: string;
69
71
  } & ListSamlSsoUsersQuery['organization']['samlIdentityProvider']['externalIdentities']['nodes'][0];
70
72
  export type Tag = {
71
73
  repository: string;
72
74
  name: string;
75
+ commit_sha: string;
73
76
  commit: TagsQueryCommitNode;
74
77
  };
75
78
  export type TagsQueryCommitNode = Extract<RepoTagsQuery['repository']['refs']['nodes'][0]['target'], {
@@ -185,6 +188,7 @@ export type EnterpriseTeam = {
185
188
  export type EnterpriseTeamMembership = {
186
189
  enterprise: string;
187
190
  team: string;
191
+ user_login: string;
188
192
  user: EnterpriseTeamMembershipsResponse[0];
189
193
  };
190
194
  export type EnterpriseCopilotSeatsStreamRecord = EnterpriseCopilotSeat | EnterpriseCopilotSeatsEmpty;
@@ -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;AA+NvC,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;AAkOvC,IAAY,UAEX;AAFD,WAAY,UAAU;IACpB,uCAAyB,CAAA;AAC3B,CAAC,EAFW,UAAU,0BAAV,UAAU,QAErB"}