Latest generation

This commit is contained in:
ci core model
2025-11-07 14:24:41 +00:00
parent a9e5d12d4c
commit 78cd2bd615
3 changed files with 3 additions and 9 deletions

View File

@@ -35,7 +35,6 @@ 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>;
@@ -89,7 +88,6 @@ 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> {