Latest generation

This commit is contained in:
ci core model
2025-04-22 15:10:05 +00:00
parent c939874872
commit 79d8e5b70b
2 changed files with 2 additions and 2 deletions

View File

@@ -2303,7 +2303,7 @@ class HandlingunitGoodsReceivedEvent$Type extends MessageType<HandlingunitGoodsR
{ no: 1, name: "Header", kind: "message", jsonName: "Header", T: () => 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>): HandlingunitGoodsReceivedEvent {
const message = globalThis.Object.create((this.messagePrototype!));

View File

@@ -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",