diff --git a/executionflowAction.ts b/executionflowAction.ts index f5b3622..5aa713b 100644 --- a/executionflowAction.ts +++ b/executionflowAction.ts @@ -477,7 +477,7 @@ class ExecutionflowMapSummaryToOrder$Type extends MessageType 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 { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index d42a069..d0fe227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-250923100252", + "version": "1.12.0-SNAPSHOT-250923124710", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",