You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -51,6 +51,7 @@ export interface IItemQueryClient {
|
||||
countLines(input: CountLinesQuery, options?: RpcOptions): UnaryCall<CountLinesQuery, CountLinesResult>;
|
||||
//
|
||||
// rpc GetKPIData (GetKPIDataQuery) returns (GetKPIDataResult) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "";
|
||||
// option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
@@ -119,6 +120,7 @@ export class ItemQueryClient implements IItemQueryClient, ServiceInfo {
|
||||
}
|
||||
//
|
||||
// rpc GetKPIData (GetKPIDataQuery) returns (GetKPIDataResult) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "";
|
||||
// option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
|
||||
Reference in New Issue
Block a user