Latest generation

This commit is contained in:
ci core model
2026-03-10 09:17:11 +00:00
parent 2bec069d24
commit da88897937
3 changed files with 7 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ export interface IProjectServiceClient {
*/
deleteProjectInDB(input: DeleteProjectInDBRequest, options?: RpcOptions): UnaryCall<DeleteProjectInDBRequest, DeleteProjectInDBResult>;
/**
* @deprecated
* @generated from protobuf rpc: CleanDeletedProjects
*/
cleanDeletedProjects(input: CleanDeletedProjectsRequest, options?: RpcOptions): UnaryCall<CleanDeletedProjectsRequest, CleanDeletedProjectsResult>;
@@ -188,6 +189,7 @@ export class ProjectServiceClient implements IProjectServiceClient, ServiceInfo
return stackIntercept<DeleteProjectInDBRequest, DeleteProjectInDBResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: CleanDeletedProjects
*/
cleanDeletedProjects(input: CleanDeletedProjectsRequest, options?: RpcOptions): UnaryCall<CleanDeletedProjectsRequest, CleanDeletedProjectsResult> {