From da2973c895535ecb0e744b76958638fa5a3f55c3 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 27 Feb 2026 16:01:42 +0000 Subject: [PATCH] Latest generation --- kpi.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kpi.ts b/kpi.ts index b2ac4d7..4478ff6 100644 --- a/kpi.ts +++ b/kpi.ts @@ -508,7 +508,7 @@ class GetKpisRequest$Type extends MessageType { super("api.GetKpisRequest", [ { no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "Domain", kind: "scalar", localName: "Domain", jsonName: "Domain", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["trade", "collab"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { default: "trade" } } }, - { no: 3, name: "Group", kind: "scalar", localName: "Group", jsonName: "Group", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { in: ["executionflow", "stock", "movement", "handlingunit", "actor", "item", "stock_extended", "claim"] } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Widget analysis criterion, executionflow, stock, movement or handlingunit", example: "\"executionflow\"" } } }, + { no: 3, name: "Group", kind: "scalar", localName: "Group", jsonName: "Group", T: 9 /*ScalarType.STRING*/, options: { "validate.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: "isMetric", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }, { no: 5, name: "isDimension", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }, { no: 6, name: "isDate", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }, diff --git a/package.json b/package.json index 03f5f03..481df3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260227152058", + "version": "1.13.0-SNAPSHOT-260227160054", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",