From 44ed8557693cf886b838358147de02057f3c334e Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 22 Sep 2025 09:42:43 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/site.pb.dart | 7 +++++++ lib/site.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f7a56d..75ecb378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-250916123539 +Lib version: 1.12.0-SNAPSHOT-250922094203 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index 77391dcd..84cb5aae 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -1696,6 +1696,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage { $core.Iterable<$2.SegmentationSelection>? segmentationSelections, $core.String? startDate, $core.String? endDate, + $core.Iterable<$core.String>? skippedAppointmentIDs, }) { final result = create(); if (header != null) result.header = header; @@ -1704,6 +1705,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage { if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections); if (startDate != null) result.startDate = startDate; if (endDate != null) result.endDate = endDate; + if (skippedAppointmentIDs != null) result.skippedAppointmentIDs.addAll(skippedAppointmentIDs); return result; } @@ -1719,6 +1721,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage { ..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create) ..aOS(5, _omitFieldNames ? '' : 'StartDate', protoName: 'StartDate') ..aOS(6, _omitFieldNames ? '' : 'EndDate', protoName: 'EndDate') + ..pPS(7, _omitFieldNames ? '' : 'SkippedAppointmentIDs', protoName: 'SkippedAppointmentIDs') ..hasRequiredFields = false ; @@ -1785,6 +1788,10 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage { $core.bool hasEndDate() => $_has(5); @$pb.TagNumber(6) void clearEndDate() => $_clearField(6); + + /// Optional, needed to skip counting those appointments in the capacity rules + @$pb.TagNumber(7) + $pb.PbList<$core.String> get skippedAppointmentIDs => $_getList(6); } class GetAvailableSlotsResponse extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 2bbf9460..f0d834a4 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -457,6 +457,7 @@ const GetAvailableSlotsRequest$json = { {'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'}, {'1': 'StartDate', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'StartDate'}, {'1': 'EndDate', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndDate'}, + {'1': 'SkippedAppointmentIDs', '3': 7, '4': 3, '5': 9, '10': 'SkippedAppointmentIDs'}, ], '7': {}, }; @@ -471,7 +472,8 @@ final $typed_data.Uint8List getAvailableSlotsRequestDescriptor = $convert.base64 'RhdGlvblNlbGVjdGlvbnMSWgoJU3RhcnREYXRlGAUgASgJQjz6QjlyNzI1XjIwWzAtOV17Mn0t' 'KDBbMS05XXwxWzAtMl0pLSgwWzEtOV18WzEyXVswLTldfDNbMDFdKSRSCVN0YXJ0RGF0ZRJWCg' 'dFbmREYXRlGAYgASgJQjz6QjlyNzI1XjIwWzAtOV17Mn0tKDBbMS05XXwxWzAtMl0pLSgwWzEt' - 'OV18WzEyXVswLTldfDNbMDFdKSRSB0VuZERhdGU6DpJBCwoJ0gEGSGVhZGVy'); + 'OV18WzEyXVswLTldfDNbMDFdKSRSB0VuZERhdGUSNAoVU2tpcHBlZEFwcG9pbnRtZW50SURzGA' + 'cgAygJUhVTa2lwcGVkQXBwb2ludG1lbnRJRHM6DpJBCwoJ0gEGSGVhZGVy'); @$core.Deprecated('Use getAvailableSlotsResponseDescriptor instead') const GetAvailableSlotsResponse$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 11a4798a..f00fba35 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.12.0-SNAPSHOT-250916123539 +version: 1.12.0-SNAPSHOT-250922094203 homepage: '' publish_to: '' repository: ''