You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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 "trackingQuery.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { CountLinesResult } from "./shared";
|
||||
@@ -51,7 +51,7 @@ class TrackingByIdQuery$Type extends MessageType<TrackingByIdQuery> {
|
||||
constructor() {
|
||||
super("api.TrackingByIdQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "IDs", kind: "message", localName: "IDs", jsonName: "IDs", repeat: 1 /*RepeatType.PACKED*/, T: () => EntityID, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
{ no: 2, name: "IDs", kind: "message", localName: "IDs", jsonName: "IDs", repeat: 2 /*RepeatType.UNPACKED*/, T: () => EntityID, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "IDs"] } }, "api.messageType": "Query" });
|
||||
}
|
||||
create(value?: PartialMessage<TrackingByIdQuery>): TrackingByIdQuery {
|
||||
@@ -105,7 +105,7 @@ class TrackingByIdResult$Type extends MessageType<TrackingByIdResult> {
|
||||
constructor() {
|
||||
super("api.TrackingByIdResult", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResultHeader },
|
||||
{ no: 2, name: "Objects", kind: "message", localName: "Objects", jsonName: "Objects", repeat: 1 /*RepeatType.PACKED*/, T: () => Tracking }
|
||||
{ no: 2, name: "Objects", kind: "message", localName: "Objects", jsonName: "Objects", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Tracking }
|
||||
], { "api.messageType": "Result" });
|
||||
}
|
||||
create(value?: PartialMessage<TrackingByIdResult>): TrackingByIdResult {
|
||||
|
||||
Reference in New Issue
Block a user