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

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251201090615
Lib version: 1.12.0-SNAPSHOT-251201091842

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

View File

@@ -30,6 +30,7 @@ const AppointmentCreatedPayload$json = {
{'1': 'InstructionAck', '3': 14, '4': 1, '5': 8, '10': 'InstructionAck'},
{'1': 'ActorID', '3': 16, '4': 1, '5': 9, '10': 'ActorID'},
{'1': 'Address', '3': 17, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
{'1': 'SiteName', '3': 18, '4': 1, '5': 9, '10': 'SiteName'},
],
'7': {},
};
@@ -52,8 +53,8 @@ final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base6
'RhEhYKBlJlYXNvbhgMIAEoCVIGUmVhc29uEiQKDUhhc0NvbW1pc3Npb24YDSABKAhSDUhhc0Nv'
'bW1pc3Npb24SJgoOSW5zdHJ1Y3Rpb25BY2sYDiABKAhSDkluc3RydWN0aW9uQWNrEhgKB0FjdG'
'9ySUQYECABKAlSB0FjdG9ySUQSJgoHQWRkcmVzcxgRIAEoCzIMLmFwaS5BZGRyZXNzUgdBZGRy'
'ZXNzOj6SQSMKITINRXZlbnQgUGF5bG9hZNIBD0FwcG9pbnRtZW50VHlwZaK7GAVFdmVudKi7GA'
'G6uxgHQ3JlYXRlZA==');
'ZXNzEhoKCFNpdGVOYW1lGBIgASgJUghTaXRlTmFtZTo+kkEjCiEyDUV2ZW50IFBheWxvYWTSAQ'
'9BcHBvaW50bWVudFR5cGWiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ=');
@$core.Deprecated('Use appointmentCreatedEventDescriptor instead')
const AppointmentCreatedEvent$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251201090615
version: 1.12.0-SNAPSHOT-251201091842
homepage: ''
publish_to: ''
repository: ''