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 "billing.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -14,7 +14,7 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IBillingServiceClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: Generate(api.GenerateRequest) returns (api.GenerateResult);
|
||||
* @generated from protobuf rpc: Generate
|
||||
*/
|
||||
generate(input: GenerateRequest, options?: RpcOptions): UnaryCall<GenerateRequest, GenerateResult>;
|
||||
}
|
||||
@@ -28,7 +28,7 @@ export class BillingServiceClient implements IBillingServiceClient, ServiceInfo
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Generate(api.GenerateRequest) returns (api.GenerateResult);
|
||||
* @generated from protobuf rpc: Generate
|
||||
*/
|
||||
generate(input: GenerateRequest, options?: RpcOptions): UnaryCall<GenerateRequest, GenerateResult> {
|
||||
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user