diff --git a/executionflowAction.ts b/executionflowAction.ts index 5aa713be..2000483c 100644 --- a/executionflowAction.ts +++ b/executionflowAction.ts @@ -11,7 +11,6 @@ import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; import { HandlingunitSummary } from "./warehousingShared"; -import { ExeFlowLine } from "./tradeShared"; import { OrderRequestedMilestones } from "./tradeShared"; import { MetadataElement } from "./shared"; import { DateTime } from "./shared"; @@ -20,6 +19,7 @@ import { EntityID } from "./shared"; import { CommandHeader } from "./shared"; import { ClaimSummary } from "./shared"; import { AttachmentSummary } from "./shared"; +import { ExeFlowLine } from "./tradeShared"; import { TradeTier } from "./tradeShared"; import { ExecutionflowStatusStruct } from "./tradeShared"; // Action Summary @@ -60,6 +60,10 @@ export interface ExecutionflowMapSummaryToOrderPayload { * @generated from protobuf field: string CarrierService = 7 */ CarrierService: string; + /** + * @generated from protobuf field: repeated api.ExeFlowLine Lines = 9 + */ + Lines: ExeFlowLine[]; /** * @generated from protobuf field: repeated api.AttachmentSummary Attachments = 16 */ @@ -363,6 +367,7 @@ class ExecutionflowMapSummaryToOrderPayload$Type extends MessageType TradeTier }, { no: 6, name: "Carrier", kind: "message", localName: "Carrier", jsonName: "Carrier", T: () => TradeTier }, { no: 7, name: "CarrierService", kind: "scalar", localName: "CarrierService", jsonName: "CarrierService", T: 9 /*ScalarType.STRING*/ }, + { no: 9, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ExeFlowLine }, { no: 16, name: "Attachments", kind: "message", localName: "Attachments", jsonName: "Attachments", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AttachmentSummary }, { no: 17, name: "AttachmentNumber", kind: "scalar", localName: "AttachmentNumber", jsonName: "AttachmentNumber", T: 5 /*ScalarType.INT32*/ }, { no: 18, name: "Claims", kind: "message", localName: "Claims", jsonName: "Claims", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ClaimSummary }, @@ -373,6 +378,7 @@ class ExecutionflowMapSummaryToOrderPayload$Type extends MessageType