Latest generation

This commit is contained in:
ci core model
2026-08-27 13:13:20 +00:00
parent 0b52eb6034
commit 809f4384e5
2 changed files with 6 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ export interface HandlingunitPropagateParentHUPayload {
*/
IncludedHandlingunitIDs: string[];
/**
* @generated from protobuf field: string Reference = 3
* @generated from protobuf field: string Reference = 4
*/
Reference: string;
}
@@ -1167,7 +1167,7 @@ class HandlingunitPropagateParentHUPayload$Type extends MessageType<Handlingunit
super("api.HandlingunitPropagateParentHUPayload", [
{ no: 1, name: "ContainsHUs", kind: "scalar", localName: "ContainsHUs", jsonName: "ContainsHUs", T: 8 /*ScalarType.BOOL*/ },
{ no: 2, name: "IncludedHandlingunitIDs", kind: "scalar", localName: "IncludedHandlingunitIDs", jsonName: "IncludedHandlingunitIDs", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ },
{ no: 3, name: "Reference", kind: "scalar", localName: "Reference", jsonName: "Reference", T: 9 /*ScalarType.STRING*/ }
{ no: 4, name: "Reference", kind: "scalar", localName: "Reference", jsonName: "Reference", T: 9 /*ScalarType.STRING*/ }
], { "api.messageType": "Command", "api.payload": true, "api.action": "PropagateParentHU" });
}
create(value?: PartialMessage<HandlingunitPropagateParentHUPayload>): HandlingunitPropagateParentHUPayload {
@@ -1190,7 +1190,7 @@ class HandlingunitPropagateParentHUPayload$Type extends MessageType<Handlingunit
case /* repeated string IncludedHandlingunitIDs */ 2:
message.IncludedHandlingunitIDs.push(reader.string());
break;
case /* string Reference */ 3:
case /* string Reference */ 4:
message.Reference = reader.string();
break;
default:
@@ -1211,9 +1211,9 @@ class HandlingunitPropagateParentHUPayload$Type extends MessageType<Handlingunit
/* repeated string IncludedHandlingunitIDs = 2; */
for (let i = 0; i < message.IncludedHandlingunitIDs.length; i++)
writer.tag(2, WireType.LengthDelimited).string(message.IncludedHandlingunitIDs[i]);
/* string Reference = 3; */
/* string Reference = 4; */
if (message.Reference !== "")
writer.tag(3, WireType.LengthDelimited).string(message.Reference);
writer.tag(4, WireType.LengthDelimited).string(message.Reference);
let u = options.writeUnknownFields;
if (u !== false)
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.15.0-SNAPSHOT-260827085430",
"version": "1.15.0-SNAPSHOT-260827131234",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",