diff --git a/handlingunitInput.ts b/handlingunitInput.ts index 1af6af19..8068182b 100644 --- a/handlingunitInput.ts +++ b/handlingunitInput.ts @@ -2303,7 +2303,7 @@ class HandlingunitGoodsReceivedEvent$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: () => HandlingunitGoodsReceivedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "api.messageType": "Event", "api.inputEvent": "GoodsReceived", "api.postAggMethods": "setContainsGoodsFlag,computeReceivedContents,defineHUInformation", "api.preAggMethods": "setStockMovementGeneratedFlags" }); + ], { "api.messageType": "Event", "api.inputEvent": "GoodsReceived", "api.postAggMethods": "setContainsGoodsFlag,computeReceivedContents,defineHUInformation", "api.preAggMethods": "setStockMovementGeneratedFlags,fillOrderID" }); } create(value?: PartialMessage): HandlingunitGoodsReceivedEvent { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 6bb661c2..f6a997a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.11.0-SNAPSHOT-250422143052", + "version": "1.11.0-SNAPSHOT-250422150922", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",