Latest generation

This commit is contained in:
ci core model
2025-10-02 11:56:13 +00:00
parent c56eb05c58
commit b849598be2
4 changed files with 17 additions and 3 deletions

View File

@@ -509,11 +509,13 @@ class OpeningDayDefinition extends $pb.GeneratedMessage {
$core.Iterable<$0.TimeRange>? timeRanges,
RuleFilter? filter,
$core.int? orderAppliance,
$core.bool? applyCalendarTimetable,
}) {
final result = create();
if (timeRanges != null) result.timeRanges.addAll(timeRanges);
if (filter != null) result.filter = filter;
if (orderAppliance != null) result.orderAppliance = orderAppliance;
if (applyCalendarTimetable != null) result.applyCalendarTimetable = applyCalendarTimetable;
return result;
}
@@ -526,6 +528,7 @@ class OpeningDayDefinition extends $pb.GeneratedMessage {
..pc<$0.TimeRange>(2, _omitFieldNames ? '' : 'TimeRanges', $pb.PbFieldType.PM, protoName: 'TimeRanges', subBuilder: $0.TimeRange.create)
..aOM<RuleFilter>(3, _omitFieldNames ? '' : 'Filter', protoName: 'Filter', subBuilder: RuleFilter.create)
..a<$core.int>(4, _omitFieldNames ? '' : 'OrderAppliance', $pb.PbFieldType.O3, protoName: 'OrderAppliance')
..aOB(5, _omitFieldNames ? '' : 'ApplyCalendarTimetable', protoName: 'ApplyCalendarTimetable')
..hasRequiredFields = false
;
@@ -568,6 +571,15 @@ class OpeningDayDefinition extends $pb.GeneratedMessage {
$core.bool hasOrderAppliance() => $_has(2);
@$pb.TagNumber(4)
void clearOrderAppliance() => $_clearField(4);
@$pb.TagNumber(5)
$core.bool get applyCalendarTimetable => $_getBF(3);
@$pb.TagNumber(5)
set applyCalendarTimetable($core.bool value) => $_setBool(3, value);
@$pb.TagNumber(5)
$core.bool hasApplyCalendarTimetable() => $_has(3);
@$pb.TagNumber(5)
void clearApplyCalendarTimetable() => $_clearField(5);
}
/// CapacityRule