You've already forked dart-core-sdk
Release 1.10.5
This commit is contained in:
@@ -14,9 +14,9 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'transportShared.pb.dart' as $91;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'transportShared.pb.dart' as $85;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -24,15 +24,15 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// HandlingunitMapContentToExecutionFlow : map the Handlingunit content to the corresponding Executionflow
|
||||
class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapContentToExecutionFlowPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.bool? containsGoods,
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (information != null) {
|
||||
@@ -69,15 +69,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapContentToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapContentToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..aOB(2, _omitFieldNames ? '' : 'ContainsGoods', protoName: 'ContainsGoods')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pPS(5, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..aOM<$85.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..pc<$3.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -103,15 +103,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapContentToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$76.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($76.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$76.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get containsGoods => $_getBF(1);
|
||||
@@ -132,39 +132,39 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
void clearContainsHUs() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(6, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCurrentTrackingSummary() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(6);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasStatus() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearStatus() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
}
|
||||
|
||||
class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -287,10 +287,10 @@ class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapTrackingToExecutionFlow : map the Handlingunit Tracking status to the corresponding Executionflow
|
||||
class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload({
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -316,10 +316,10 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapTrackingToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$91.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$85.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pPS(11, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -346,32 +346,32 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapTrackingToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(1, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(1);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(2, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasStatus() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearStatus() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(4);
|
||||
@@ -497,9 +497,9 @@ class HandlingunitMapTrackingToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapETAToExecutionFlow : map the Handlingunit ETA to the corresponding Executionflow
|
||||
class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$75.ETA? handlingunitETA,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunitETA != null) {
|
||||
@@ -518,9 +518,9 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapETAToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -546,21 +546,21 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMapETAToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$75.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
}
|
||||
|
||||
class HandlingunitMapETAToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -685,7 +685,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateTrackingPayload({
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -710,7 +710,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateTrackingPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$85.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$3.DateTime>(4, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -749,15 +749,15 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(3, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearCurrentTrackingSummary() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
@@ -891,7 +891,7 @@ class HandlingunitPropagateTracking extends $pb.GeneratedMessage {
|
||||
/// PropagateETA : replicate ETA on all included logistic units
|
||||
class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$75.ETA? handlingunitETA,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.bool? containsHUs,
|
||||
}) {
|
||||
@@ -912,7 +912,7 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateETAPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..hasRequiredFields = false
|
||||
@@ -940,15 +940,15 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitPropagateETAPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$75.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -1259,9 +1259,9 @@ class HandlingunitPropagateParentHU extends $pb.GeneratedMessage {
|
||||
/// MoveStock : Send a 'moved' event to the stock to decrement the content of the HU
|
||||
class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload({
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -1284,9 +1284,9 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMoveStockPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..aOM<$3.DateTime>(9, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1313,21 +1313,21 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMoveStockPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(2);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(2);
|
||||
@$pb.TagNumber(8)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(8, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasStatus() => $_has(2);
|
||||
@$pb.TagNumber(8)
|
||||
void clearStatus() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
|
||||
Reference in New Issue
Block a user