diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bd6468..084e2cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.11.0-SNAPSHOT-250619093330 +Lib version: 1.11.0-SNAPSHOT-250619093830 diff --git a/lib/slotbooking.pb.dart b/lib/slotbooking.pb.dart index 7a65d4e0..9b253afa 100644 --- a/lib/slotbooking.pb.dart +++ b/lib/slotbooking.pb.dart @@ -1828,13 +1828,13 @@ class Booking extends $pb.GeneratedMessage { factory Booking({ AppointmentType? appointmentType, $core.Iterable? commissions, - $core.Iterable? segmentations, + $core.Iterable? segmentationSelections, $core.Iterable? slots, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; if (commissions != null) result.commissions.addAll(commissions); - if (segmentations != null) result.segmentations.addAll(segmentations); + if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections); if (slots != null) result.slots.addAll(slots); return result; } @@ -1847,7 +1847,7 @@ class Booking extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Booking', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..e(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: AppointmentType.valueOf, enumValues: AppointmentType.values) ..pc(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: Commission.create) - ..pc(3, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: Segmentation.create) + ..pc(3, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: SegmentationSelection.create) ..pc(4, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: Slot.create) ..hasRequiredFields = false ; @@ -1882,7 +1882,7 @@ class Booking extends $pb.GeneratedMessage { $pb.PbList get commissions => $_getList(1); @$pb.TagNumber(3) - $pb.PbList get segmentations => $_getList(2); + $pb.PbList get segmentationSelections => $_getList(2); @$pb.TagNumber(4) $pb.PbList get slots => $_getList(3); diff --git a/lib/slotbooking.pbjson.dart b/lib/slotbooking.pbjson.dart index 659d472e..42b4e401 100644 --- a/lib/slotbooking.pbjson.dart +++ b/lib/slotbooking.pbjson.dart @@ -557,7 +557,7 @@ const Booking$json = { '2': [ {'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'}, {'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'}, - {'1': 'Segmentations', '3': 3, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'}, + {'1': 'SegmentationSelections', '3': 3, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'}, {'1': 'Slots', '3': 4, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'}, ], }; @@ -566,8 +566,9 @@ const Booking$json = { final $typed_data.Uint8List bookingDescriptor = $convert.base64Decode( 'CgdCb29raW5nEj4KD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cG' 'VSD0FwcG9pbnRtZW50VHlwZRIxCgtDb21taXNzaW9ucxgCIAMoCzIPLmFwaS5Db21taXNzaW9u' - 'UgtDb21taXNzaW9ucxI3Cg1TZWdtZW50YXRpb25zGAMgAygLMhEuYXBpLlNlZ21lbnRhdGlvbl' - 'INU2VnbWVudGF0aW9ucxIfCgVTbG90cxgEIAMoCzIJLmFwaS5TbG90UgVTbG90cw=='); + 'UgtDb21taXNzaW9ucxJSChZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAMgAygLMhouYXBpLlNlZ2' + '1lbnRhdGlvblNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxIfCgVTbG90cxgEIAMo' + 'CzIJLmFwaS5TbG90UgVTbG90cw=='); @$core.Deprecated('Use slotGroupDescriptor instead') const SlotGroup$json = { diff --git a/pubspec.yaml b/pubspec.yaml index df71ba39..05e0642b 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.11.0-SNAPSHOT-250619093330 +version: 1.11.0-SNAPSHOT-250619093830 homepage: '' publish_to: '' repository: ''