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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-core-sdk", "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", "description": "npm libs from core model proto files",
"homepage": "", "homepage": "",
"main": "index.ts", "main": "index.ts",