From 805d100c6c425edf7705fecfcf8ca88bf8682367 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 9 Jun 2026 13:32:01 +0000 Subject: [PATCH] Latest generation --- executionflowAction.ts | 15 +++++++++++++-- package.json | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/executionflowAction.ts b/executionflowAction.ts index c2bb3f2..246c23d 100644 --- a/executionflowAction.ts +++ b/executionflowAction.ts @@ -11,12 +11,12 @@ import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; import { HandlingunitSummary } from "./warehousingShared"; -import { OrderRequestedMilestones } from "./tradeShared"; import { MetadataElement } from "./shared"; import { DateTime } from "./shared"; import { ETA } from "./tradeShared"; import { EntityID } from "./shared"; import { CommandHeader } from "./shared"; +import { OrderRequestedMilestones } from "./tradeShared"; import { AppointmentSummary } from "./shared"; import { ClaimSummary } from "./shared"; import { AttachmentSummary } from "./shared"; @@ -85,6 +85,10 @@ export interface ExecutionflowMapSummaryToOrderPayload { * @generated from protobuf field: repeated api.AppointmentSummary Appointments = 20 */ Appointments: AppointmentSummary[]; + /** + * @generated from protobuf field: api.OrderRequestedMilestones RequestedMilestones = 21 + */ + RequestedMilestones?: OrderRequestedMilestones; } /** * @generated from protobuf message api.ExecutionflowMapSummaryToOrder @@ -377,7 +381,8 @@ class ExecutionflowMapSummaryToOrderPayload$Type extends MessageType ClaimSummary }, { no: 19, name: "ClaimNumber", kind: "scalar", localName: "ClaimNumber", jsonName: "ClaimNumber", T: 5 /*ScalarType.INT32*/ }, - { no: 20, name: "Appointments", kind: "message", localName: "Appointments", jsonName: "Appointments", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentSummary } + { no: 20, name: "Appointments", kind: "message", localName: "Appointments", jsonName: "Appointments", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentSummary }, + { no: 21, name: "RequestedMilestones", kind: "message", localName: "RequestedMilestones", jsonName: "RequestedMilestones", T: () => OrderRequestedMilestones } ], { "api.messageType": "Command", "api.payload": true, "api.action": "MapSummaryToOrder" }); } create(value?: PartialMessage): ExecutionflowMapSummaryToOrderPayload { @@ -435,6 +440,9 @@ class ExecutionflowMapSummaryToOrderPayload$Type extends MessageType