From c939874872dffc5fb4f6ae355335413d4251d616 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 22 Apr 2025 14:31:34 +0000 Subject: [PATCH] Latest generation --- handlingunitInput.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handlingunitInput.ts b/handlingunitInput.ts index c559c9e8..1af6af19 100644 --- a/handlingunitInput.ts +++ b/handlingunitInput.ts @@ -965,7 +965,7 @@ class HandlingunitGoodsPreparedEvent$Type extends MessageType EventHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", jsonName: "Payload", T: () => HandlingunitGoodsPreparedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "api.messageType": "Event", "api.inputEvent": "GoodsPrepared", "api.postAggMethods": "setContainsGoodsFlag,computePreparedContents", "api.preAggMethods": "setStockMovementGeneratedFlags" }); + ], { "api.messageType": "Event", "api.inputEvent": "GoodsPrepared", "api.postAggMethods": "setContainsGoodsFlag,computePreparedContents", "api.preAggMethods": "setStockMovementGeneratedFlags,fillOrderID" }); } create(value?: PartialMessage): HandlingunitGoodsPreparedEvent { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 5f2e966f..6bb661c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.11.0-SNAPSHOT-250422091056", + "version": "1.11.0-SNAPSHOT-250422143052", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",