faros-airbyte-common 0.19.7 → 0.19.8
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 -16
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/lib/github/types.d.ts
CHANGED
|
@@ -247,22 +247,6 @@ export type EnterpriseCopilotUsageSummary = {
|
|
|
247
247
|
enterprise: string;
|
|
248
248
|
team: string | null;
|
|
249
249
|
} & Omit<CopilotUsageSummary, 'org' | 'team'>;
|
|
250
|
-
export type EnterpriseCopilotUserEngagement = {
|
|
251
|
-
enterprise: string;
|
|
252
|
-
date: string;
|
|
253
|
-
day: string;
|
|
254
|
-
login: string;
|
|
255
|
-
user_id: string;
|
|
256
|
-
cli_engagement: 0 | 1;
|
|
257
|
-
code_completion_engagement: 0 | 1;
|
|
258
|
-
code_review_engagement: 0 | 1;
|
|
259
|
-
dotcom_chat_engagement: 0 | 1;
|
|
260
|
-
inline_chat_engagement: 0 | 1;
|
|
261
|
-
knowledge_base_chat_engagement: 0 | 1;
|
|
262
|
-
mobile_chat_engagement: 0 | 1;
|
|
263
|
-
panel_chat_engagement: 0 | 1;
|
|
264
|
-
pull_request_summary_engagement: 0 | 1;
|
|
265
|
-
};
|
|
266
250
|
export type EnterpriseCopilotUserUsage = {
|
|
267
251
|
enterprise: string;
|
|
268
252
|
report_start_day: string;
|