From f33a2605374d8acc65511b4fe1dea75cdf03bed3 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 21 Aug 2026 14:31:57 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/warehousingShared.pb.dart | 12 ++++++++++++ lib/warehousingShared.pbjson.dart | 7 +++++-- pubspec.yaml | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f56a64..0bc131e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260821131046 +Lib version: 1.15.0-SNAPSHOT-260821143106 diff --git a/lib/warehousingShared.pb.dart b/lib/warehousingShared.pb.dart index df7cd65c..36069ec7 100644 --- a/lib/warehousingShared.pb.dart +++ b/lib/warehousingShared.pb.dart @@ -1156,6 +1156,7 @@ class QuantifiedGoodsByHU extends $pb.GeneratedMessage { QuantityInLV? receivedQuantity, QuantityInLV? receivedQuantityInBaseLV, $core.String? trackingURL, + $core.String? handlingunitReference, }) { final result = create(); if (goods != null) result.goods = goods; @@ -1169,6 +1170,7 @@ class QuantifiedGoodsByHU extends $pb.GeneratedMessage { if (receivedQuantity != null) result.receivedQuantity = receivedQuantity; if (receivedQuantityInBaseLV != null) result.receivedQuantityInBaseLV = receivedQuantityInBaseLV; if (trackingURL != null) result.trackingURL = trackingURL; + if (handlingunitReference != null) result.handlingunitReference = handlingunitReference; return result; } @@ -1189,6 +1191,7 @@ class QuantifiedGoodsByHU extends $pb.GeneratedMessage { ..aOM(9, _omitFieldNames ? '' : 'ReceivedQuantity', protoName: 'ReceivedQuantity', subBuilder: QuantityInLV.create) ..aOM(10, _omitFieldNames ? '' : 'ReceivedQuantityInBaseLV', protoName: 'ReceivedQuantityInBaseLV', subBuilder: QuantityInLV.create) ..aOS(11, _omitFieldNames ? '' : 'TrackingURL', protoName: 'TrackingURL') + ..aOS(12, _omitFieldNames ? '' : 'HandlingunitReference', protoName: 'HandlingunitReference') ..hasRequiredFields = false ; @@ -1323,6 +1326,15 @@ class QuantifiedGoodsByHU extends $pb.GeneratedMessage { $core.bool hasTrackingURL() => $_has(10); @$pb.TagNumber(11) void clearTrackingURL() => $_clearField(11); + + @$pb.TagNumber(12) + $core.String get handlingunitReference => $_getSZ(11); + @$pb.TagNumber(12) + set handlingunitReference($core.String value) => $_setString(11, value); + @$pb.TagNumber(12) + $core.bool hasHandlingunitReference() => $_has(11); + @$pb.TagNumber(12) + void clearHandlingunitReference() => $_clearField(12); } class QuantifiedGoodsByLine extends $pb.GeneratedMessage { diff --git a/lib/warehousingShared.pbjson.dart b/lib/warehousingShared.pbjson.dart index 4a02aac4..7033dd83 100644 --- a/lib/warehousingShared.pbjson.dart +++ b/lib/warehousingShared.pbjson.dart @@ -522,6 +522,7 @@ const QuantifiedGoodsByHU$json = { {'1': 'ReceivedQuantity', '3': 9, '4': 1, '5': 11, '6': '.api.QuantityInLV', '8': {}, '10': 'ReceivedQuantity'}, {'1': 'ReceivedQuantityInBaseLV', '3': 10, '4': 1, '5': 11, '6': '.api.QuantityInLV', '8': {}, '10': 'ReceivedQuantityInBaseLV'}, {'1': 'TrackingURL', '3': 11, '4': 1, '5': 9, '10': 'TrackingURL'}, + {'1': 'HandlingunitReference', '3': 12, '4': 1, '5': 9, '8': {}, '10': 'HandlingunitReference'}, ], '7': {}, }; @@ -548,8 +549,10 @@ final $typed_data.Uint8List quantifiedGoodsByHUDescriptor = $convert.base64Decod 'l0eUluQmFzZUxWEkgKEFJlY2VpdmVkUXVhbnRpdHkYCSABKAsyES5hcGkuUXVhbnRpdHlJbkxW' 'Qgm6gQEFigECEAFSEFJlY2VpdmVkUXVhbnRpdHkSXQoYUmVjZWl2ZWRRdWFudGl0eUluQmFzZU' 'xWGAogASgLMhEuYXBpLlF1YW50aXR5SW5MVkIOkkECQAG6gQEFigECGAFSGFJlY2VpdmVkUXVh' - 'bnRpdHlJbkJhc2VMVhIgCgtUcmFja2luZ1VSTBgLIAEoCVILVHJhY2tpbmdVUkw6HpJBGwoZ0g' - 'EFR29vZHPSAQ5IYW5kbGluZ3VuaXRJRA=='); + 'bnRpdHlJbkJhc2VMVhIgCgtUcmFja2luZ1VSTBgLIAEoCVILVHJhY2tpbmdVUkwSdQoVSGFuZG' + 'xpbmd1bml0UmVmZXJlbmNlGAwgASgJQj+6gQEEcgIQAcrCGBwKGgoBKhIVZ2VuZXJhdGVkVGV4' + 'dCxrZXl3b3Jk2sIYEwoRCgEqEgxzaG9ydEtleXdvcmRSFUhhbmRsaW5ndW5pdFJlZmVyZW5jZT' + 'oekkEbChnSAQVHb29kc9IBDkhhbmRsaW5ndW5pdElE'); @$core.Deprecated('Use quantifiedGoodsByLineDescriptor instead') const QuantifiedGoodsByLine$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 4f0ad101..b6d88efe 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-260821131046 +version: 1.15.0-SNAPSHOT-260821143106 homepage: '' publish_to: '' repository: ''