Latest generation

This commit is contained in:
ci core model
2025-09-23 12:47:58 +00:00
parent 5098c5c7cb
commit 6e4eb13077
2 changed files with 2 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ class ExecutionflowMapSummaryToOrder$Type extends MessageType<ExecutionflowMapSu
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => ExecutionflowMapSummaryToOrderPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => ExecutionflowMapSummaryToOrderPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => ExecutionflowMapSummaryToOrderPayload }
], { "api.messageType": "Command", "api.action": "MapSummaryToOrder", "api.resultingEvent": "order.ExecutionflowUpdated", "api.triggerNotEventFilters": "ETAUpdated,HUETAUpdated,Restored" });
], { "api.messageType": "Command", "api.action": "MapSummaryToOrder", "api.resultingEvent": "order.ExecutionflowUpdated", "api.triggerNotEventFilters": "ETAUpdated,HUETAUpdated,Restored,LinesAdded" });
}
create(value?: PartialMessage<ExecutionflowMapSummaryToOrder>): ExecutionflowMapSummaryToOrder {
const message = globalThis.Object.create((this.messagePrototype!));