Latest generation

This commit is contained in:
ci core model
2026-03-31 15:25:51 +00:00
parent a9bc033d37
commit 633ca7881f
4 changed files with 57 additions and 47 deletions

View File

@@ -104,6 +104,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
$1.AppointmentType? appointmentType,
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$1.AppointmentCommission>? commissions,
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$1.SegmentationSelection>? segmentationSelections,
$1.Slot? slot,
@$core.Deprecated('This field is deprecated.')
@@ -229,6 +230,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
$pb.PbList<$1.AppointmentCommission> get commissions => $_getList(1);
/// Set of segmentation constraining the slot booking
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
$pb.PbList<$1.SegmentationSelection> get segmentationSelections => $_getList(2);