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