You've already forked dart-core-sdk
Latest generation
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 $35;
|
||||
import 'tradeShared.pb.dart' as $87;
|
||||
import 'transportShared.pb.dart' as $89;
|
||||
import 'warehousingShared.pb.dart' as $85;
|
||||
import 'tradeShared.pb.dart' as $85;
|
||||
import 'transportShared.pb.dart' as $86;
|
||||
import 'warehousingShared.pb.dart' as $83;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload({
|
||||
$85.HandlingunitInformation? information,
|
||||
$core.Iterable<$85.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$83.HandlingunitInformation? information,
|
||||
$core.Iterable<$83.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$35.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<$85.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $85.HandlingunitInformation.create)
|
||||
..pc<$85.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $85.QuantifiedGoodsByExeflow.create)
|
||||
..aOM<$83.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $83.HandlingunitInformation.create)
|
||||
..pc<$83.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $83.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$35.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $35.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -71,18 +71,18 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsPreparedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$85.HandlingunitInformation get information => $_getN(0);
|
||||
$83.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($85.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($83.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$85.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$83.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$85.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$83.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({
|
||||
$85.HandlingunitInformation? information,
|
||||
$83.HandlingunitInformation? information,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.Iterable<$35.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<$85.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $85.HandlingunitInformation.create)
|
||||
..aOM<$83.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $83.HandlingunitInformation.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..pc<$35.MetadataElement>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $35.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -381,15 +381,15 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitHUsAddedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$85.HandlingunitInformation get information => $_getN(0);
|
||||
$83.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($85.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($83.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$85.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$83.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({
|
||||
$89.TrackingSummary? currentTrackingSummary,
|
||||
$86.TrackingSummary? currentTrackingSummary,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
$35.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<$89.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $89.TrackingSummary.create)
|
||||
..aOM<$86.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $86.TrackingSummary.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..aOM<$35.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $35.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -686,15 +686,15 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$89.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$86.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($89.TrackingSummary v) { $_setField(1, v); }
|
||||
set currentTrackingSummary($86.TrackingSummary v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$89.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$86.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({
|
||||
$87.ETA? handlingunitETA,
|
||||
$85.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<$87.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $87.ETA.create)
|
||||
..aOM<$85.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $85.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -988,15 +988,15 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$87.ETA get handlingunitETA => $_getN(0);
|
||||
$85.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($87.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($85.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$87.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$85.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({
|
||||
$87.ETA? trackingETA,
|
||||
$85.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<$87.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $87.ETA.create)
|
||||
..aOM<$85.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $85.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1276,15 +1276,15 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$87.ETA get trackingETA => $_getN(0);
|
||||
$85.ETA get trackingETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set trackingETA($87.ETA v) { $_setField(1, v); }
|
||||
set trackingETA($85.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTrackingETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearTrackingETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$87.ETA ensureTrackingETA() => $_ensure(0);
|
||||
$85.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<$85.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$83.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<$85.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $85.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$83.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $83.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1832,7 +1832,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsReceivedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$85.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
$pb.PbList<$83.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
}
|
||||
|
||||
class HandlingunitGoodsReceivedEvent extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user