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 "tradeClickhouseStatement.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
||||
@@ -112,7 +112,7 @@ class TradeClickHouseInput$Type extends MessageType<TradeClickHouseInput> {
|
||||
constructor() {
|
||||
super("api.TradeClickHouseInput", [
|
||||
{ no: 1, name: "ClickhouseElements", kind: "message", localName: "ClickhouseElements", jsonName: "ClickhouseElements", T: () => TradeClickhouseElements },
|
||||
{ no: 2, name: "MetadatasToApply", kind: "message", localName: "MetadatasToApply", jsonName: "MetadatasToApply", repeat: 1 /*RepeatType.PACKED*/, T: () => MetadatasToApply }
|
||||
{ no: 2, name: "MetadatasToApply", kind: "message", localName: "MetadatasToApply", jsonName: "MetadatasToApply", repeat: 2 /*RepeatType.UNPACKED*/, T: () => MetadatasToApply }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<TradeClickHouseInput>): TradeClickHouseInput {
|
||||
@@ -265,7 +265,7 @@ export const TradeClickhouseElement = new TradeClickhouseElement$Type();
|
||||
class TradeClickhouseElements$Type extends MessageType<TradeClickhouseElements> {
|
||||
constructor() {
|
||||
super("api.TradeClickhouseElements", [
|
||||
{ no: 1, name: "ClickhouseElements", kind: "message", localName: "ClickhouseElements", jsonName: "ClickhouseElements", repeat: 1 /*RepeatType.PACKED*/, T: () => TradeClickhouseElement }
|
||||
{ no: 1, name: "ClickhouseElements", kind: "message", localName: "ClickhouseElements", jsonName: "ClickhouseElements", repeat: 2 /*RepeatType.UNPACKED*/, T: () => TradeClickhouseElement }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<TradeClickhouseElements>): TradeClickhouseElements {
|
||||
@@ -314,7 +314,7 @@ class TradeCheckpointData$Type extends MessageType<TradeCheckpointData> {
|
||||
super("api.TradeCheckpointData", [
|
||||
{ no: 1, name: "IdCheckpoint", kind: "scalar", localName: "IdCheckpoint", jsonName: "IdCheckpoint", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ },
|
||||
{ no: 2, name: "Project", kind: "scalar", localName: "Project", jsonName: "Project", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "ClickHouseInput", kind: "message", localName: "ClickHouseInput", jsonName: "ClickHouseInput", repeat: 1 /*RepeatType.PACKED*/, T: () => TradeClickHouseInput }
|
||||
{ no: 3, name: "ClickHouseInput", kind: "message", localName: "ClickHouseInput", jsonName: "ClickHouseInput", repeat: 2 /*RepeatType.UNPACKED*/, T: () => TradeClickHouseInput }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<TradeCheckpointData>): TradeCheckpointData {
|
||||
|
||||
Reference in New Issue
Block a user