Latest generation

This commit is contained in:
ci core model
2025-10-14 12:26:43 +00:00
parent bbf02ddb34
commit 9690899203
4 changed files with 312 additions and 1 deletions

View File

@@ -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> {