Latest generation

This commit is contained in:
ci core model
2025-11-18 13:55:13 +00:00
parent 5784ac410f
commit d85bfb7614
9 changed files with 22 additions and 1646 deletions

View File

@@ -6,18 +6,6 @@ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
import { MetadataService } from "./metadatadef";
import type { RestoreMetadatasResult } from "./metadatadef";
import type { RestoreMetadatasRequest } from "./metadatadef";
import type { GetProjectTransitiveMetadatasResult } from "./metadatadef";
import type { GetProjectTransitiveMetadatasRequest } from "./metadatadef";
import type { GetProjectMetadataCountResult } from "./metadatadef";
import type { GetProjectMetadataCountRequest } from "./metadatadef";
import type { DeleteProjectMetadatasResult } from "./metadatadef";
import type { DeleteProjectMetadatasRequest } from "./metadatadef";
import type { GetProjectMetadatasResult } from "./metadatadef";
import type { GetProjectMetadatasRequest } from "./metadatadef";
import type { UpdateProjectMetadataResult } from "./metadatadef";
import type { UpdateProjectMetadataRequest } from "./metadatadef";
import type { CreateProjectMetadataResult } from "./metadatadef";
import type { CreateProjectMetadataRequest } from "./metadatadef";
import type { GetTransitiveMetadatasResult } from "./metadatadef";
import type { GetTransitiveMetadatasRequest } from "./metadatadef";
import type { GetMetadataCountResult } from "./metadatadef";
@@ -38,59 +26,29 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IMetadataServiceClient {
/**
* @deprecated
* @generated from protobuf rpc: CreateMetadata
*/
createMetadata(input: CreateMetadataRequest, options?: RpcOptions): UnaryCall<CreateMetadataRequest, CreateMetadataResult>;
/**
* @deprecated
* @generated from protobuf rpc: UpdateMetadata
*/
updateMetadata(input: UpdateMetadataRequest, options?: RpcOptions): UnaryCall<UpdateMetadataRequest, UpdateMetadataResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetMetadatas
*/
getMetadatas(input: GetMetadatasRequest, options?: RpcOptions): UnaryCall<GetMetadatasRequest, GetMetadatasResult>;
/**
* @deprecated
* @generated from protobuf rpc: DeleteMetadatas
*/
deleteMetadatas(input: DeleteMetadatasRequest, options?: RpcOptions): UnaryCall<DeleteMetadatasRequest, DeleteMetadatasResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetMetadataCount
*/
getMetadataCount(input: GetMetadataCountRequest, options?: RpcOptions): UnaryCall<GetMetadataCountRequest, GetMetadataCountResult>;
/**
* @deprecated
* @generated from protobuf rpc: GetTransitiveMetadatas
*/
getTransitiveMetadatas(input: GetTransitiveMetadatasRequest, options?: RpcOptions): UnaryCall<GetTransitiveMetadatasRequest, GetTransitiveMetadatasResult>;
/**
* @generated from protobuf rpc: CreateProjectMetadata
*/
createProjectMetadata(input: CreateProjectMetadataRequest, options?: RpcOptions): UnaryCall<CreateProjectMetadataRequest, CreateProjectMetadataResult>;
/**
* @generated from protobuf rpc: UpdateProjectMetadata
*/
updateProjectMetadata(input: UpdateProjectMetadataRequest, options?: RpcOptions): UnaryCall<UpdateProjectMetadataRequest, UpdateProjectMetadataResult>;
/**
* @generated from protobuf rpc: GetProjectMetadatas
*/
getProjectMetadatas(input: GetProjectMetadatasRequest, options?: RpcOptions): UnaryCall<GetProjectMetadatasRequest, GetProjectMetadatasResult>;
/**
* @generated from protobuf rpc: DeleteProjectMetadatas
*/
deleteProjectMetadatas(input: DeleteProjectMetadatasRequest, options?: RpcOptions): UnaryCall<DeleteProjectMetadatasRequest, DeleteProjectMetadatasResult>;
/**
* @generated from protobuf rpc: GetProjectMetadataCount
*/
getProjectMetadataCount(input: GetProjectMetadataCountRequest, options?: RpcOptions): UnaryCall<GetProjectMetadataCountRequest, GetProjectMetadataCountResult>;
/**
* @generated from protobuf rpc: GetProjectTransitiveMetadatas
*/
getProjectTransitiveMetadatas(input: GetProjectTransitiveMetadatasRequest, options?: RpcOptions): UnaryCall<GetProjectTransitiveMetadatasRequest, GetProjectTransitiveMetadatasResult>;
/**
* @generated from protobuf rpc: RestoreMetadatas
*/
@@ -106,7 +64,6 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
constructor(private readonly _transport: RpcTransport) {
}
/**
* @deprecated
* @generated from protobuf rpc: CreateMetadata
*/
createMetadata(input: CreateMetadataRequest, options?: RpcOptions): UnaryCall<CreateMetadataRequest, CreateMetadataResult> {
@@ -114,7 +71,6 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
return stackIntercept<CreateMetadataRequest, CreateMetadataResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: UpdateMetadata
*/
updateMetadata(input: UpdateMetadataRequest, options?: RpcOptions): UnaryCall<UpdateMetadataRequest, UpdateMetadataResult> {
@@ -122,7 +78,6 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
return stackIntercept<UpdateMetadataRequest, UpdateMetadataResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetMetadatas
*/
getMetadatas(input: GetMetadatasRequest, options?: RpcOptions): UnaryCall<GetMetadatasRequest, GetMetadatasResult> {
@@ -130,7 +85,6 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
return stackIntercept<GetMetadatasRequest, GetMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: DeleteMetadatas
*/
deleteMetadatas(input: DeleteMetadatasRequest, options?: RpcOptions): UnaryCall<DeleteMetadatasRequest, DeleteMetadatasResult> {
@@ -138,7 +92,6 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
return stackIntercept<DeleteMetadatasRequest, DeleteMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetMetadataCount
*/
getMetadataCount(input: GetMetadataCountRequest, options?: RpcOptions): UnaryCall<GetMetadataCountRequest, GetMetadataCountResult> {
@@ -146,60 +99,17 @@ export class MetadataServiceClient implements IMetadataServiceClient, ServiceInf
return stackIntercept<GetMetadataCountRequest, GetMetadataCountResult>("unary", this._transport, method, opt, input);
}
/**
* @deprecated
* @generated from protobuf rpc: GetTransitiveMetadatas
*/
getTransitiveMetadatas(input: GetTransitiveMetadatasRequest, options?: RpcOptions): UnaryCall<GetTransitiveMetadatasRequest, GetTransitiveMetadatasResult> {
const method = this.methods[5], opt = this._transport.mergeOptions(options);
return stackIntercept<GetTransitiveMetadatasRequest, GetTransitiveMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CreateProjectMetadata
*/
createProjectMetadata(input: CreateProjectMetadataRequest, options?: RpcOptions): UnaryCall<CreateProjectMetadataRequest, CreateProjectMetadataResult> {
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<CreateProjectMetadataRequest, CreateProjectMetadataResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: UpdateProjectMetadata
*/
updateProjectMetadata(input: UpdateProjectMetadataRequest, options?: RpcOptions): UnaryCall<UpdateProjectMetadataRequest, UpdateProjectMetadataResult> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<UpdateProjectMetadataRequest, UpdateProjectMetadataResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetProjectMetadatas
*/
getProjectMetadatas(input: GetProjectMetadatasRequest, options?: RpcOptions): UnaryCall<GetProjectMetadatasRequest, GetProjectMetadatasResult> {
const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<GetProjectMetadatasRequest, GetProjectMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DeleteProjectMetadatas
*/
deleteProjectMetadatas(input: DeleteProjectMetadatasRequest, options?: RpcOptions): UnaryCall<DeleteProjectMetadatasRequest, DeleteProjectMetadatasResult> {
const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteProjectMetadatasRequest, DeleteProjectMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetProjectMetadataCount
*/
getProjectMetadataCount(input: GetProjectMetadataCountRequest, options?: RpcOptions): UnaryCall<GetProjectMetadataCountRequest, GetProjectMetadataCountResult> {
const method = this.methods[10], opt = this._transport.mergeOptions(options);
return stackIntercept<GetProjectMetadataCountRequest, GetProjectMetadataCountResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetProjectTransitiveMetadatas
*/
getProjectTransitiveMetadatas(input: GetProjectTransitiveMetadatasRequest, options?: RpcOptions): UnaryCall<GetProjectTransitiveMetadatasRequest, GetProjectTransitiveMetadatasResult> {
const method = this.methods[11], opt = this._transport.mergeOptions(options);
return stackIntercept<GetProjectTransitiveMetadatasRequest, GetProjectTransitiveMetadatasResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: RestoreMetadatas
*/
restoreMetadatas(input: RestoreMetadatasRequest, options?: RpcOptions): UnaryCall<RestoreMetadatasRequest, RestoreMetadatasResult> {
const method = this.methods[12], opt = this._transport.mergeOptions(options);
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<RestoreMetadatasRequest, RestoreMetadatasResult>("unary", this._transport, method, opt, input);
}
}