From a7bd58b15c6990ad6f9ed870bb61debc29122aef Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 16 Jun 2026 15:04:32 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/site.pb.dart | 13 +++++++++++++ lib/site.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db77424..5989a337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260616140633 +Lib version: 1.14.0-SNAPSHOT-260616150329 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index f0809f29..063bdc3c 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -1676,6 +1676,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage { @$core.Deprecated('This field is deprecated.') $core.String? actorID, $2.AppointmentCommission? appointmentCommission, + $core.String? appointmentID, }) { final result = create(); if (header != null) result.header = header; @@ -1683,6 +1684,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage { if (commission != null) result.commission = commission; if (actorID != null) result.actorID = actorID; if (appointmentCommission != null) result.appointmentCommission = appointmentCommission; + if (appointmentID != null) result.appointmentID = appointmentID; return result; } @@ -1697,6 +1699,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage { ..aOM<$2.Commission>(3, _omitFieldNames ? '' : 'Commission', protoName: 'Commission', subBuilder: $2.Commission.create) ..aOS(4, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID') ..aOM<$2.AppointmentCommission>(5, _omitFieldNames ? '' : 'AppointmentCommission', protoName: 'AppointmentCommission', subBuilder: $2.AppointmentCommission.create) + ..aOS(6, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID') ..hasRequiredFields = false ; @@ -1780,6 +1783,16 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage { void clearAppointmentCommission() => $_clearField(5); @$pb.TagNumber(5) $2.AppointmentCommission ensureAppointmentCommission() => $_ensure(4); + + /// In case of modification of an existing appointment, the ID of the appointment that will be modified. + @$pb.TagNumber(6) + $core.String get appointmentID => $_getSZ(5); + @$pb.TagNumber(6) + set appointmentID($core.String value) => $_setString(5, value); + @$pb.TagNumber(6) + $core.bool hasAppointmentID() => $_has(5); + @$pb.TagNumber(6) + void clearAppointmentID() => $_clearField(6); } class PossibleReference extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 5baea55d..66e1aa5b 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -471,6 +471,7 @@ const CheckAppointmentCommissionRequest$json = { '10': 'ActorID', }, {'1': 'AppointmentCommission', '3': 5, '4': 1, '5': 11, '6': '.api.AppointmentCommission', '10': 'AppointmentCommission'}, + {'1': 'AppointmentID', '3': 6, '4': 1, '5': 9, '10': 'AppointmentID'}, ], '7': {}, }; @@ -483,7 +484,8 @@ final $typed_data.Uint8List checkAppointmentCommissionRequestDescriptor = $conve '50VHlwZRIzCgpDb21taXNzaW9uGAMgASgLMg8uYXBpLkNvbW1pc3Npb25CAhgBUgpDb21taXNz' 'aW9uEhwKB0FjdG9ySUQYBCABKAlCAhgBUgdBY3RvcklEElAKFUFwcG9pbnRtZW50Q29tbWlzc2' 'lvbhgFIAEoCzIaLmFwaS5BcHBvaW50bWVudENvbW1pc3Npb25SFUFwcG9pbnRtZW50Q29tbWlz' - 'c2lvbjogkkEdChvSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGU='); + 'c2lvbhIkCg1BcHBvaW50bWVudElEGAYgASgJUg1BcHBvaW50bWVudElEOiCSQR0KG9IBBkhlYW' + 'RlctIBD0FwcG9pbnRtZW50VHlwZQ=='); @$core.Deprecated('Use possibleReferenceDescriptor instead') const PossibleReference$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 3e0990f3..f3590378 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.14.0-SNAPSHOT-260616140633 +version: 1.14.0-SNAPSHOT-260616150329 homepage: '' publish_to: '' repository: ''