You've already forked dart-core-sdk
Release 1.10.6
This commit is contained in:
@@ -14,16 +14,16 @@ 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;
|
||||
|
||||
class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -43,8 +43,8 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsPreparedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -71,18 +71,18 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsPreparedPayload? _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)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(3)
|
||||
@@ -332,7 +332,7 @@ class HandlingunitGoodsPreparedResponse extends $pb.GeneratedMessage {
|
||||
/// The second goal is to provide the general information about the logisticUnit.
|
||||
class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitHUsAddedPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
@@ -353,7 +353,7 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitHUsAddedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitHUsAddedPayload', 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)
|
||||
..pPS(3, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..pc<$3.MetadataElement>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -381,15 +381,15 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitHUsAddedPayload? _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(3)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -637,7 +637,7 @@ class HandlingunitHUsAddedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload({
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
@@ -658,7 +658,7 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$91.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$85.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..aOM<$3.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -686,15 +686,15 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingUpdatedPayload? _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)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(1);
|
||||
@@ -949,7 +949,7 @@ class HandlingunitTrackingUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$75.ETA? handlingunitETA,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunitETA != null) {
|
||||
@@ -962,7 +962,7 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitETAUpdatedPayload', 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)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -988,15 +988,15 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitETAUpdatedPayload? _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);
|
||||
}
|
||||
|
||||
class HandlingunitETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1237,7 +1237,7 @@ class HandlingunitETAUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload({
|
||||
$81.ETA? trackingETA,
|
||||
$75.ETA? trackingETA,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (trackingETA != null) {
|
||||
@@ -1250,7 +1250,7 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $75.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1276,15 +1276,15 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get trackingETA => $_getN(0);
|
||||
$75.ETA get trackingETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set trackingETA($81.ETA v) { $_setField(1, v); }
|
||||
set trackingETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTrackingETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearTrackingETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureTrackingETA() => $_ensure(0);
|
||||
$75.ETA ensureTrackingETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class HandlingunitTrackingETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1793,7 +1793,7 @@ class HandlingunitDispatchedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload({
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (receivedContents != null) {
|
||||
@@ -1806,7 +1806,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsReceivedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1832,7 +1832,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsReceivedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
}
|
||||
|
||||
class HandlingunitGoodsReceivedEvent extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user