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 "appointmentQuery.proto" (package "api", syntax proto3)
// tslint:disable
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
@@ -26,31 +26,31 @@ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
*/
export interface IAppointmentQueryClient {
/**
* @generated from protobuf rpc: GetByIds(api.AppointmentByIdQuery) returns (api.AppointmentByIdResult);
* @generated from protobuf rpc: GetByIds
*/
getByIds(input: AppointmentByIdQuery, options?: RpcOptions): UnaryCall<AppointmentByIdQuery, AppointmentByIdResult>;
/**
* @generated from protobuf rpc: Find(api.AppointmentByFilterQuery) returns (api.AppointmentByFilterResult);
* @generated from protobuf rpc: Find
*/
find(input: AppointmentByFilterQuery, options?: RpcOptions): UnaryCall<AppointmentByFilterQuery, AppointmentByFilterResult>;
/**
* @generated from protobuf rpc: FindMatchingFieldValues(api.AppointmentByMatchQuery) returns (api.AppointmentByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldValues
*/
findMatchingFieldValues(input: AppointmentByMatchQuery, options?: RpcOptions): UnaryCall<AppointmentByMatchQuery, AppointmentByMatchResult>;
/**
* @generated from protobuf rpc: FindMatchingFieldElements(api.ElementByMatchSiteQuery) returns (api.ElementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldElements
*/
findMatchingFieldElements(input: ElementByMatchSiteQuery, options?: RpcOptions): UnaryCall<ElementByMatchSiteQuery, ElementByMatchResult>;
/**
* @generated from protobuf rpc: Extract(api.ExtractSiteQuery) returns (api.ExtractResult);
* @generated from protobuf rpc: Extract
*/
extract(input: ExtractSiteQuery, options?: RpcOptions): UnaryCall<ExtractSiteQuery, ExtractResult>;
/**
* @generated from protobuf rpc: GetKPIData(api.GetKPIDataSiteQuery) returns (api.GetKPIDataResult);
* @generated from protobuf rpc: GetKPIData
*/
getKPIData(input: GetKPIDataSiteQuery, options?: RpcOptions): UnaryCall<GetKPIDataSiteQuery, GetKPIDataResult>;
/**
* @generated from protobuf rpc: CountLines(api.CountLinesQuery) returns (api.CountLinesResult);
* @generated from protobuf rpc: CountLines
*/
countLines(input: CountLinesQuery, options?: RpcOptions): UnaryCall<CountLinesQuery, CountLinesResult>;
}
@@ -64,49 +64,49 @@ export class AppointmentQueryClient implements IAppointmentQueryClient, ServiceI
constructor(private readonly _transport: RpcTransport) {
}
/**
* @generated from protobuf rpc: GetByIds(api.AppointmentByIdQuery) returns (api.AppointmentByIdResult);
* @generated from protobuf rpc: GetByIds
*/
getByIds(input: AppointmentByIdQuery, options?: RpcOptions): UnaryCall<AppointmentByIdQuery, AppointmentByIdResult> {
const method = this.methods[0], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentByIdQuery, AppointmentByIdResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Find(api.AppointmentByFilterQuery) returns (api.AppointmentByFilterResult);
* @generated from protobuf rpc: Find
*/
find(input: AppointmentByFilterQuery, options?: RpcOptions): UnaryCall<AppointmentByFilterQuery, AppointmentByFilterResult> {
const method = this.methods[1], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentByFilterQuery, AppointmentByFilterResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: FindMatchingFieldValues(api.AppointmentByMatchQuery) returns (api.AppointmentByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldValues
*/
findMatchingFieldValues(input: AppointmentByMatchQuery, options?: RpcOptions): UnaryCall<AppointmentByMatchQuery, AppointmentByMatchResult> {
const method = this.methods[2], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentByMatchQuery, AppointmentByMatchResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: FindMatchingFieldElements(api.ElementByMatchSiteQuery) returns (api.ElementByMatchResult);
* @generated from protobuf rpc: FindMatchingFieldElements
*/
findMatchingFieldElements(input: ElementByMatchSiteQuery, options?: RpcOptions): UnaryCall<ElementByMatchSiteQuery, ElementByMatchResult> {
const method = this.methods[3], opt = this._transport.mergeOptions(options);
return stackIntercept<ElementByMatchSiteQuery, ElementByMatchResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: Extract(api.ExtractSiteQuery) returns (api.ExtractResult);
* @generated from protobuf rpc: Extract
*/
extract(input: ExtractSiteQuery, options?: RpcOptions): UnaryCall<ExtractSiteQuery, ExtractResult> {
const method = this.methods[4], opt = this._transport.mergeOptions(options);
return stackIntercept<ExtractSiteQuery, ExtractResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetKPIData(api.GetKPIDataSiteQuery) returns (api.GetKPIDataResult);
* @generated from protobuf rpc: GetKPIData
*/
getKPIData(input: GetKPIDataSiteQuery, options?: RpcOptions): UnaryCall<GetKPIDataSiteQuery, GetKPIDataResult> {
const method = this.methods[5], opt = this._transport.mergeOptions(options);
return stackIntercept<GetKPIDataSiteQuery, GetKPIDataResult>("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[6], opt = this._transport.mergeOptions(options);