Latest generation

This commit is contained in:
ci core model
2026-05-22 09:13:44 +00:00
parent d97009f4b8
commit 7e55919396
4 changed files with 22 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
$0.TradeTier? shipTo,
$0.TradeTier? carrier,
$core.String? carrierService,
$core.Iterable<$0.ExeFlowLine>? lines,
$core.Iterable<$1.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.Iterable<$1.ClaimSummary>? claims,
@@ -42,6 +43,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
if (shipTo != null) result.shipTo = shipTo;
if (carrier != null) result.carrier = carrier;
if (carrierService != null) result.carrierService = carrierService;
if (lines != null) result.lines.addAll(lines);
if (attachments != null) result.attachments.addAll(attachments);
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
if (claims != null) result.claims.addAll(claims);
@@ -61,6 +63,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
..aOM<$0.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $0.TradeTier.create)
..aOM<$0.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $0.TradeTier.create)
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
..pc<$0.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $0.ExeFlowLine.create)
..pc<$1.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $1.AttachmentSummary.create)
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..pc<$1.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $1.ClaimSummary.create)
@@ -147,27 +150,30 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(7)
void clearCarrierService() => $_clearField(7);
@$pb.TagNumber(9)
$pb.PbList<$0.ExeFlowLine> get lines => $_getList(6);
@$pb.TagNumber(16)
$pb.PbList<$1.AttachmentSummary> get attachments => $_getList(6);
$pb.PbList<$1.AttachmentSummary> get attachments => $_getList(7);
@$pb.TagNumber(17)
$core.int get attachmentNumber => $_getIZ(7);
$core.int get attachmentNumber => $_getIZ(8);
@$pb.TagNumber(17)
set attachmentNumber($core.int value) => $_setSignedInt32(7, value);
set attachmentNumber($core.int value) => $_setSignedInt32(8, value);
@$pb.TagNumber(17)
$core.bool hasAttachmentNumber() => $_has(7);
$core.bool hasAttachmentNumber() => $_has(8);
@$pb.TagNumber(17)
void clearAttachmentNumber() => $_clearField(17);
@$pb.TagNumber(18)
$pb.PbList<$1.ClaimSummary> get claims => $_getList(8);
$pb.PbList<$1.ClaimSummary> get claims => $_getList(9);
@$pb.TagNumber(19)
$core.int get claimNumber => $_getIZ(9);
$core.int get claimNumber => $_getIZ(10);
@$pb.TagNumber(19)
set claimNumber($core.int value) => $_setSignedInt32(9, value);
set claimNumber($core.int value) => $_setSignedInt32(10, value);
@$pb.TagNumber(19)
$core.bool hasClaimNumber() => $_has(9);
$core.bool hasClaimNumber() => $_has(10);
@$pb.TagNumber(19)
void clearClaimNumber() => $_clearField(19);
}