Latest generation

This commit is contained in:
ci core model
2025-04-28 11:35:10 +00:00
parent 5c663383eb
commit 120d0b52ed
161 changed files with 23587 additions and 10095 deletions

View File

@@ -13,33 +13,33 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'item.pb.dart' as $77;
import 'shared.pb.dart' as $34;
import 'tradeShared.pb.dart' as $81;
import 'transportShared.pb.dart' as $83;
import 'warehousingShared.pb.dart' as $79;
import 'item.pb.dart' as $83;
import 'shared.pb.dart' as $35;
import 'tradeShared.pb.dart' as $87;
import 'transportShared.pb.dart' as $89;
import 'warehousingShared.pb.dart' as $85;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class HandlingunitPayload extends $pb.GeneratedMessage {
factory HandlingunitPayload({
$79.HandlingunitInformation? information,
$85.HandlingunitInformation? information,
$core.bool? containsGoods,
$core.bool? containsHUs,
$core.Iterable<$core.String>? includedHandlingunitIDs,
$83.TrackingSummary? currentTrackingSummary,
$core.Iterable<$34.MetadataElement>? metaData,
$79.HandlingunitStatusStruct? status,
$core.Iterable<$79.QuantifiedGoodsByExeflow>? preparedContents,
$core.Iterable<$79.QuantifiedDatedGoodsByExeflow>? receivedContents,
$34.DateTime? dispatchedDateTime,
$89.TrackingSummary? currentTrackingSummary,
$core.Iterable<$35.MetadataElement>? metaData,
$85.HandlingunitStatusStruct? status,
$core.Iterable<$85.QuantifiedGoodsByExeflow>? preparedContents,
$core.Iterable<$85.QuantifiedDatedGoodsByExeflow>? receivedContents,
$35.DateTime? dispatchedDateTime,
$core.Iterable<$core.String>? trackingIDs,
$core.Iterable<$34.AttachmentSummary>? attachments,
$core.Iterable<$35.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.Iterable<$34.ClaimSummary>? claims,
$core.Iterable<$35.ClaimSummary>? claims,
$core.int? claimNumber,
$81.ETA? handlingunitETA,
$81.ETA? trackingETA,
$87.ETA? handlingunitETA,
$87.ETA? trackingETA,
$core.String? parentHU,
}) {
final $result = create();
@@ -104,23 +104,23 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
factory HandlingunitPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$79.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $79.HandlingunitInformation.create)
..aOM<$85.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $85.HandlingunitInformation.create)
..aOB(2, _omitFieldNames ? '' : 'ContainsGoods', protoName: 'ContainsGoods')
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
..pPS(4, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
..aOM<$83.TrackingSummary>(5, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $83.TrackingSummary.create)
..pc<$34.MetadataElement>(6, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $34.MetadataElement.create)
..aOM<$79.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $79.HandlingunitStatusStruct.create)
..pc<$79.QuantifiedGoodsByExeflow>(8, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $79.QuantifiedGoodsByExeflow.create)
..pc<$79.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $79.QuantifiedDatedGoodsByExeflow.create)
..aOM<$34.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $34.DateTime.create)
..aOM<$89.TrackingSummary>(5, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $89.TrackingSummary.create)
..pc<$35.MetadataElement>(6, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $35.MetadataElement.create)
..aOM<$85.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $85.HandlingunitStatusStruct.create)
..pc<$85.QuantifiedGoodsByExeflow>(8, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $85.QuantifiedGoodsByExeflow.create)
..pc<$85.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $85.QuantifiedDatedGoodsByExeflow.create)
..aOM<$35.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $35.DateTime.create)
..pPS(11, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
..pc<$34.AttachmentSummary>(12, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $34.AttachmentSummary.create)
..pc<$35.AttachmentSummary>(12, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $35.AttachmentSummary.create)
..a<$core.int>(13, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..pc<$34.ClaimSummary>(14, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $34.ClaimSummary.create)
..pc<$35.ClaimSummary>(14, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $35.ClaimSummary.create)
..a<$core.int>(15, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
..aOM<$81.ETA>(16, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
..aOM<$81.ETA>(17, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $81.ETA.create)
..aOM<$87.ETA>(16, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $87.ETA.create)
..aOM<$87.ETA>(17, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $87.ETA.create)
..aOS(18, _omitFieldNames ? '' : 'ParentHU', protoName: 'ParentHU')
..hasRequiredFields = false
;
@@ -147,15 +147,15 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
static HandlingunitPayload? _defaultInstance;
@$pb.TagNumber(1)
$79.HandlingunitInformation get information => $_getN(0);
$85.HandlingunitInformation get information => $_getN(0);
@$pb.TagNumber(1)
set information($79.HandlingunitInformation v) { $_setField(1, v); }
set information($85.HandlingunitInformation v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasInformation() => $_has(0);
@$pb.TagNumber(1)
void clearInformation() => $_clearField(1);
@$pb.TagNumber(1)
$79.HandlingunitInformation ensureInformation() => $_ensure(0);
$85.HandlingunitInformation ensureInformation() => $_ensure(0);
@$pb.TagNumber(2)
$core.bool get containsGoods => $_getBF(1);
@@ -179,53 +179,53 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(3);
@$pb.TagNumber(5)
$83.TrackingSummary get currentTrackingSummary => $_getN(4);
$89.TrackingSummary get currentTrackingSummary => $_getN(4);
@$pb.TagNumber(5)
set currentTrackingSummary($83.TrackingSummary v) { $_setField(5, v); }
set currentTrackingSummary($89.TrackingSummary v) { $_setField(5, v); }
@$pb.TagNumber(5)
$core.bool hasCurrentTrackingSummary() => $_has(4);
@$pb.TagNumber(5)
void clearCurrentTrackingSummary() => $_clearField(5);
@$pb.TagNumber(5)
$83.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(4);
$89.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(4);
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
@$pb.TagNumber(6)
$pb.PbList<$34.MetadataElement> get metaData => $_getList(5);
$pb.PbList<$35.MetadataElement> get metaData => $_getList(5);
@$pb.TagNumber(7)
$79.HandlingunitStatusStruct get status => $_getN(6);
$85.HandlingunitStatusStruct get status => $_getN(6);
@$pb.TagNumber(7)
set status($79.HandlingunitStatusStruct v) { $_setField(7, v); }
set status($85.HandlingunitStatusStruct v) { $_setField(7, v); }
@$pb.TagNumber(7)
$core.bool hasStatus() => $_has(6);
@$pb.TagNumber(7)
void clearStatus() => $_clearField(7);
@$pb.TagNumber(7)
$79.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
$85.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
@$pb.TagNumber(8)
$pb.PbList<$79.QuantifiedGoodsByExeflow> get preparedContents => $_getList(7);
$pb.PbList<$85.QuantifiedGoodsByExeflow> get preparedContents => $_getList(7);
@$pb.TagNumber(9)
$pb.PbList<$79.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
$pb.PbList<$85.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
@$pb.TagNumber(10)
$34.DateTime get dispatchedDateTime => $_getN(9);
$35.DateTime get dispatchedDateTime => $_getN(9);
@$pb.TagNumber(10)
set dispatchedDateTime($34.DateTime v) { $_setField(10, v); }
set dispatchedDateTime($35.DateTime v) { $_setField(10, v); }
@$pb.TagNumber(10)
$core.bool hasDispatchedDateTime() => $_has(9);
@$pb.TagNumber(10)
void clearDispatchedDateTime() => $_clearField(10);
@$pb.TagNumber(10)
$34.DateTime ensureDispatchedDateTime() => $_ensure(9);
$35.DateTime ensureDispatchedDateTime() => $_ensure(9);
@$pb.TagNumber(11)
$pb.PbList<$core.String> get trackingIDs => $_getList(10);
@$pb.TagNumber(12)
$pb.PbList<$34.AttachmentSummary> get attachments => $_getList(11);
$pb.PbList<$35.AttachmentSummary> get attachments => $_getList(11);
@$pb.TagNumber(13)
$core.int get attachmentNumber => $_getIZ(12);
@@ -237,7 +237,7 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
void clearAttachmentNumber() => $_clearField(13);
@$pb.TagNumber(14)
$pb.PbList<$34.ClaimSummary> get claims => $_getList(13);
$pb.PbList<$35.ClaimSummary> get claims => $_getList(13);
@$pb.TagNumber(15)
$core.int get claimNumber => $_getIZ(14);
@@ -249,26 +249,26 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
void clearClaimNumber() => $_clearField(15);
@$pb.TagNumber(16)
$81.ETA get handlingunitETA => $_getN(15);
$87.ETA get handlingunitETA => $_getN(15);
@$pb.TagNumber(16)
set handlingunitETA($81.ETA v) { $_setField(16, v); }
set handlingunitETA($87.ETA v) { $_setField(16, v); }
@$pb.TagNumber(16)
$core.bool hasHandlingunitETA() => $_has(15);
@$pb.TagNumber(16)
void clearHandlingunitETA() => $_clearField(16);
@$pb.TagNumber(16)
$81.ETA ensureHandlingunitETA() => $_ensure(15);
$87.ETA ensureHandlingunitETA() => $_ensure(15);
@$pb.TagNumber(17)
$81.ETA get trackingETA => $_getN(16);
$87.ETA get trackingETA => $_getN(16);
@$pb.TagNumber(17)
set trackingETA($81.ETA v) { $_setField(17, v); }
set trackingETA($87.ETA v) { $_setField(17, v); }
@$pb.TagNumber(17)
$core.bool hasTrackingETA() => $_has(16);
@$pb.TagNumber(17)
void clearTrackingETA() => $_clearField(17);
@$pb.TagNumber(17)
$81.ETA ensureTrackingETA() => $_ensure(16);
$87.ETA ensureTrackingETA() => $_ensure(16);
@$pb.TagNumber(18)
$core.String get parentHU => $_getSZ(17);
@@ -282,8 +282,8 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
class Handlingunit extends $pb.GeneratedMessage {
factory Handlingunit({
$34.EventHeader? lastEventHeader,
$34.EntityID? iD,
$35.EventHeader? lastEventHeader,
$35.EntityID? iD,
HandlingunitPayload? payload,
}) {
final $result = create();
@@ -303,8 +303,8 @@ class Handlingunit extends $pb.GeneratedMessage {
factory Handlingunit.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Handlingunit', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$34.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $34.EventHeader.create)
..aOM<$34.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $34.EntityID.create)
..aOM<$35.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $35.EventHeader.create)
..aOM<$35.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $35.EntityID.create)
..aOM<HandlingunitPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: HandlingunitPayload.create)
..hasRequiredFields = false
;
@@ -331,26 +331,26 @@ class Handlingunit extends $pb.GeneratedMessage {
static Handlingunit? _defaultInstance;
@$pb.TagNumber(1)
$34.EventHeader get lastEventHeader => $_getN(0);
$35.EventHeader get lastEventHeader => $_getN(0);
@$pb.TagNumber(1)
set lastEventHeader($34.EventHeader v) { $_setField(1, v); }
set lastEventHeader($35.EventHeader v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasLastEventHeader() => $_has(0);
@$pb.TagNumber(1)
void clearLastEventHeader() => $_clearField(1);
@$pb.TagNumber(1)
$34.EventHeader ensureLastEventHeader() => $_ensure(0);
$35.EventHeader ensureLastEventHeader() => $_ensure(0);
@$pb.TagNumber(2)
$34.EntityID get iD => $_getN(1);
$35.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($34.EntityID v) { $_setField(2, v); }
set iD($35.EntityID v) { $_setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$34.EntityID ensureID() => $_ensure(1);
$35.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
HandlingunitPayload get payload => $_getN(2);
@@ -379,7 +379,7 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
$core.String? project,
$core.String? parentEntityName,
$core.String? parentEntityID,
$77.ItemPayload? item,
$83.ItemPayload? item,
}) {
final $result = create();
if (parentEventID != null) {
@@ -429,7 +429,7 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
..aOM<$77.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.ItemPayload.create)
..aOM<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create)
..hasRequiredFields = false
;
@@ -530,15 +530,15 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
void clearParentEntityID() => $_clearField(8);
@$pb.TagNumber(10)
$77.ItemPayload get item => $_getN(8);
$83.ItemPayload get item => $_getN(8);
@$pb.TagNumber(10)
set item($77.ItemPayload v) { $_setField(10, v); }
set item($83.ItemPayload v) { $_setField(10, v); }
@$pb.TagNumber(10)
$core.bool hasItem() => $_has(8);
@$pb.TagNumber(10)
void clearItem() => $_clearField(10);
@$pb.TagNumber(10)
$77.ItemPayload ensureItem() => $_ensure(8);
$83.ItemPayload ensureItem() => $_ensure(8);
}
class HandlingunitTriplet extends $pb.GeneratedMessage {