You've already forked dart-core-sdk
Release 1.13.5
This commit is contained in:
@@ -25,7 +25,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
factory GetBookingSlotsRequest({
|
||||
$1.RequestProjectHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.String? startDate,
|
||||
$core.String? endDate,
|
||||
@@ -34,7 +33,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
$2.AppointmentContent? unloading,
|
||||
$core.Iterable<$1.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$1.MetadataElement>? metaData,
|
||||
$core.Iterable<$1.MetadataElement>? segmentationKeys,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -47,7 +45,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
if (unloading != null) result.unloading = unloading;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -67,7 +64,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
|
||||
..pc<$1.MetadataElement>(12, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $1.MetadataElement.create)
|
||||
..pc<$1.MetadataElement>(13, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $1.MetadataElement.create)
|
||||
..pc<$1.MetadataElement>(14, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $1.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -110,8 +106,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
/// TODO delete after upgrade model
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(2);
|
||||
|
||||
@@ -167,9 +161,6 @@ class GetBookingSlotsRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$pb.PbList<$1.MetadataElement> get metaData => $_getList(9);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$pb.PbList<$1.MetadataElement> get segmentationKeys => $_getList(10);
|
||||
}
|
||||
|
||||
class GetBookingSlotsResponse extends $pb.GeneratedMessage {
|
||||
@@ -304,7 +295,6 @@ class BookBookingAppointmentRequest extends $pb.GeneratedMessage {
|
||||
class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentPayload({
|
||||
$2.AppointmentType? appointmentType,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$1.MetadataElement>? carrierInformation,
|
||||
$2.Slot? slot,
|
||||
@@ -315,7 +305,6 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
$2.AppointmentContent? loading,
|
||||
$2.AppointmentContent? unloading,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$1.MetadataElement>? segmentationKeys,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
@@ -329,7 +318,6 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
if (loading != null) result.loading = loading;
|
||||
if (unloading != null) result.unloading = unloading;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -350,7 +338,6 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$2.AppointmentContent>(10, _omitFieldNames ? '' : 'Loading', protoName: 'Loading', subBuilder: $2.AppointmentContent.create)
|
||||
..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create)
|
||||
..pPS(13, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pc<$1.MetadataElement>(14, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $1.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -382,8 +369,6 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
void clearAppointmentType() => $_clearField(1);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
/// TODO delete after upgrade model
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(1);
|
||||
|
||||
@@ -461,9 +446,6 @@ class BookAppointmentPayload extends $pb.GeneratedMessage {
|
||||
/// User mails being notified on this appointment
|
||||
@$pb.TagNumber(13)
|
||||
$pb.PbList<$core.String> get emails => $_getList(10);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$pb.PbList<$1.MetadataElement> get segmentationKeys => $_getList(11);
|
||||
}
|
||||
|
||||
class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
@@ -1341,12 +1323,10 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
factory CheckBookingAppointmentEditableResponse({
|
||||
$core.bool? isEditable,
|
||||
$core.bool? isForceEditable,
|
||||
$core.bool? siteHasCarrierInformation,
|
||||
}) {
|
||||
final result = create();
|
||||
if (isEditable != null) result.isEditable = isEditable;
|
||||
if (isForceEditable != null) result.isForceEditable = isForceEditable;
|
||||
if (siteHasCarrierInformation != null) result.siteHasCarrierInformation = siteHasCarrierInformation;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1358,7 +1338,6 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckBookingAppointmentEditableResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(3, _omitFieldNames ? '' : 'IsEditable', protoName: 'IsEditable')
|
||||
..aOB(4, _omitFieldNames ? '' : 'IsForceEditable', protoName: 'IsForceEditable')
|
||||
..aOB(5, _omitFieldNames ? '' : 'SiteHasCarrierInformation', protoName: 'SiteHasCarrierInformation')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1398,15 +1377,6 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
$core.bool hasIsForceEditable() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
void clearIsForceEditable() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get siteHasCarrierInformation => $_getBF(2);
|
||||
@$pb.TagNumber(5)
|
||||
set siteHasCarrierInformation($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSiteHasCarrierInformation() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSiteHasCarrierInformation() => $_clearField(5);
|
||||
}
|
||||
|
||||
/// LockBookingRequest
|
||||
|
||||
Reference in New Issue
Block a user