Compare commits

..

1 Commits

Author SHA1 Message Date
ci core model
04bf1b310a Release 1.11.5 2025-10-24 07:00:45 +00:00
5 changed files with 8 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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