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