Latest generation

This commit is contained in:
ci core model
2026-06-16 15:04:32 +00:00
parent 66b0fd31c8
commit a7bd58b15c
4 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260616140633
Lib version: 1.14.0-SNAPSHOT-260616150329

View File

@@ -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 {

View File

@@ -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 = {

View File

@@ -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: ''