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 "movementQuery.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -33,35 +33,35 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IMovementQueryClient {
/**
* @generated from protobuf rpc: GetByIds(api.MovementByIdQuery) returns (api.MovementByIdResult);
* @generated from protobuf rpc: GetByIds
*/
getByIds(input: MovementByIdQuery, options?: RpcOptions): UnaryCall<MovementByIdQuery, MovementByIdResult>;
/**
* @generated from protobuf rpc: Find(api.MovementByFilterQuery) returns (api.MovementByFilterResult);
* @generated from protobuf rpc: Find
*/
find(input: MovementByFilterQuery, options?: RpcOptions): UnaryCall<MovementByFilterQuery, MovementByFilterResult>;
/**
* @generated from protobuf rpc: FindMatchingFieldValues(api.MovementByMatchQuery) returns (api.MovementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldValues
*/
findMatchingFieldValues(input: MovementByMatchQuery, options?: RpcOptions): UnaryCall<MovementByMatchQuery, MovementByMatchResult>;
/**
* @generated from protobuf rpc: FindMatchingFieldElements(api.ElementByMatchQuery) returns (api.ElementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldElements
*/
findMatchingFieldElements(input: ElementByMatchQuery, options?: RpcOptions): UnaryCall<ElementByMatchQuery, ElementByMatchResult>;
/**
* @generated from protobuf rpc: GetByOperationReference(api.MovementByOperationReferenceQuery) returns (api.MovementByOperationReferenceResult);
* @generated from protobuf rpc: GetByOperationReference
*/
getByOperationReference(input: MovementByOperationReferenceQuery, options?: RpcOptions): UnaryCall<MovementByOperationReferenceQuery, MovementByOperationReferenceResult>;
/**
* @generated from protobuf rpc: GetKPIData(api.GetKPIDataQuery) returns (api.GetKPIDataResult);
* @generated from protobuf rpc: GetKPIData
*/
getKPIData(input: GetKPIDataQuery, options?: RpcOptions): UnaryCall<GetKPIDataQuery, GetKPIDataResult>;
/**
* @generated from protobuf rpc: Extract(api.ExtractQuery) returns (api.ExtractResult);
* @generated from protobuf rpc: Extract
*/
extract(input: ExtractQuery, options?: RpcOptions): UnaryCall<ExtractQuery, ExtractResult>;
/**
* @generated from protobuf rpc: CountLines(api.CountLinesQuery) returns (api.CountLinesResult);
* @generated from protobuf rpc: CountLines
*/
countLines(input: CountLinesQuery, options?: RpcOptions): UnaryCall<CountLinesQuery, CountLinesResult>;
}
@@ -80,56 +80,56 @@ export class MovementQueryClient implements IMovementQueryClient, ServiceInfo {
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: GetByIds(api.MovementByIdQuery) returns (api.MovementByIdResult);
* @generated from protobuf rpc: GetByIds
*/
getByIds(input: MovementByIdQuery, options?: RpcOptions): UnaryCall<MovementByIdQuery, MovementByIdResult> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<MovementByIdQuery, MovementByIdResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Find(api.MovementByFilterQuery) returns (api.MovementByFilterResult);
* @generated from protobuf rpc: Find
*/
find(input: MovementByFilterQuery, options?: RpcOptions): UnaryCall<MovementByFilterQuery, MovementByFilterResult> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);
return stackIntercept<MovementByFilterQuery, MovementByFilterResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: FindMatchingFieldValues(api.MovementByMatchQuery) returns (api.MovementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldValues
*/
findMatchingFieldValues(input: MovementByMatchQuery, options?: RpcOptions): UnaryCall<MovementByMatchQuery, MovementByMatchResult> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<MovementByMatchQuery, MovementByMatchResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: FindMatchingFieldElements(api.ElementByMatchQuery) returns (api.ElementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldElements
*/
findMatchingFieldElements(input: ElementByMatchQuery, options?: RpcOptions): UnaryCall<ElementByMatchQuery, ElementByMatchResult> {
const method = this.methods[3], opt = this._transport.mergeOptions(options);
return stackIntercept<ElementByMatchQuery, ElementByMatchResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetByOperationReference(api.MovementByOperationReferenceQuery) returns (api.MovementByOperationReferenceResult);
* @generated from protobuf rpc: GetByOperationReference
*/
getByOperationReference(input: MovementByOperationReferenceQuery, options?: RpcOptions): UnaryCall<MovementByOperationReferenceQuery, MovementByOperationReferenceResult> {
const method = this.methods[4], opt = this._transport.mergeOptions(options);
return stackIntercept<MovementByOperationReferenceQuery, MovementByOperationReferenceResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetKPIData(api.GetKPIDataQuery) returns (api.GetKPIDataResult);
* @generated from protobuf rpc: GetKPIData
*/
getKPIData(input: GetKPIDataQuery, options?: RpcOptions): UnaryCall<GetKPIDataQuery, GetKPIDataResult> {
const method = this.methods[5], opt = this._transport.mergeOptions(options);
return stackIntercept<GetKPIDataQuery, GetKPIDataResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Extract(api.ExtractQuery) returns (api.ExtractResult);
* @generated from protobuf rpc: Extract
*/
extract(input: ExtractQuery, options?: RpcOptions): UnaryCall<ExtractQuery, ExtractResult> {
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<ExtractQuery, ExtractResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CountLines(api.CountLinesQuery) returns (api.CountLinesResult);
* @generated from protobuf rpc: CountLines
*/
countLines(input: CountLinesQuery, options?: RpcOptions): UnaryCall<CountLinesQuery, CountLinesResult> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);