From 171ef4909278e52f5b22f88cc7c3cadfa1365329 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 27 Aug 2026 08:55:17 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/handlingunitAction.pb.dart | 12 ++++++++++++ lib/handlingunitAction.pbjson.dart | 5 +++-- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf107550..67601687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260827084835 +Lib version: 1.15.0-SNAPSHOT-260827085423 diff --git a/lib/handlingunitAction.pb.dart b/lib/handlingunitAction.pb.dart index 20dda06b..224f107d 100644 --- a/lib/handlingunitAction.pb.dart +++ b/lib/handlingunitAction.pb.dart @@ -992,10 +992,12 @@ class HandlingunitPropagateParentHUPayload extends $pb.GeneratedMessage { factory HandlingunitPropagateParentHUPayload({ $core.bool? containsHUs, $core.Iterable<$core.String>? includedHandlingunitIDs, + $core.String? reference, }) { final result = create(); if (containsHUs != null) result.containsHUs = containsHUs; if (includedHandlingunitIDs != null) result.includedHandlingunitIDs.addAll(includedHandlingunitIDs); + if (reference != null) result.reference = reference; return result; } @@ -1007,6 +1009,7 @@ class HandlingunitPropagateParentHUPayload extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateParentHUPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOB(1, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs') ..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs') + ..aOS(3, _omitFieldNames ? '' : 'Reference', protoName: 'Reference') ..hasRequiredFields = false ; @@ -1038,6 +1041,15 @@ class HandlingunitPropagateParentHUPayload extends $pb.GeneratedMessage { @$pb.TagNumber(2) $pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1); + + @$pb.TagNumber(3) + $core.String get reference => $_getSZ(2); + @$pb.TagNumber(3) + set reference($core.String value) => $_setString(2, value); + @$pb.TagNumber(3) + $core.bool hasReference() => $_has(2); + @$pb.TagNumber(3) + void clearReference() => $_clearField(3); } class HandlingunitPropagateParentHU extends $pb.GeneratedMessage { diff --git a/lib/handlingunitAction.pbjson.dart b/lib/handlingunitAction.pbjson.dart index 70f612db..15ea4740 100644 --- a/lib/handlingunitAction.pbjson.dart +++ b/lib/handlingunitAction.pbjson.dart @@ -268,6 +268,7 @@ const HandlingunitPropagateParentHUPayload$json = { '2': [ {'1': 'ContainsHUs', '3': 1, '4': 1, '5': 8, '10': 'ContainsHUs'}, {'1': 'IncludedHandlingunitIDs', '3': 2, '4': 3, '5': 9, '10': 'IncludedHandlingunitIDs'}, + {'1': 'Reference', '3': 3, '4': 1, '5': 9, '10': 'Reference'}, ], '7': {}, }; @@ -276,8 +277,8 @@ const HandlingunitPropagateParentHUPayload$json = { final $typed_data.Uint8List handlingunitPropagateParentHUPayloadDescriptor = $convert.base64Decode( 'CiRIYW5kbGluZ3VuaXRQcm9wYWdhdGVQYXJlbnRIVVBheWxvYWQSIAoLQ29udGFpbnNIVXMYAS' 'ABKAhSC0NvbnRhaW5zSFVzEjgKF0luY2x1ZGVkSGFuZGxpbmd1bml0SURzGAIgAygJUhdJbmNs' - 'dWRlZEhhbmRsaW5ndW5pdElEczokorsYB0NvbW1hbmSouxgBsrsYEVByb3BhZ2F0ZVBhcmVudE' - 'hV'); + 'dWRlZEhhbmRsaW5ndW5pdElEcxIcCglSZWZlcmVuY2UYAyABKAlSCVJlZmVyZW5jZTokorsYB0' + 'NvbW1hbmSouxgBsrsYEVByb3BhZ2F0ZVBhcmVudEhV'); @$core.Deprecated('Use handlingunitPropagateParentHUDescriptor instead') const HandlingunitPropagateParentHU$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 301ff5a8..75397fc2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.15.0-SNAPSHOT-260827084835 +version: 1.15.0-SNAPSHOT-260827085423 homepage: '' publish_to: '' repository: ''