Latest generation

This commit is contained in:
ci core model
2026-05-28 08:13:29 +00:00
parent 057af036e2
commit 030899647a
32 changed files with 2189 additions and 447 deletions

View File

@@ -1187,6 +1187,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
$core.int? attachmentNumber,
$core.Iterable<$0.ClaimSummary>? claims,
$core.int? claimNumber,
$core.Iterable<$0.AppointmentSummary>? appointments,
}) {
final result = create();
if (executionflowID != null) result.executionflowID = executionflowID;
@@ -1198,6 +1199,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
if (claims != null) result.claims.addAll(claims);
if (claimNumber != null) result.claimNumber = claimNumber;
if (appointments != null) result.appointments.addAll(appointments);
return result;
}
@@ -1216,6 +1218,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
..a<$core.int>(19, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..pc<$0.ClaimSummary>(20, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $0.ClaimSummary.create)
..a<$core.int>(21, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
..pc<$0.AppointmentSummary>(22, _omitFieldNames ? '' : 'Appointments', $pb.PbFieldType.PM, protoName: 'Appointments', subBuilder: $0.AppointmentSummary.create)
..hasRequiredFields = false
;
@@ -1314,6 +1317,9 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
$core.bool hasClaimNumber() => $_has(8);
@$pb.TagNumber(21)
void clearClaimNumber() => $_clearField(21);
@$pb.TagNumber(22)
$pb.PbList<$0.AppointmentSummary> get appointments => $_getList(9);
}
/// Not a GS1 Object.