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