faros-airbyte-common 0.22.3 → 0.22.5
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 -52
- package/lib/github/types.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/lib/github/types.d.ts
CHANGED
|
@@ -130,54 +130,6 @@ export type CopilotSeatsEmpty = {
|
|
|
130
130
|
empty: true;
|
|
131
131
|
org: string;
|
|
132
132
|
};
|
|
133
|
-
export type CopilotUsageSummary = {
|
|
134
|
-
org: string;
|
|
135
|
-
team: string | null;
|
|
136
|
-
} & {
|
|
137
|
-
day: string;
|
|
138
|
-
total_suggestions_count: number;
|
|
139
|
-
total_acceptances_count: number;
|
|
140
|
-
total_lines_suggested: number;
|
|
141
|
-
total_lines_accepted: number;
|
|
142
|
-
total_active_users: number;
|
|
143
|
-
total_chats: number;
|
|
144
|
-
total_chat_insertion_events: number;
|
|
145
|
-
total_chat_copy_events: number;
|
|
146
|
-
total_active_chat_users: number;
|
|
147
|
-
breakdown: {
|
|
148
|
-
language: string;
|
|
149
|
-
editor: string;
|
|
150
|
-
suggestions_count: number;
|
|
151
|
-
acceptances_count: number;
|
|
152
|
-
lines_suggested: number;
|
|
153
|
-
lines_accepted: number;
|
|
154
|
-
active_users: number;
|
|
155
|
-
model_breakdown?: {
|
|
156
|
-
model: string;
|
|
157
|
-
suggestions_count: number;
|
|
158
|
-
acceptances_count: number;
|
|
159
|
-
lines_suggested: number;
|
|
160
|
-
lines_accepted: number;
|
|
161
|
-
active_users: number;
|
|
162
|
-
}[];
|
|
163
|
-
}[];
|
|
164
|
-
chat_breakdown?: {
|
|
165
|
-
editor: string;
|
|
166
|
-
chats: number;
|
|
167
|
-
chat_insertion_events: number;
|
|
168
|
-
chat_copy_events: number;
|
|
169
|
-
model_breakdown?: {
|
|
170
|
-
model: string;
|
|
171
|
-
chats: number;
|
|
172
|
-
chat_insertion_events: number;
|
|
173
|
-
chat_copy_events: number;
|
|
174
|
-
active_chat_users: number;
|
|
175
|
-
}[];
|
|
176
|
-
}[];
|
|
177
|
-
};
|
|
178
|
-
export type LanguageEditorBreakdown = CopilotUsageSummary['breakdown'][0];
|
|
179
|
-
export type ModelBreakdown = LanguageEditorBreakdown['model_breakdown'][0];
|
|
180
|
-
export type ChatBreakdown = CopilotUsageSummary['chat_breakdown'][0];
|
|
181
133
|
export type CodeScanningAlert = {
|
|
182
134
|
org: string;
|
|
183
135
|
repo: string;
|
|
@@ -260,10 +212,6 @@ export type EnterpriseCopilotSeatsEmpty = {
|
|
|
260
212
|
empty: true;
|
|
261
213
|
enterprise: string;
|
|
262
214
|
};
|
|
263
|
-
export type EnterpriseCopilotUsageSummary = {
|
|
264
|
-
enterprise: string;
|
|
265
|
-
team: string | null;
|
|
266
|
-
} & Omit<CopilotUsageSummary, 'org' | 'team'>;
|
|
267
215
|
export type CopilotUserUsageRecord = {
|
|
268
216
|
day: string;
|
|
269
217
|
organization_id?: string;
|
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;AAiBtC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/github/types.ts"],"names":[],"mappings":";;;AAAA,wCAAsC;AAiBtC,MAAM,OAAO,GAAY,IAAI,cAAO,EAAE,CAAC;AA4nBvC,IAAY,SAEX;AAFD,WAAY,SAAS;IACnB,0DAA6C,CAAA;AAC/C,CAAC,EAFW,SAAS,yBAAT,SAAS,QAEpB"}
|