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 "stockInput.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
||||
@@ -21,16 +21,16 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IStockInputAPIClient {
|
||||
/**
|
||||
* @generated from protobuf rpc: Moved(api.StockMovedRequest) returns (api.StockMovedResponse);
|
||||
* @generated from protobuf rpc: Moved
|
||||
*/
|
||||
moved(input: StockMovedRequest, options?: RpcOptions): UnaryCall<StockMovedRequest, StockMovedResponse>;
|
||||
/**
|
||||
* @generated from protobuf rpc: Snapshotted(api.StockSnapshottedRequest) returns (api.StockSnapshottedResponse);
|
||||
* @generated from protobuf rpc: Snapshotted
|
||||
*/
|
||||
snapshotted(input: StockSnapshottedRequest, options?: RpcOptions): UnaryCall<StockSnapshottedRequest, StockSnapshottedResponse>;
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Deleted(api.StockDeletedRequest) returns (api.StockDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: StockDeletedRequest, options?: RpcOptions): UnaryCall<StockDeletedRequest, StockDeletedResponse>;
|
||||
}
|
||||
@@ -47,14 +47,14 @@ export class StockInputAPIClient implements IStockInputAPIClient, ServiceInfo {
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Moved(api.StockMovedRequest) returns (api.StockMovedResponse);
|
||||
* @generated from protobuf rpc: Moved
|
||||
*/
|
||||
moved(input: StockMovedRequest, options?: RpcOptions): UnaryCall<StockMovedRequest, StockMovedResponse> {
|
||||
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
||||
return stackIntercept<StockMovedRequest, StockMovedResponse>("unary", this._transport, method, opt, input);
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf rpc: Snapshotted(api.StockSnapshottedRequest) returns (api.StockSnapshottedResponse);
|
||||
* @generated from protobuf rpc: Snapshotted
|
||||
*/
|
||||
snapshotted(input: StockSnapshottedRequest, options?: RpcOptions): UnaryCall<StockSnapshottedRequest, StockSnapshottedResponse> {
|
||||
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
||||
@@ -62,7 +62,7 @@ export class StockInputAPIClient implements IStockInputAPIClient, ServiceInfo {
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Deleted(api.StockDeletedRequest) returns (api.StockDeletedResponse);
|
||||
* @generated from protobuf rpc: Deleted
|
||||
*/
|
||||
deleted(input: StockDeletedRequest, options?: RpcOptions): UnaryCall<StockDeletedRequest, StockDeletedResponse> {
|
||||
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user