From 8bb166a51ff52db6a63ec088ff491e10a5ca6c9f Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 25 Jun 2026 15:34:34 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/site.pb.dart | 6 ++++++ lib/site.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010b7578..76b9b441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260622141413 +Lib version: 1.14.0-SNAPSHOT-260625153355 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index 8ff08d3e..d43ae1c9 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -2199,10 +2199,12 @@ class SegmentationsByType extends $pb.GeneratedMessage { factory SegmentationsByType({ $3.AppointmentType? appointmentType, $core.Iterable<$2.SegmentationFilter>? segmentations, + $core.Iterable<$4.PrjMetadata>? segmentationKeys, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; if (segmentations != null) result.segmentations.addAll(segmentations); + if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys); return result; } @@ -2214,6 +2216,7 @@ class SegmentationsByType extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SegmentationsByType', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..e<$3.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $3.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $3.AppointmentType.valueOf, enumValues: $3.AppointmentType.values) ..pc<$2.SegmentationFilter>(2, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $2.SegmentationFilter.create) + ..pc<$4.PrjMetadata>(3, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $4.PrjMetadata.create) ..hasRequiredFields = false ; @@ -2245,6 +2248,9 @@ class SegmentationsByType extends $pb.GeneratedMessage { @$pb.TagNumber(2) $pb.PbList<$2.SegmentationFilter> get segmentations => $_getList(1); + + @$pb.TagNumber(3) + $pb.PbList<$4.PrjMetadata> get segmentationKeys => $_getList(2); } class DeleteSettingsRequest extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 7252695d..a941ac5d 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -596,6 +596,7 @@ const SegmentationsByType$json = { '2': [ {'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'}, {'1': 'Segmentations', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationFilter', '10': 'Segmentations'}, + {'1': 'SegmentationKeys', '3': 3, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'SegmentationKeys'}, ], }; @@ -603,7 +604,8 @@ const SegmentationsByType$json = { final $typed_data.Uint8List segmentationsByTypeDescriptor = $convert.base64Decode( 'ChNTZWdtZW50YXRpb25zQnlUeXBlEj4KD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULmFwaS5BcH' 'BvaW50bWVudFR5cGVSD0FwcG9pbnRtZW50VHlwZRI9Cg1TZWdtZW50YXRpb25zGAIgAygLMhcu' - 'YXBpLlNlZ21lbnRhdGlvbkZpbHRlclINU2VnbWVudGF0aW9ucw=='); + 'YXBpLlNlZ21lbnRhdGlvbkZpbHRlclINU2VnbWVudGF0aW9ucxI8ChBTZWdtZW50YXRpb25LZX' + 'lzGAMgAygLMhAuYXBpLlByak1ldGFkYXRhUhBTZWdtZW50YXRpb25LZXlz'); @$core.Deprecated('Use deleteSettingsRequestDescriptor instead') const DeleteSettingsRequest$json = { diff --git a/pubspec.yaml b/pubspec.yaml index ebc77347..f2f0ae9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.14.0-SNAPSHOT-260622141413 +version: 1.14.0-SNAPSHOT-260625153355 homepage: '' publish_to: '' repository: ''