@thinkai/tai-api-contract 2.51.0 → 2.51.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.
|
@@ -3300,6 +3300,10 @@ export interface components {
|
|
|
3300
3300
|
aiLoc: number;
|
|
3301
3301
|
humanLoc: number;
|
|
3302
3302
|
dataQuality: components["schemas"]["AiAssistedCodeDataQuality"];
|
|
3303
|
+
/** @description Accepted AI editor lines from engagement telemetry for this day. */
|
|
3304
|
+
engagementAiLines?: number;
|
|
3305
|
+
/** @description Merged PR line denominator for this day when GitHub productivity data exists. */
|
|
3306
|
+
mergedPrLoc?: number;
|
|
3303
3307
|
};
|
|
3304
3308
|
AiUsageSpendAiAssistedCodeWeekDto: {
|
|
3305
3309
|
/** Format: date-time */
|
|
@@ -3312,6 +3316,10 @@ export interface components {
|
|
|
3312
3316
|
aiLoc: number;
|
|
3313
3317
|
humanLoc: number;
|
|
3314
3318
|
dataQuality: components["schemas"]["AiAssistedCodeDataQuality"];
|
|
3319
|
+
/** @description Accepted AI editor lines from engagement telemetry for this week. */
|
|
3320
|
+
engagementAiLines?: number;
|
|
3321
|
+
/** @description Merged PR line denominator for this week when GitHub productivity data exists. */
|
|
3322
|
+
mergedPrLoc?: number;
|
|
3315
3323
|
};
|
|
3316
3324
|
AiUsageSpendAiAssistedCodePercentageDto: {
|
|
3317
3325
|
/** Format: uuid */
|