Latest generation

This commit is contained in:
ci core model
2025-10-06 08:42:29 +00:00
parent c2f11b3f63
commit be0e34a3a9
10 changed files with 184 additions and 76 deletions

View File

@@ -25,7 +25,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class AppointmentNotifyPayload extends $pb.GeneratedMessage {
factory AppointmentNotifyPayload({
$0.AppointmentType? appointmentType,
$core.Iterable<$0.Commission>? commissions,
$core.Iterable<$0.AppointmentCommission>? commissions,
$core.Iterable<$0.SegmentationSelection>? segmentationSelections,
$core.Iterable<$0.CarrierInformationWithValue>? carrierInformation,
$0.Slot? slot,
@@ -70,7 +70,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentNotifyPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$0.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $0.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $0.AppointmentType.valueOf, enumValues: $0.AppointmentType.values)
..pc<$0.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $0.Commission.create)
..pc<$0.AppointmentCommission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $0.AppointmentCommission.create)
..pc<$0.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $0.SegmentationSelection.create)
..pc<$0.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $0.CarrierInformationWithValue.create)
..aOM<$0.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $0.Slot.create)
@@ -116,7 +116,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage {
void clearAppointmentType() => $_clearField(1);
@$pb.TagNumber(2)
$pb.PbList<$0.Commission> get commissions => $_getList(1);
$pb.PbList<$0.AppointmentCommission> get commissions => $_getList(1);
@$pb.TagNumber(4)
$pb.PbList<$0.SegmentationSelection> get segmentationSelections => $_getList(2);