Release 1.10.6

This commit is contained in:
ci core model
2025-05-19 13:38:48 +00:00
parent 2fe38abe9f
commit 1c1f8cc138
167 changed files with 5858 additions and 19865 deletions

View File

@@ -15,38 +15,38 @@ import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'clickhouse.pb.dart' as $9;
import 'handlingunitQuery.pb.dart' as $27;
import 'clickhouse.pb.dart' as $13;
import 'handlingunitQuery.pb.dart' as $24;
import 'shared.pb.dart' as $3;
export 'handlingunitQuery.pb.dart';
@$pb.GrpcServiceName('api.HandlingunitQuery')
class HandlingunitQueryClient extends $grpc.Client {
static final _$getByIds = $grpc.ClientMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
static final _$getByIds = $grpc.ClientMethod<$24.HandlingunitByIdQuery, $24.HandlingunitByIdResult>(
'/api.HandlingunitQuery/GetByIds',
($27.HandlingunitByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $27.HandlingunitByIdResult.fromBuffer(value));
static final _$find = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
($24.HandlingunitByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $24.HandlingunitByIdResult.fromBuffer(value));
static final _$find = $grpc.ClientMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
'/api.HandlingunitQuery/Find',
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
static final _$findTracked = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
($24.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $24.HandlingunitByFilterResult.fromBuffer(value));
static final _$findTracked = $grpc.ClientMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
'/api.HandlingunitQuery/FindTracked',
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
static final _$findMatchingFieldValues = $grpc.ClientMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
($24.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $24.HandlingunitByFilterResult.fromBuffer(value));
static final _$findMatchingFieldValues = $grpc.ClientMethod<$24.HandlingunitByMatchQuery, $24.HandlingunitByMatchResult>(
'/api.HandlingunitQuery/FindMatchingFieldValues',
($27.HandlingunitByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $27.HandlingunitByMatchResult.fromBuffer(value));
($24.HandlingunitByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $24.HandlingunitByMatchResult.fromBuffer(value));
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
'/api.HandlingunitQuery/FindMatchingFieldElements',
($3.ElementByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value));
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
'/api.HandlingunitQuery/GetKPIData',
($9.GetKPIDataQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
($13.GetKPIDataQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value));
static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>(
'/api.HandlingunitQuery/Extract',
($3.ExtractQuery value) => value.writeToBuffer(),
@@ -58,19 +58,19 @@ class HandlingunitQueryClient extends $grpc.Client {
HandlingunitQueryClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$27.HandlingunitByIdResult> getByIds($27.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$24.HandlingunitByIdResult> getByIds($24.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getByIds, request, options: options);
}
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> find($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$24.HandlingunitByFilterResult> find($24.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$find, request, options: options);
}
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> findTracked($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$24.HandlingunitByFilterResult> findTracked($24.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$findTracked, request, options: options);
}
$grpc.ResponseFuture<$27.HandlingunitByMatchResult> findMatchingFieldValues($27.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$24.HandlingunitByMatchResult> findMatchingFieldValues($24.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
}
@@ -78,7 +78,7 @@ class HandlingunitQueryClient extends $grpc.Client {
return $createUnaryCall(_$findMatchingFieldElements, request, options: options);
}
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getKPIData, request, options: options);
}
@@ -96,34 +96,34 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
$core.String get $name => 'api.HandlingunitQuery';
HandlingunitQueryServiceBase() {
$addMethod($grpc.ServiceMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
$addMethod($grpc.ServiceMethod<$24.HandlingunitByIdQuery, $24.HandlingunitByIdResult>(
'GetByIds',
getByIds_Pre,
false,
false,
($core.List<$core.int> value) => $27.HandlingunitByIdQuery.fromBuffer(value),
($27.HandlingunitByIdResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
($core.List<$core.int> value) => $24.HandlingunitByIdQuery.fromBuffer(value),
($24.HandlingunitByIdResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
'Find',
find_Pre,
false,
false,
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
($core.List<$core.int> value) => $24.HandlingunitByFilterQuery.fromBuffer(value),
($24.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
'FindTracked',
findTracked_Pre,
false,
false,
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
($core.List<$core.int> value) => $24.HandlingunitByFilterQuery.fromBuffer(value),
($24.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$24.HandlingunitByMatchQuery, $24.HandlingunitByMatchResult>(
'FindMatchingFieldValues',
findMatchingFieldValues_Pre,
false,
false,
($core.List<$core.int> value) => $27.HandlingunitByMatchQuery.fromBuffer(value),
($27.HandlingunitByMatchResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $24.HandlingunitByMatchQuery.fromBuffer(value),
($24.HandlingunitByMatchResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
'FindMatchingFieldElements',
findMatchingFieldElements_Pre,
@@ -131,13 +131,13 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value),
($3.ElementByMatchResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
$addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
'GetKPIData',
getKPIData_Pre,
false,
false,
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
($9.GetKPIDataResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value),
($13.GetKPIDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>(
'Extract',
extract_Pre,
@@ -154,19 +154,19 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
($3.CountLinesResult value) => value.writeToBuffer()));
}
$async.Future<$27.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByIdQuery> $request) async {
$async.Future<$24.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByIdQuery> $request) async {
return getByIds($call, await $request);
}
$async.Future<$27.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
$async.Future<$24.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByFilterQuery> $request) async {
return find($call, await $request);
}
$async.Future<$27.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
$async.Future<$24.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByFilterQuery> $request) async {
return findTracked($call, await $request);
}
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByMatchQuery> $request) async {
$async.Future<$24.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByMatchQuery> $request) async {
return findMatchingFieldValues($call, await $request);
}
@@ -174,7 +174,7 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
return findMatchingFieldElements($call, await $request);
}
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
$async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async {
return getKPIData($call, await $request);
}
@@ -186,12 +186,12 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
return countLines($call, await $request);
}
$async.Future<$27.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $27.HandlingunitByIdQuery request);
$async.Future<$27.HandlingunitByFilterResult> find($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
$async.Future<$27.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $27.HandlingunitByMatchQuery request);
$async.Future<$24.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $24.HandlingunitByIdQuery request);
$async.Future<$24.HandlingunitByFilterResult> find($grpc.ServiceCall call, $24.HandlingunitByFilterQuery request);
$async.Future<$24.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $24.HandlingunitByFilterQuery request);
$async.Future<$24.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $24.HandlingunitByMatchQuery request);
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
}