You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.15.0-SNAPSHOT-260821131046
|
||||
Lib version: 1.15.0-SNAPSHOT-260821143106
|
||||
|
||||
@@ -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<QuantityInLV>(9, _omitFieldNames ? '' : 'ReceivedQuantity', protoName: 'ReceivedQuantity', subBuilder: QuantityInLV.create)
|
||||
..aOM<QuantityInLV>(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 {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user