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 'executionflowQuery.pb.dart' as $23;
import 'clickhouse.pb.dart' as $13;
import 'executionflowQuery.pb.dart' as $20;
import 'shared.pb.dart' as $3;
export 'executionflowQuery.pb.dart';
@$pb.GrpcServiceName('api.ExecutionflowQuery')
class ExecutionflowQueryClient extends $grpc.Client {
static final _$getByIds = $grpc.ClientMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>(
static final _$getByIds = $grpc.ClientMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>(
'/api.ExecutionflowQuery/GetByIds',
($23.ExecutionflowByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.ExecutionflowByIdResult.fromBuffer(value));
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
($20.ExecutionflowByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $20.ExecutionflowByIdResult.fromBuffer(value));
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
'/api.ExecutionflowQuery/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 _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>(
'/api.ExecutionflowQuery/CountLines',
($3.CountLinesQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
static final _$find = $grpc.ClientMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>(
static final _$find = $grpc.ClientMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>(
'/api.ExecutionflowQuery/Find',
($23.ExecutionflowByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $23.ExecutionflowByFilterResult.fromBuffer(value));
($20.ExecutionflowByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $20.ExecutionflowByFilterResult.fromBuffer(value));
ExecutionflowQueryClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$23.ExecutionflowByIdResult> getByIds($23.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$20.ExecutionflowByIdResult> getByIds($20.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getByIds, 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);
}
@@ -54,7 +54,7 @@ class ExecutionflowQueryClient extends $grpc.Client {
return $createUnaryCall(_$countLines, request, options: options);
}
$grpc.ResponseFuture<$23.ExecutionflowByFilterResult> find($23.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$20.ExecutionflowByFilterResult> find($20.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$find, request, options: options);
}
}
@@ -64,20 +64,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
$core.String get $name => 'api.ExecutionflowQuery';
ExecutionflowQueryServiceBase() {
$addMethod($grpc.ServiceMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>(
$addMethod($grpc.ServiceMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>(
'GetByIds',
getByIds_Pre,
false,
false,
($core.List<$core.int> value) => $23.ExecutionflowByIdQuery.fromBuffer(value),
($23.ExecutionflowByIdResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
($core.List<$core.int> value) => $20.ExecutionflowByIdQuery.fromBuffer(value),
($20.ExecutionflowByIdResult value) => value.writeToBuffer()));
$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.CountLinesQuery, $3.CountLinesResult>(
'CountLines',
countLines_Pre,
@@ -85,20 +85,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
($3.CountLinesResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>(
$addMethod($grpc.ServiceMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>(
'Find',
find_Pre,
false,
false,
($core.List<$core.int> value) => $23.ExecutionflowByFilterQuery.fromBuffer(value),
($23.ExecutionflowByFilterResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $20.ExecutionflowByFilterQuery.fromBuffer(value),
($20.ExecutionflowByFilterResult value) => value.writeToBuffer()));
}
$async.Future<$23.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByIdQuery> $request) async {
$async.Future<$20.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByIdQuery> $request) async {
return getByIds($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);
}
@@ -106,12 +106,12 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
return countLines($call, await $request);
}
$async.Future<$23.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByFilterQuery> $request) async {
$async.Future<$20.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByFilterQuery> $request) async {
return find($call, await $request);
}
$async.Future<$23.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $23.ExecutionflowByIdQuery request);
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
$async.Future<$20.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $20.ExecutionflowByIdQuery request);
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
$async.Future<$23.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $23.ExecutionflowByFilterQuery request);
$async.Future<$20.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $20.ExecutionflowByFilterQuery request);
}