You've already forked dart-core-sdk
Release 1.13.4
This commit is contained in:
@@ -3978,13 +3978,10 @@ class GetBookingSegmentationsRequest extends $pb.GeneratedMessage {
|
||||
|
||||
class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
factory GetBookingSegmentationsResponse({
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$2.Segmentation>? segmentationChoices,
|
||||
$core.Iterable<$4.PrjMetadata>? segmentationKeys,
|
||||
}) {
|
||||
final result = create();
|
||||
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
|
||||
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3995,7 +3992,6 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetBookingSegmentationsResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$2.Segmentation>(1, _omitFieldNames ? '' : 'SegmentationChoices', $pb.PbFieldType.PM, protoName: 'SegmentationChoices', subBuilder: $2.Segmentation.create)
|
||||
..pc<$4.PrjMetadata>(2, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $4.PrjMetadata.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -4017,12 +4013,8 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
|
||||
static GetBookingSegmentationsResponse? _defaultInstance;
|
||||
|
||||
/// Name of the Site
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$4.PrjMetadata> get segmentationKeys => $_getList(1);
|
||||
}
|
||||
|
||||
class GetMyBookingContextRequest extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user