diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cc8db..fcda054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251201090615 +Lib version: 1.12.0-SNAPSHOT-251201091842 diff --git a/lib/appointmentInput.pb.dart b/lib/appointmentInput.pb.dart index 3d158dc..6c0d0bc 100644 --- a/lib/appointmentInput.pb.dart +++ b/lib/appointmentInput.pb.dart @@ -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 diff --git a/lib/appointmentInput.pbjson.dart b/lib/appointmentInput.pbjson.dart index 0e39a20..cbe4b83 100644 --- a/lib/appointmentInput.pbjson.dart +++ b/lib/appointmentInput.pbjson.dart @@ -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 = { diff --git a/pubspec.yaml b/pubspec.yaml index 69ef510..a7d8833 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: ''