From 0b52eb6034686a871585dbb451b4f6d9f7b75c41 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 27 Aug 2026 08:55:19 +0000 Subject: [PATCH] Latest generation --- handlingunitAction.ts | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/handlingunitAction.ts b/handlingunitAction.ts index 9a91e69..4683d6b 100644 --- a/handlingunitAction.ts +++ b/handlingunitAction.ts @@ -314,6 +314,10 @@ export interface HandlingunitPropagateParentHUPayload { * @generated from protobuf field: repeated string IncludedHandlingunitIDs = 2 */ IncludedHandlingunitIDs: string[]; + /** + * @generated from protobuf field: string Reference = 3 + */ + Reference: string; } /** * @generated from protobuf message api.HandlingunitPropagateParentHU @@ -1162,13 +1166,15 @@ class HandlingunitPropagateParentHUPayload$Type extends MessageType): HandlingunitPropagateParentHUPayload { const message = globalThis.Object.create((this.messagePrototype!)); message.ContainsHUs = false; message.IncludedHandlingunitIDs = []; + message.Reference = ""; if (value !== undefined) reflectionMergePartial(this, message, value); return message; @@ -1184,6 +1190,9 @@ class HandlingunitPropagateParentHUPayload$Type extends MessageType