Latest generation

This commit is contained in:
ci core model
2026-04-28 09:37:44 +00:00
parent aa2e22e561
commit 8a70e9e735
6 changed files with 101 additions and 45 deletions

View File

@@ -3978,10 +3978,13 @@ 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<$3.MetadataElement>? segmentationKeys,
}) {
final result = create();
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys);
return result;
}
@@ -3992,6 +3995,7 @@ 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<$3.MetadataElement>(2, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $3.MetadataElement.create)
..hasRequiredFields = false
;
@@ -4013,8 +4017,12 @@ 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<$3.MetadataElement> get segmentationKeys => $_getList(1);
}
class GetMyBookingContextRequest extends $pb.GeneratedMessage {