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 "object_db_query.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -133,7 +133,7 @@ export const CliGetObjectIdRequest = new CliGetObjectIdRequest$Type();
|
||||
class CliRepeatedObjectsGottenResponse$Type extends MessageType<CliRepeatedObjectsGottenResponse> {
|
||||
constructor() {
|
||||
super("api.CliRepeatedObjectsGottenResponse", [
|
||||
{ no: 1, name: "objectDBs", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => ObjectDB },
|
||||
{ no: 1, name: "objectDBs", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ObjectDB },
|
||||
{ no: 2, name: "pageState", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user