From da5b7d2295c20e185adeed8c23836d2cbf85e0ba Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 5 Jun 2025 09:47:25 +0000 Subject: [PATCH] Latest generation --- executionflowAction.ts | 15 +++++++-------- orderAction.ts | 10 +++++----- package.json | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/executionflowAction.ts b/executionflowAction.ts index c97d5fc..523daeb 100644 --- a/executionflowAction.ts +++ b/executionflowAction.ts @@ -10,7 +10,6 @@ import { UnknownFieldHandler } from "@protobuf-ts/runtime"; import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; -import { OrderLine } from "./tradeShared"; import { HandlingunitSummary } from "./warehousingShared"; import { ExeFlowLine } from "./tradeShared"; import { OrderRequestedMilestones } from "./tradeShared"; @@ -321,9 +320,9 @@ export interface ExecutionflowPropagateLinesToOrderPayload { /** * Lines of the order * - * @generated from protobuf field: repeated api.OrderLine Lines = 11 + * @generated from protobuf field: repeated api.ExeFlowLine Lines = 1 */ - Lines: OrderLine[]; + Lines: ExeFlowLine[]; } /** * @generated from protobuf message api.ExecutionflowPropagateLinesToOrder @@ -1069,7 +1068,7 @@ export const ExecutionflowCreateDetectedOrder = new ExecutionflowCreateDetectedO class ExecutionflowPropagateLinesToOrderPayload$Type extends MessageType { constructor() { super("api.ExecutionflowPropagateLinesToOrderPayload", [ - { no: 11, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => OrderLine, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Lines of the order" }, "api.aggKey": "LineID" } } + { no: 1, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ExeFlowLine, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Lines of the order" }, "api.aggKey": "LineID" } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Propagates lines from Executionflow to Order" } }, "api.messageType": "Command", "api.payload": true, "api.action": "PropagateLinesToOrder" }); } create(value?: PartialMessage): ExecutionflowPropagateLinesToOrderPayload { @@ -1084,8 +1083,8 @@ class ExecutionflowPropagateLinesToOrderPayload$Type extends MessageType { constructor() { super("api.OrderPropagateLinesToExecutionflowPayload", [ - { no: 11, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => OrderLine, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Lines of the order" }, "api.aggKey": "LineID" } } + { no: 1, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => OrderLine, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Lines of the order" }, "api.aggKey": "LineID" } } ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Propagate lines from Order to Executionflow" } }, "api.messageType": "Command", "api.payload": true, "api.action": "PropagateLinesToExecutionflow" }); } create(value?: PartialMessage): OrderPropagateLinesToExecutionflowPayload { @@ -371,7 +371,7 @@ class OrderPropagateLinesToExecutionflowPayload$Type extends MessageType