You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -15,16 +15,16 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $83;
|
||||
import 'transportShared.pb.dart' as $93;
|
||||
import 'warehousingShared.pb.dart' as $84;
|
||||
import 'tradeShared.pb.dart' as $82;
|
||||
import 'transportShared.pb.dart' as $92;
|
||||
import 'warehousingShared.pb.dart' as $83;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload({
|
||||
$84.HandlingunitInformation? information,
|
||||
$core.Iterable<$84.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$83.HandlingunitInformation? information,
|
||||
$core.Iterable<$83.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -40,8 +40,8 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsPreparedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$84.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $84.HandlingunitInformation.create)
|
||||
..pc<$84.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $84.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<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -64,18 +64,18 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsPreparedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$84.HandlingunitInformation get information => $_getN(0);
|
||||
$83.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($84.HandlingunitInformation value) => $_setField(1, value);
|
||||
set information($83.HandlingunitInformation value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$84.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$83.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$84.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)
|
||||
@@ -303,7 +303,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({
|
||||
$84.HandlingunitInformation? information,
|
||||
$83.HandlingunitInformation? information,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
@@ -320,7 +320,7 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitHUsAddedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitHUsAddedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$84.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $84.HandlingunitInformation.create)
|
||||
..aOM<$83.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $83.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
|
||||
@@ -344,15 +344,15 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitHUsAddedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$84.HandlingunitInformation get information => $_getN(0);
|
||||
$83.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($84.HandlingunitInformation value) => $_setField(1, value);
|
||||
set information($83.HandlingunitInformation value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$84.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$83.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -578,7 +578,7 @@ class HandlingunitHUsAddedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload({
|
||||
$93.TrackingSummary? currentTrackingSummary,
|
||||
$92.TrackingSummary? currentTrackingSummary,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
@@ -595,7 +595,7 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$93.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $93.TrackingSummary.create)
|
||||
..aOM<$92.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $92.TrackingSummary.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..aOM<$3.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -619,15 +619,15 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$93.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$92.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($93.TrackingSummary value) => $_setField(1, value);
|
||||
set currentTrackingSummary($92.TrackingSummary value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$93.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$92.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(1);
|
||||
@@ -860,7 +860,7 @@ class HandlingunitTrackingUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload({
|
||||
$83.ETA? handlingunitETA,
|
||||
$82.ETA? handlingunitETA,
|
||||
}) {
|
||||
final result = create();
|
||||
if (handlingunitETA != null) result.handlingunitETA = handlingunitETA;
|
||||
@@ -873,7 +873,7 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$83.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $83.ETA.create)
|
||||
..aOM<$82.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $82.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -895,15 +895,15 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$83.ETA get handlingunitETA => $_getN(0);
|
||||
$82.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($83.ETA value) => $_setField(1, value);
|
||||
set handlingunitETA($82.ETA value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$83.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$82.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class HandlingunitETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1122,7 +1122,7 @@ class HandlingunitETAUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload({
|
||||
$83.ETA? trackingETA,
|
||||
$82.ETA? trackingETA,
|
||||
}) {
|
||||
final result = create();
|
||||
if (trackingETA != null) result.trackingETA = trackingETA;
|
||||
@@ -1135,7 +1135,7 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$83.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $83.ETA.create)
|
||||
..aOM<$82.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $82.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1157,15 +1157,15 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$83.ETA get trackingETA => $_getN(0);
|
||||
$82.ETA get trackingETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set trackingETA($83.ETA value) => $_setField(1, value);
|
||||
set trackingETA($82.ETA value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTrackingETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearTrackingETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$83.ETA ensureTrackingETA() => $_ensure(0);
|
||||
$82.ETA ensureTrackingETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class HandlingunitTrackingETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1628,7 +1628,7 @@ class HandlingunitDispatchedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload({
|
||||
$core.Iterable<$84.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$83.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final result = create();
|
||||
if (receivedContents != null) result.receivedContents.addAll(receivedContents);
|
||||
@@ -1641,7 +1641,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsReceivedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$84.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $84.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$83.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $83.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1663,7 +1663,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsReceivedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$84.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