Latest generation

This commit is contained in:
ci core model
2025-12-01 09:19:09 +00:00
parent bca3b3a2ed
commit 98aa4a65c0
4 changed files with 18 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
$core.Iterable<$2.MetadataElement>? carrierInformation,
$core.String? actorID,
$3.Address? address,
$core.String? siteName,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -49,6 +50,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (actorID != null) result.actorID = actorID;
if (address != null) result.address = address;
if (siteName != null) result.siteName = siteName;
return result;
}
@@ -70,6 +72,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
..pc<$2.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.MetadataElement.create)
..aOS(16, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..aOM<$3.Address>(17, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $3.Address.create)
..aOS(18, _omitFieldNames ? '' : 'SiteName', protoName: 'SiteName')
..hasRequiredFields = false
;
@@ -182,6 +185,16 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
void clearAddress() => $_clearField(17);
@$pb.TagNumber(17)
$3.Address ensureAddress() => $_ensure(11);
/// Name of the appointment site
@$pb.TagNumber(18)
$core.String get siteName => $_getSZ(12);
@$pb.TagNumber(18)
set siteName($core.String value) => $_setString(12, value);
@$pb.TagNumber(18)
$core.bool hasSiteName() => $_has(12);
@$pb.TagNumber(18)
void clearSiteName() => $_clearField(18);
}
/// Event message