You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "client.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -15,11 +15,11 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IClientServiceClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: RegisterPlatformClient(api.RegisterPlatformClientRequest) returns (api.RegisterClientResult);
|
||||
* @generated from protobuf rpc: RegisterPlatformClient
|
||||
*/
|
||||
registerPlatformClient(input: RegisterPlatformClientRequest, options?: RpcOptions): UnaryCall<RegisterPlatformClientRequest, RegisterClientResult>;
|
||||
/**
|
||||
* @generated from protobuf rpc: RegisterClient(api.RegisterClientRequest) returns (api.RegisterClientResult);
|
||||
* @generated from protobuf rpc: RegisterClient
|
||||
*/
|
||||
registerClient(input: RegisterClientRequest, options?: RpcOptions): UnaryCall<RegisterClientRequest, RegisterClientResult>;
|
||||
}
|
||||
@@ -33,14 +33,14 @@ export class ClientServiceClient implements IClientServiceClient, ServiceInfo {
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: RegisterPlatformClient(api.RegisterPlatformClientRequest) returns (api.RegisterClientResult);
|
||||
* @generated from protobuf rpc: RegisterPlatformClient
|
||||
*/
|
||||
registerPlatformClient(input: RegisterPlatformClientRequest, options?: RpcOptions): UnaryCall<RegisterPlatformClientRequest, RegisterClientResult> {
|
||||
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<RegisterPlatformClientRequest, RegisterClientResult>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: RegisterClient(api.RegisterClientRequest) returns (api.RegisterClientResult);
|
||||
* @generated from protobuf rpc: RegisterClient
|
||||
*/
|
||||
registerClient(input: RegisterClientRequest, options?: RpcOptions): UnaryCall<RegisterClientRequest, RegisterClientResult> {
|
||||
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user