Latest generation

This commit is contained in:
ci core model
2026-05-22 14:31:09 +00:00
parent e84447f410
commit 2a650d5a7b
3 changed files with 3 additions and 3 deletions

View File

@@ -4327,7 +4327,7 @@ class OrderExecutionflowUpdatedPayload$Type extends MessageType<OrderExecutionfl
constructor() {
super("api.OrderExecutionflowUpdatedPayload", [
{ no: 1, name: "ExecutionflowSummary", kind: "message", localName: "ExecutionflowSummary", jsonName: "ExecutionflowSummary", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ExecutionflowSummary, options: { "api.aggKey": "ExecutionflowID" } },
{ no: 2, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => OrderLine, options: { "api.aggSkip": "ExecutionflowUpdated" } }
{ no: 2, name: "Lines", kind: "message", localName: "Lines", jsonName: "Lines", repeat: 2 /*RepeatType.UNPACKED*/, T: () => OrderLine }
], { "api.messageType": "Event", "api.payload": true, "api.inputEvent": "ExecutionflowUpdated" });
}
create(value?: PartialMessage<OrderExecutionflowUpdatedPayload>): OrderExecutionflowUpdatedPayload {