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 "connection.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -673,7 +673,7 @@ export const ListConnectionsRequest = new ListConnectionsRequest$Type();
|
||||
class ListConnectionsResult$Type extends MessageType<ListConnectionsResult> {
|
||||
constructor() {
|
||||
super("api.ListConnectionsResult", [
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 1 /*RepeatType.PACKED*/, T: () => Connection }
|
||||
{ no: 1, name: "Results", kind: "message", localName: "Results", jsonName: "Results", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Connection }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<ListConnectionsResult>): ListConnectionsResult {
|
||||
|
||||
Reference in New Issue
Block a user