You've already forked npm-core-sdk
Latest generation
This commit is contained in:
4
view.ts
4
view.ts
@@ -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 "view.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -425,7 +425,7 @@ export const GetViewFieldsRequest = new GetViewFieldsRequest$Type();
|
||||
class GetViewFieldsResult$Type extends MessageType<GetViewFieldsResult> {
|
||||
constructor() {
|
||||
super("api.GetViewFieldsResult", [
|
||||
{ no: 1, name: "Fields", kind: "message", localName: "Fields", jsonName: "Fields", repeat: 1 /*RepeatType.PACKED*/, T: () => FieldView }
|
||||
{ no: 1, name: "Fields", kind: "message", localName: "Fields", jsonName: "Fields", repeat: 2 /*RepeatType.UNPACKED*/, T: () => FieldView }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<GetViewFieldsResult>): GetViewFieldsResult {
|
||||
|
||||
Reference in New Issue
Block a user