Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
// @generated from protobuf file "model.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -18,23 +18,23 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IModelServiceClient {
/**
* @generated from protobuf rpc: GetDataModel(api.GetDataModelRequest) returns (api.GetDataModelResult);
* @generated from protobuf rpc: GetDataModel
*/
getDataModel(input: GetDataModelRequest, options?: RpcOptions): UnaryCall<GetDataModelRequest, GetDataModelResult>;
/**
* @generated from protobuf rpc: GetEntityModel(api.GetEntityModelRequest) returns (api.GetEntityModelResult);
* @generated from protobuf rpc: GetEntityModel
*/
getEntityModel(input: GetEntityModelRequest, options?: RpcOptions): UnaryCall<GetEntityModelRequest, GetEntityModelResult>;
/**
* @generated from protobuf rpc: GetEntities(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntities
*/
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
/**
* @generated from protobuf rpc: GetEntitiesWithMetadata(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntitiesWithMetadata
*/
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
/**
* @generated from protobuf rpc: GetEntitiesWithDataRestriction(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
*/
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult>;
}
@@ -48,35 +48,35 @@ export class ModelServiceClient implements IModelServiceClient, ServiceInfo {
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: GetDataModel(api.GetDataModelRequest) returns (api.GetDataModelResult);
* @generated from protobuf rpc: GetDataModel
*/
getDataModel(input: GetDataModelRequest, options?: RpcOptions): UnaryCall<GetDataModelRequest, GetDataModelResult> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<GetDataModelRequest, GetDataModelResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetEntityModel(api.GetEntityModelRequest) returns (api.GetEntityModelResult);
* @generated from protobuf rpc: GetEntityModel
*/
getEntityModel(input: GetEntityModelRequest, options?: RpcOptions): UnaryCall<GetEntityModelRequest, GetEntityModelResult> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);
return stackIntercept<GetEntityModelRequest, GetEntityModelResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetEntities(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntities
*/
getEntities(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetEntitiesWithMetadata(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntitiesWithMetadata
*/
getEntitiesWithMetadata(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
const method = this.methods[3], opt = this._transport.mergeOptions(options);
return stackIntercept<GetEntitiesRequest, GetEntitiesResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetEntitiesWithDataRestriction(api.GetEntitiesRequest) returns (api.GetEntitiesResult);
* @generated from protobuf rpc: GetEntitiesWithDataRestriction
*/
getEntitiesWithDataRestriction(input: GetEntitiesRequest, options?: RpcOptions): UnaryCall<GetEntitiesRequest, GetEntitiesResult> {
const method = this.methods[4], opt = this._transport.mergeOptions(options);