From 5098c5c7cb57e1e5e52a15a50385d01c5daa2164 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 23 Sep 2025 10:03:30 +0000 Subject: [PATCH] Latest generation --- executionflowAction.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/executionflowAction.ts b/executionflowAction.ts index 5aa713b..f5b3622 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,LinesAdded" }); + ], { "api.messageType": "Command", "api.action": "MapSummaryToOrder", "api.resultingEvent": "order.ExecutionflowUpdated", "api.triggerNotEventFilters": "ETAUpdated,HUETAUpdated,Restored" }); } create(value?: PartialMessage): ExecutionflowMapSummaryToOrder { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index af4b2cd..d42a069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-250923082111", + "version": "1.12.0-SNAPSHOT-250923100252", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",