Latest generation

This commit is contained in:
ci core model
2026-04-28 09:48:42 +00:00
parent 8a70e9e735
commit d408b30df2
4 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260428093653
Lib version: 1.14.0-SNAPSHOT-260428094803

View File

@@ -3980,7 +3980,7 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
factory GetBookingSegmentationsResponse({
@$core.Deprecated('This field is deprecated.')
$core.Iterable<$2.Segmentation>? segmentationChoices,
$core.Iterable<$3.MetadataElement>? segmentationKeys,
$core.Iterable<$4.PrjMetadata>? segmentationKeys,
}) {
final result = create();
if (segmentationChoices != null) result.segmentationChoices.addAll(segmentationChoices);
@@ -3995,7 +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)
..pc<$4.PrjMetadata>(2, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $4.PrjMetadata.create)
..hasRequiredFields = false
;
@@ -4022,7 +4022,7 @@ class GetBookingSegmentationsResponse extends $pb.GeneratedMessage {
$pb.PbList<$2.Segmentation> get segmentationChoices => $_getList(0);
@$pb.TagNumber(2)
$pb.PbList<$3.MetadataElement> get segmentationKeys => $_getList(1);
$pb.PbList<$4.PrjMetadata> get segmentationKeys => $_getList(1);
}
class GetMyBookingContextRequest extends $pb.GeneratedMessage {

View File

@@ -1114,16 +1114,16 @@ const GetBookingSegmentationsResponse$json = {
'8': {'3': true},
'10': 'SegmentationChoices',
},
{'1': 'SegmentationKeys', '3': 2, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'SegmentationKeys'},
{'1': 'SegmentationKeys', '3': 2, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'SegmentationKeys'},
],
};
/// Descriptor for `GetBookingSegmentationsResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getBookingSegmentationsResponseDescriptor = $convert.base64Decode(
'Ch9HZXRCb29raW5nU2VnbWVudGF0aW9uc1Jlc3BvbnNlEkcKE1NlZ21lbnRhdGlvbkNob2ljZX'
'MYASADKAsyES5hcGkuU2VnbWVudGF0aW9uQgIYAVITU2VnbWVudGF0aW9uQ2hvaWNlcxJAChBT'
'ZWdtZW50YXRpb25LZXlzGAIgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudFIQU2VnbWVudGF0aW'
'9uS2V5cw==');
'MYASADKAsyES5hcGkuU2VnbWVudGF0aW9uQgIYAVITU2VnbWVudGF0aW9uQ2hvaWNlcxI8ChBT'
'ZWdtZW50YXRpb25LZXlzGAIgAygLMhAuYXBpLlByak1ldGFkYXRhUhBTZWdtZW50YXRpb25LZX'
'lz');
@$core.Deprecated('Use getMyBookingContextRequestDescriptor instead')
const GetMyBookingContextRequest$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.14.0-SNAPSHOT-260428093653
version: 1.14.0-SNAPSHOT-260428094803
homepage: ''
publish_to: ''
repository: ''