From a3ae84a8d0abbdbf05f73fac568c103ce48088f0 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 3 Sep 2026 12:48:13 +0000 Subject: [PATCH] Latest generation --- kpi.ts | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/kpi.ts b/kpi.ts index 6f53b6c..2b20e50 100644 --- a/kpi.ts +++ b/kpi.ts @@ -171,9 +171,9 @@ export interface GetCompatibleKpisRequest { */ Group: string; /** - * @generated from protobuf field: repeated string SelectedKpis = 4 + * @generated from protobuf field: repeated string CompatibleWith = 4 */ - SelectedKpis: string[]; + CompatibleWith: string[]; } /** * @generated from protobuf message api.GetCompatibleKpisResult @@ -815,13 +815,13 @@ class GetCompatibleKpisRequest$Type extends MessageType RequestProjectHeader, options: { "n1validate.rules": { message: { required: true } } } }, { no: 3, name: "Group", kind: "scalar", localName: "Group", jsonName: "Group", T: 9 /*ScalarType.STRING*/, options: { "n1validate.rules": { string: { in: ["executionflow", "stock", "movement", "handlingunit", "actor", "item", "stock_extended", "claim", "appointment"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Widget analysis criterion, executionflow, stock, movement or handlingunit", example: "\"executionflow\"" } } }, - { no: 4, name: "SelectedKpis", kind: "scalar", localName: "SelectedKpis", jsonName: "SelectedKpis", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "List of already selected KPI names" } } } + { no: 4, name: "CompatibleWith", kind: "scalar", localName: "CompatibleWith", jsonName: "CompatibleWith", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "List of already selected KPI names" } } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header"] } } }); } create(value?: PartialMessage): GetCompatibleKpisRequest { const message = globalThis.Object.create((this.messagePrototype!)); message.Group = ""; - message.SelectedKpis = []; + message.CompatibleWith = []; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -837,8 +837,8 @@ class GetCompatibleKpisRequest$Type extends MessageType