You've already forked npm-core-sdk
Latest generation
This commit is contained in:
6
kpi.ts
6
kpi.ts
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "kpi.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -333,7 +333,7 @@ class Kpi$Type extends MessageType<Kpi> {
|
||||
{ no: 4, name: "DataType", kind: "scalar", localName: "DataType", jsonName: "DataType", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "ContentType", kind: "scalar", localName: "ContentType", jsonName: "ContentType", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 6, name: "EnumValues", kind: "scalar", localName: "EnumValues", jsonName: "EnumValues", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 7, name: "Expressions", kind: "message", localName: "Expressions", jsonName: "Expressions", repeat: 1 /*RepeatType.PACKED*/, T: () => KpiExpression },
|
||||
{ no: 7, name: "Expressions", kind: "message", localName: "Expressions", jsonName: "Expressions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => KpiExpression },
|
||||
{ no: 8, name: "FullName", kind: "scalar", localName: "FullName", jsonName: "FullName", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 9, name: "IsComputed", kind: "scalar", localName: "IsComputed", jsonName: "IsComputed", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 11, name: "GroupToJoin", kind: "scalar", localName: "GroupToJoin", jsonName: "GroupToJoin", T: 9 /*ScalarType.STRING*/ },
|
||||
@@ -628,7 +628,7 @@ export const GetKpisRequest = new GetKpisRequest$Type();
|
||||
class GetKpisResult$Type extends MessageType<GetKpisResult> {
|
||||
constructor() {
|
||||
super("api.GetKpisResult", [
|
||||
{ no: 1, name: "Kpis", kind: "message", localName: "Kpis", jsonName: "Kpis", repeat: 1 /*RepeatType.PACKED*/, T: () => Kpi }
|
||||
{ no: 1, name: "Kpis", kind: "message", localName: "Kpis", jsonName: "Kpis", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Kpi }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<GetKpisResult>): GetKpisResult {
|
||||
|
||||
Reference in New Issue
Block a user