You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -33,6 +33,7 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
||||
*/
|
||||
export interface IActorInputAPIClient {
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ActorCreatedRequest, options?: RpcOptions): UnaryCall<ActorCreatedRequest, ActorCreatedResponse>;
|
||||
@@ -82,6 +83,7 @@ export class ActorInputAPIClient implements IActorInputAPIClient, ServiceInfo {
|
||||
constructor(private readonly _transport: RpcTransport) {
|
||||
}
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf rpc: Created
|
||||
*/
|
||||
created(input: ActorCreatedRequest, options?: RpcOptions): UnaryCall<ActorCreatedRequest, ActorCreatedResponse> {
|
||||
|
||||
Reference in New Issue
Block a user