You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -24,7 +24,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentCreatedPayload({
|
||||
$72.AppointmentType? appointmentType,
|
||||
$core.Iterable<$72.Commission>? commissions,
|
||||
$core.Iterable<$72.SegmentationSelection>? segmentationValues,
|
||||
$core.Iterable<$72.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$72.CarrierInformationWithValue>? carrierInformation,
|
||||
$72.Slot? slot,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
@@ -35,7 +35,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (segmentationValues != null) result.segmentationValues.addAll(segmentationValues);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (slot != null) result.slot = slot;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
@@ -53,7 +53,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$72.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $72.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $72.AppointmentType.valueOf, enumValues: $72.AppointmentType.values)
|
||||
..pc<$72.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $72.Commission.create)
|
||||
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationValues', $pb.PbFieldType.PM, protoName: 'SegmentationValues', subBuilder: $72.SegmentationSelection.create)
|
||||
..pc<$72.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $72.SegmentationSelection.create)
|
||||
..pc<$72.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $72.CarrierInformationWithValue.create)
|
||||
..aOM<$72.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $72.Slot.create)
|
||||
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
@@ -97,7 +97,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$72.SegmentationSelection> get segmentationValues => $_getList(2);
|
||||
$pb.PbList<$72.SegmentationSelection> get segmentationSelections => $_getList(2);
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(5)
|
||||
|
||||
Reference in New Issue
Block a user