Latest generation

This commit is contained in:
ci core model
2025-06-19 09:27:25 +00:00
parent 0fcc0c7c31
commit fd29527c80
8 changed files with 65 additions and 65 deletions

View File

@@ -1072,7 +1072,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
$3.RequestSiteHeader? header,
$72.AppointmentType? appointmentType,
$core.Iterable<$72.Commission>? commissions,
$core.Iterable<$72.SegmentationSelection>? segmentationChoices,
$core.Iterable<$72.SegmentationSelection>? segmentationValues,
$core.String? startDate,
$core.String? endDate,
}) {
@@ -1080,7 +1080,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
if (header != null) result.header = header;
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
if (segmentationValues != null) result.segmentationValues.addAll(segmentationValues);
if (startDate != null) result.startDate = startDate;
if (endDate != null) result.endDate = endDate;
return result;
@@ -1095,7 +1095,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
..e<$72.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $72.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $72.AppointmentType.valueOf, enumValues: $72.AppointmentType.values)
..pc<$72.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $72.Commission.create)
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $72.SegmentationSelection.create)
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationValues', $pb.PbFieldType.PM, protoName: 'SegmentationValues', subBuilder: $72.SegmentationSelection.create)
..aOS(5, _omitFieldNames ? '' : 'StartDate', protoName: 'StartDate')
..aOS(6, _omitFieldNames ? '' : 'EndDate', protoName: 'EndDate')
..hasRequiredFields = false
@@ -1145,7 +1145,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
/// Set of segmentation constraining the slot booking
@$pb.TagNumber(4)
$pb.PbList<$72.SegmentationSelection> get segmentationChoices => $_getList(3);
$pb.PbList<$72.SegmentationSelection> get segmentationValues => $_getList(3);
@$pb.TagNumber(5)
$core.String get startDate => $_getSZ(4);
@@ -1212,7 +1212,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
$3.RequestSiteHeader? header,
$72.AppointmentType? appointmentType,
$core.Iterable<$72.Commission>? commissions,
$core.Iterable<$72.SegmentationSelection>? segmentationChoices,
$core.Iterable<$72.SegmentationSelection>? segmentationValues,
$core.Iterable<$72.CarrierInformationWithValue>? carrierInformation,
$core.Iterable<$72.Slot>? slots,
$core.Iterable<$core.String>? emails,
@@ -1223,7 +1223,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
if (header != null) result.header = header;
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
if (segmentationValues != null) result.segmentationValues.addAll(segmentationValues);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slots != null) result.slots.addAll(slots);
if (emails != null) result.emails.addAll(emails);
@@ -1241,7 +1241,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
..e<$72.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $72.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $72.AppointmentType.valueOf, enumValues: $72.AppointmentType.values)
..pc<$72.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $72.Commission.create)
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $72.SegmentationSelection.create)
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationValues', $pb.PbFieldType.PM, protoName: 'SegmentationValues', subBuilder: $72.SegmentationSelection.create)
..pc<$72.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $72.CarrierInformationWithValue.create)
..pc<$72.Slot>(6, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $72.Slot.create)
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
@@ -1294,7 +1294,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
/// Set of segmentation constraining the slot booking
@$pb.TagNumber(4)
$pb.PbList<$72.SegmentationSelection> get segmentationChoices => $_getList(3);
$pb.PbList<$72.SegmentationSelection> get segmentationValues => $_getList(3);
/// Required carrierInformation, some can be obligatory
@$pb.TagNumber(5)