From b30b4b44564ab17cd34e7fa8c106f804e6b73fa4 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 27 Aug 2026 13:13:16 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/handlingunitAction.pb.dart | 12 ++++++------ lib/handlingunitAction.pbjson.dart | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67601687..521cb386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260827085423 +Lib version: 1.15.0-SNAPSHOT-260827131226 diff --git a/lib/handlingunitAction.pb.dart b/lib/handlingunitAction.pb.dart index 224f107d..0db6136d 100644 --- a/lib/handlingunitAction.pb.dart +++ b/lib/handlingunitAction.pb.dart @@ -1009,7 +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') + ..aOS(4, _omitFieldNames ? '' : 'Reference', protoName: 'Reference') ..hasRequiredFields = false ; @@ -1042,14 +1042,14 @@ class HandlingunitPropagateParentHUPayload extends $pb.GeneratedMessage { @$pb.TagNumber(2) $pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1); - @$pb.TagNumber(3) + @$pb.TagNumber(4) $core.String get reference => $_getSZ(2); - @$pb.TagNumber(3) + @$pb.TagNumber(4) set reference($core.String value) => $_setString(2, value); - @$pb.TagNumber(3) + @$pb.TagNumber(4) $core.bool hasReference() => $_has(2); - @$pb.TagNumber(3) - void clearReference() => $_clearField(3); + @$pb.TagNumber(4) + void clearReference() => $_clearField(4); } class HandlingunitPropagateParentHU extends $pb.GeneratedMessage { diff --git a/lib/handlingunitAction.pbjson.dart b/lib/handlingunitAction.pbjson.dart index 15ea4740..e907e247 100644 --- a/lib/handlingunitAction.pbjson.dart +++ b/lib/handlingunitAction.pbjson.dart @@ -268,7 +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'}, + {'1': 'Reference', '3': 4, '4': 1, '5': 9, '10': 'Reference'}, ], '7': {}, }; @@ -277,7 +277,7 @@ const HandlingunitPropagateParentHUPayload$json = { final $typed_data.Uint8List handlingunitPropagateParentHUPayloadDescriptor = $convert.base64Decode( 'CiRIYW5kbGluZ3VuaXRQcm9wYWdhdGVQYXJlbnRIVVBheWxvYWQSIAoLQ29udGFpbnNIVXMYAS' 'ABKAhSC0NvbnRhaW5zSFVzEjgKF0luY2x1ZGVkSGFuZGxpbmd1bml0SURzGAIgAygJUhdJbmNs' - 'dWRlZEhhbmRsaW5ndW5pdElEcxIcCglSZWZlcmVuY2UYAyABKAlSCVJlZmVyZW5jZTokorsYB0' + 'dWRlZEhhbmRsaW5ndW5pdElEcxIcCglSZWZlcmVuY2UYBCABKAlSCVJlZmVyZW5jZTokorsYB0' 'NvbW1hbmSouxgBsrsYEVByb3BhZ2F0ZVBhcmVudEhV'); @$core.Deprecated('Use handlingunitPropagateParentHUDescriptor instead') diff --git a/pubspec.yaml b/pubspec.yaml index 75397fc2..309ddd0a 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-260827085423 +version: 1.15.0-SNAPSHOT-260827131226 homepage: '' publish_to: '' repository: ''