Compare commits

..

3 Commits

Author SHA1 Message Date
ci core model
c7e46d91c9 Release 1.11.6 2025-10-27 16:13:28 +00:00
ci core model
72a61a845e Latest generation 2025-10-24 14:15:31 +00:00
ci core model
662813bc21 Latest generation 2025-10-24 13:54:19 +00:00
5 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.5
Lib version: 1.11.6

View File

@@ -1000,9 +1000,11 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
factory ExecutionflowPropagateLinesToOrderPayload({
$core.Iterable<$0.ExeFlowLine>? lines,
$core.String? orderID,
}) {
final result = create();
if (lines != null) result.lines.addAll(lines);
if (orderID != null) result.orderID = orderID;
return result;
}
@@ -1013,6 +1015,7 @@ class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowPropagateLinesToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..pc<$0.ExeFlowLine>(1, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $0.ExeFlowLine.create)
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
..hasRequiredFields = false
;
@@ -1036,6 +1039,15 @@ class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
/// Lines of the order
@$pb.TagNumber(1)
$pb.PbList<$0.ExeFlowLine> get lines => $_getList(0);
@$pb.TagNumber(2)
$core.String get orderID => $_getSZ(1);
@$pb.TagNumber(2)
set orderID($core.String value) => $_setString(1, value);
@$pb.TagNumber(2)
$core.bool hasOrderID() => $_has(1);
@$pb.TagNumber(2)
void clearOrderID() => $_clearField(2);
}
class ExecutionflowPropagateLinesToOrder extends $pb.GeneratedMessage {

View File

@@ -66,8 +66,9 @@ final $typed_data.Uint8List executionflowMapSummaryToOrderDescriptor = $convert.
'FkUgdQYXlsb2FkEk4KDEV2ZW50UGF5bG9hZBgEIAEoCzIqLmFwaS5FeGVjdXRpb25mbG93TWFw'
'U3VtbWFyeVRvT3JkZXJQYXlsb2FkUgxFdmVudFBheWxvYWQSVAoPUHJldmlvdXNQYXlsb2FkGA'
'UgASgLMiouYXBpLkV4ZWN1dGlvbmZsb3dNYXBTdW1tYXJ5VG9PcmRlclBheWxvYWRSD1ByZXZp'
'b3VzUGF5bG9hZDpiorsYB0NvbW1hbmSyuxgRTWFwU3VtbWFyeVRvT3JkZXLCuxgab3JkZXIuRX'
'hlY3V0aW9uZmxvd1VwZGF0ZWT6uxggRVRBVXBkYXRlZCxIVUVUQVVwZGF0ZWQsUmVzdG9yZWQ=');
'b3VzUGF5bG9hZDptorsYB0NvbW1hbmSyuxgRTWFwU3VtbWFyeVRvT3JkZXLCuxgab3JkZXIuRX'
'hlY3V0aW9uZmxvd1VwZGF0ZWT6uxgrRVRBVXBkYXRlZCxIVUVUQVVwZGF0ZWQsUmVzdG9yZWQs'
'TGluZXNBZGRlZA==');
@$core.Deprecated('Use executionflowMapETAToOrderPayloadDescriptor instead')
const ExecutionflowMapETAToOrderPayload$json = {
@@ -238,6 +239,7 @@ const ExecutionflowPropagateLinesToOrderPayload$json = {
'1': 'ExecutionflowPropagateLinesToOrderPayload',
'2': [
{'1': 'Lines', '3': 1, '4': 3, '5': 11, '6': '.api.ExeFlowLine', '8': {}, '10': 'Lines'},
{'1': 'OrderID', '3': 2, '4': 1, '5': 9, '10': 'OrderID'},
],
'7': {},
};
@@ -246,8 +248,9 @@ const ExecutionflowPropagateLinesToOrderPayload$json = {
final $typed_data.Uint8List executionflowPropagateLinesToOrderPayloadDescriptor = $convert.base64Decode(
'CilFeGVjdXRpb25mbG93UHJvcGFnYXRlTGluZXNUb09yZGVyUGF5bG9hZBJJCgVMaW5lcxgBIA'
'MoCzIQLmFwaS5FeGVGbG93TGluZUIhkkEUMhJMaW5lcyBvZiB0aGUgb3JkZXLqwRgGTGluZUlE'
'UgVMaW5lczpbkkEwCi4yLFByb3BhZ2F0ZXMgbGluZXMgZnJvbSBFeGVjdXRpb25mbG93IHRvIE'
'9yZGVyorsYB0NvbW1hbmSouxgBsrsYFVByb3BhZ2F0ZUxpbmVzVG9PcmRlcg==');
'UgVMaW5lcxIYCgdPcmRlcklEGAIgASgJUgdPcmRlcklEOluSQTAKLjIsUHJvcGFnYXRlcyBsaW'
'5lcyBmcm9tIEV4ZWN1dGlvbmZsb3cgdG8gT3JkZXKiuxgHQ29tbWFuZKi7GAGyuxgVUHJvcGFn'
'YXRlTGluZXNUb09yZGVy');
@$core.Deprecated('Use executionflowPropagateLinesToOrderDescriptor instead')
const ExecutionflowPropagateLinesToOrder$json = {

View File

@@ -1986,7 +1986,7 @@ final $typed_data.Uint8List executionflowLinesAddedEventDescriptor = $convert.ba
'ChxFeGVjdXRpb25mbG93TGluZXNBZGRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI9CgdQYXls'
'b2FkGAMgASgLMiMuYXBpLkV4ZWN1dGlvbmZsb3dMaW5lc0FkZGVkUGF5bG9hZFIHUGF5bG9hZD'
'oXorsYBUV2ZW50ursYCkxpbmVzQWRkZWQ=');
'oyorsYBUV2ZW50ursYCkxpbmVzQWRkZWTKuxgXY29tcHV0ZVJlcXVlc3RlZENvbnRlbnQ=');
@$core.Deprecated('Use executionflowLinesAddedRequestDescriptor instead')
const ExecutionflowLinesAddedRequest$json = {
@@ -2055,7 +2055,8 @@ final $typed_data.Uint8List executionflowLinesDetectedEventDescriptor = $convert
'Ch9FeGVjdXRpb25mbG93TGluZXNEZXRlY3RlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS'
'5FdmVudEhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBJACgdQ'
'YXlsb2FkGAMgASgLMiYuYXBpLkV4ZWN1dGlvbmZsb3dMaW5lc0RldGVjdGVkUGF5bG9hZFIHUG'
'F5bG9hZDoaorsYBUV2ZW50ursYDUxpbmVzRGV0ZWN0ZWQ=');
'F5bG9hZDo1orsYBUV2ZW50ursYDUxpbmVzRGV0ZWN0ZWTKuxgXY29tcHV0ZVJlcXVlc3RlZENv'
'bnRlbnQ=');
@$core.Deprecated('Use executionflowLinesDetectedRequestDescriptor instead')
const ExecutionflowLinesDetectedRequest$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.5
version: 1.11.6
homepage: ''
publish_to: ''
repository: ''