Latest generation

This commit is contained in:
ci core model
2025-05-02 08:55:56 +00:00
parent c1ebe9a950
commit c82118c2e0
197 changed files with 919 additions and 919 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
// @generated from protobuf file "trackingAction.proto" (package "api", syntax proto3)
// tslint:disable
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
@@ -206,7 +206,7 @@ class TrackingMapSummaryToHUPayload$Type extends MessageType<TrackingMapSummaryT
{ no: 10, name: "HUShipFrom", kind: "message", localName: "HUShipFrom", jsonName: "HUShipFrom", T: () => TradeTier },
{ no: 11, name: "HUShipTo", kind: "message", localName: "HUShipTo", jsonName: "HUShipTo", T: () => TradeTier },
{ no: 12, name: "NextTrackingID", kind: "scalar", localName: "NextTrackingID", jsonName: "NextTrackingID", T: 9 /*ScalarType.STRING*/ },
{ no: 13, name: "Events", kind: "message", localName: "Events", jsonName: "Events", repeat: 1 /*RepeatType.PACKED*/, T: () => TrackingEvent }
{ no: 13, name: "Events", kind: "message", localName: "Events", jsonName: "Events", repeat: 2 /*RepeatType.UNPACKED*/, T: () => TrackingEvent }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Map the tracking Summary to the corresponding HU" } }, "api.messageType": "Command", "api.payload": true, "api.action": "MapSummaryToHU" });
}
create(value?: PartialMessage<TrackingMapSummaryToHUPayload>): TrackingMapSummaryToHUPayload {