faros-airbyte-common 0.12.4 → 0.13.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.
- package/lib/github/types.d.ts +4 -0
- package/lib/github/types.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/wolken/index.d.ts +1 -0
- package/lib/wolken/index.js +18 -0
- package/lib/wolken/index.js.map +1 -0
- package/lib/wolken/types.d.ts +72 -0
- package/lib/wolken/types.js +3 -0
- package/lib/wolken/types.js.map +1 -0
- package/package.json +6 -1
package/lib/github/types.d.ts
CHANGED
|
@@ -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;
|
package/lib/github/types.js.map
CHANGED
|
@@ -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;
|
|
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"}
|