faros-airbyte-common 0.10.67 → 0.10.68
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 +0 -18
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/lib/github/types.d.ts
CHANGED
|
@@ -125,24 +125,6 @@ export type CopilotUsageSummary = {
|
|
|
125
125
|
team: string | null;
|
|
126
126
|
} & GetResponseDataTypeFromEndpointMethod<typeof octokit.copilot.usageMetricsForOrg>[0];
|
|
127
127
|
export type LanguageEditorBreakdown = CopilotUsageSummary['breakdown'][0];
|
|
128
|
-
export type ContributorStats = {
|
|
129
|
-
org: string;
|
|
130
|
-
repo: string;
|
|
131
|
-
user: {
|
|
132
|
-
login: string;
|
|
133
|
-
name?: string;
|
|
134
|
-
email?: string;
|
|
135
|
-
html_url: string;
|
|
136
|
-
type: string;
|
|
137
|
-
};
|
|
138
|
-
total: number;
|
|
139
|
-
weeks: {
|
|
140
|
-
w?: number;
|
|
141
|
-
a?: number;
|
|
142
|
-
d?: number;
|
|
143
|
-
c?: number;
|
|
144
|
-
}[];
|
|
145
|
-
};
|
|
146
128
|
export type CodeScanningAlert = {
|
|
147
129
|
org: string;
|
|
148
130
|
repo: string;
|