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

@@ -14,13 +14,13 @@ import 'dart:core' as $core;
import 'package:fixnum/fixnum.dart' as $fixnum;
import 'package:protobuf/protobuf.dart' as $pb;
import 'actor.pb.dart' as $72;
import 'executionflow.pb.dart' as $84;
import 'handlingunit.pb.dart' as $92;
import 'item.pb.dart' as $83;
import 'metadata.pb.dart' as $78;
import 'movement.pb.dart' as $93;
import 'stock.pb.dart' as $98;
import 'actor.pb.dart' as $67;
import 'executionflow.pb.dart' as $78;
import 'handlingunit.pb.dart' as $86;
import 'item.pb.dart' as $77;
import 'metadata.pb.dart' as $72;
import 'movement.pb.dart' as $87;
import 'stock.pb.dart' as $92;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -28,7 +28,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class TradeClickHouseInput extends $pb.GeneratedMessage {
factory TradeClickHouseInput({
TradeClickhouseElements? clickhouseElements,
$core.Iterable<$78.MetadatasToApply>? metadatasToApply,
$core.Iterable<$72.MetadatasToApply>? metadatasToApply,
}) {
final $result = create();
if (clickhouseElements != null) {
@@ -45,7 +45,7 @@ class TradeClickHouseInput extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TradeClickHouseInput', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<TradeClickhouseElements>(1, _omitFieldNames ? '' : 'ClickhouseElements', protoName: 'ClickhouseElements', subBuilder: TradeClickhouseElements.create)
..pc<$78.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $78.MetadatasToApply.create)
..pc<$72.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $72.MetadatasToApply.create)
..hasRequiredFields = false
;
@@ -82,7 +82,7 @@ class TradeClickHouseInput extends $pb.GeneratedMessage {
TradeClickhouseElements ensureClickhouseElements() => $_ensure(0);
@$pb.TagNumber(2)
$pb.PbList<$78.MetadatasToApply> get metadatasToApply => $_getList(1);
$pb.PbList<$72.MetadatasToApply> get metadatasToApply => $_getList(1);
}
enum TradeClickhouseElement_Content {
@@ -97,12 +97,12 @@ enum TradeClickhouseElement_Content {
class TradeClickhouseElement extends $pb.GeneratedMessage {
factory TradeClickhouseElement({
$84.Executionflow? executionflow,
$98.Stock? stock,
$92.Handlingunit? handlingunit,
$93.Movement? movement,
$83.Item? item,
$72.Actor? actor,
$78.Executionflow? executionflow,
$92.Stock? stock,
$86.Handlingunit? handlingunit,
$87.Movement? movement,
$77.Item? item,
$67.Actor? actor,
}) {
final $result = create();
if (executionflow != null) {
@@ -140,12 +140,12 @@ class TradeClickhouseElement extends $pb.GeneratedMessage {
};
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TradeClickhouseElement', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..oo(0, [1, 2, 3, 4, 5, 6])
..aOM<$84.Executionflow>(1, _omitFieldNames ? '' : 'Executionflow', protoName: 'Executionflow', subBuilder: $84.Executionflow.create)
..aOM<$98.Stock>(2, _omitFieldNames ? '' : 'Stock', protoName: 'Stock', subBuilder: $98.Stock.create)
..aOM<$92.Handlingunit>(3, _omitFieldNames ? '' : 'Handlingunit', protoName: 'Handlingunit', subBuilder: $92.Handlingunit.create)
..aOM<$93.Movement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $93.Movement.create)
..aOM<$83.Item>(5, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.Item.create)
..aOM<$72.Actor>(6, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.Actor.create)
..aOM<$78.Executionflow>(1, _omitFieldNames ? '' : 'Executionflow', protoName: 'Executionflow', subBuilder: $78.Executionflow.create)
..aOM<$92.Stock>(2, _omitFieldNames ? '' : 'Stock', protoName: 'Stock', subBuilder: $92.Stock.create)
..aOM<$86.Handlingunit>(3, _omitFieldNames ? '' : 'Handlingunit', protoName: 'Handlingunit', subBuilder: $86.Handlingunit.create)
..aOM<$87.Movement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $87.Movement.create)
..aOM<$77.Item>(5, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.Item.create)
..aOM<$67.Actor>(6, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.Actor.create)
..hasRequiredFields = false
;
@@ -174,70 +174,70 @@ class TradeClickhouseElement extends $pb.GeneratedMessage {
void clearContent() => $_clearField($_whichOneof(0));
@$pb.TagNumber(1)
$84.Executionflow get executionflow => $_getN(0);
$78.Executionflow get executionflow => $_getN(0);
@$pb.TagNumber(1)
set executionflow($84.Executionflow v) { $_setField(1, v); }
set executionflow($78.Executionflow v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasExecutionflow() => $_has(0);
@$pb.TagNumber(1)
void clearExecutionflow() => $_clearField(1);
@$pb.TagNumber(1)
$84.Executionflow ensureExecutionflow() => $_ensure(0);
$78.Executionflow ensureExecutionflow() => $_ensure(0);
@$pb.TagNumber(2)
$98.Stock get stock => $_getN(1);
$92.Stock get stock => $_getN(1);
@$pb.TagNumber(2)
set stock($98.Stock v) { $_setField(2, v); }
set stock($92.Stock v) { $_setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasStock() => $_has(1);
@$pb.TagNumber(2)
void clearStock() => $_clearField(2);
@$pb.TagNumber(2)
$98.Stock ensureStock() => $_ensure(1);
$92.Stock ensureStock() => $_ensure(1);
@$pb.TagNumber(3)
$92.Handlingunit get handlingunit => $_getN(2);
$86.Handlingunit get handlingunit => $_getN(2);
@$pb.TagNumber(3)
set handlingunit($92.Handlingunit v) { $_setField(3, v); }
set handlingunit($86.Handlingunit v) { $_setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasHandlingunit() => $_has(2);
@$pb.TagNumber(3)
void clearHandlingunit() => $_clearField(3);
@$pb.TagNumber(3)
$92.Handlingunit ensureHandlingunit() => $_ensure(2);
$86.Handlingunit ensureHandlingunit() => $_ensure(2);
@$pb.TagNumber(4)
$93.Movement get movement => $_getN(3);
$87.Movement get movement => $_getN(3);
@$pb.TagNumber(4)
set movement($93.Movement v) { $_setField(4, v); }
set movement($87.Movement v) { $_setField(4, v); }
@$pb.TagNumber(4)
$core.bool hasMovement() => $_has(3);
@$pb.TagNumber(4)
void clearMovement() => $_clearField(4);
@$pb.TagNumber(4)
$93.Movement ensureMovement() => $_ensure(3);
$87.Movement ensureMovement() => $_ensure(3);
@$pb.TagNumber(5)
$83.Item get item => $_getN(4);
$77.Item get item => $_getN(4);
@$pb.TagNumber(5)
set item($83.Item v) { $_setField(5, v); }
set item($77.Item v) { $_setField(5, v); }
@$pb.TagNumber(5)
$core.bool hasItem() => $_has(4);
@$pb.TagNumber(5)
void clearItem() => $_clearField(5);
@$pb.TagNumber(5)
$83.Item ensureItem() => $_ensure(4);
$77.Item ensureItem() => $_ensure(4);
@$pb.TagNumber(6)
$72.Actor get actor => $_getN(5);
$67.Actor get actor => $_getN(5);
@$pb.TagNumber(6)
set actor($72.Actor v) { $_setField(6, v); }
set actor($67.Actor v) { $_setField(6, v); }
@$pb.TagNumber(6)
$core.bool hasActor() => $_has(5);
@$pb.TagNumber(6)
void clearActor() => $_clearField(6);
@$pb.TagNumber(6)
$72.Actor ensureActor() => $_ensure(5);
$67.Actor ensureActor() => $_ensure(5);
}
class TradeClickhouseElements extends $pb.GeneratedMessage {