Latest generation

This commit is contained in:
ci core model
2026-06-30 15:45:40 +00:00
parent c359f48fa6
commit c86e53bca9
10 changed files with 104 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
$1.AppointmentContent? unloading,
$core.Iterable<$core.String>? attendees,
$core.Iterable<$2.MetadataElement>? segmentationKeys,
$core.Iterable<$1.AckDocument>? ackDocuments,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -54,6 +55,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
if (unloading != null) result.unloading = unloading;
if (attendees != null) result.attendees.addAll(attendees);
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
if (ackDocuments != null) result.ackDocuments.addAll(ackDocuments);
return result;
}
@@ -77,6 +79,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
..aOM<$1.AppointmentContent>(26, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $1.AppointmentContent.create)
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
..pc<$2.MetadataElement>(28, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $2.MetadataElement.create)
..pc<$1.AckDocument>(29, _omitFieldNames ? '' : 'AckDocuments', $pb.PbFieldType.PM, protoName: 'AckDocuments', subBuilder: $1.AckDocument.create)
..hasRequiredFields = false
;
@@ -220,6 +223,9 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(28)
$pb.PbList<$2.MetadataElement> get segmentationKeys => $_getList(13);
@$pb.TagNumber(29)
$pb.PbList<$1.AckDocument> get ackDocuments => $_getList(14);
}
/// Event message