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-260827084835
|
||||
Lib version: 1.15.0-SNAPSHOT-260827085423
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user