You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user