Latest generation

This commit is contained in:
ci core model
2026-06-11 13:15:15 +00:00
parent 60a021abdb
commit 94cedcb920
12 changed files with 122 additions and 86 deletions

14
kpi.ts
View File

@@ -328,7 +328,19 @@ export enum KPIGroupProperty {
*
* @generated from protobuf enum value: KPIGROUP_PARTITIONBY = 4;
*/
KPIGROUP_PARTITIONBY = 4
KPIGROUP_PARTITIONBY = 4,
/**
* For view KPI group, on which field the group is defined
*
* @generated from protobuf enum value: KPIGROUP_GROUPBY = 5;
*/
KPIGROUP_GROUPBY = 5,
/**
* For view KPI group,
*
* @generated from protobuf enum value: KPIGROUP_SOURCETABLE = 6;
*/
KPIGROUP_SOURCETABLE = 6
}
// @generated message type with reflection information, may provide speed optimized methods
class Kpi$Type extends MessageType<Kpi> {