diff --git a/orderAction.ts b/orderAction.ts index 4dbbf9b..23b64c0 100644 --- a/orderAction.ts +++ b/orderAction.ts @@ -287,7 +287,7 @@ class OrderBuildExecutionflow$Type extends MessageType { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => OrderBuildExecutionflowPayload }, { no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => OrderBuildExecutionflowPayload }, { no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => OrderBuildExecutionflowPayload } - ], { "api.messageType": "Command", "api.action": "BuildExecutionflow", "api.resultingEvent": "executionflow.Created", "api.triggerEventFilters": "Created,DraftCompleted", "api.triggerMinStatusFilter": "ORDER_0500_READY_TO_ALLOCATE" }); + ], { "api.messageType": "Command", "api.action": "BuildExecutionflow", "api.resultingEvent": "executionflow.Created", "api.triggerEventFilters": "Created", "api.triggerMinStatusFilter": "ORDER_0500_READY_TO_ALLOCATE" }); } create(value?: PartialMessage): OrderBuildExecutionflow { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 535d504..343af8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260318154605", + "version": "1.13.0-SNAPSHOT-260318155637", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",