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