Release 1.10.6

This commit is contained in:
ci core model
2025-05-19 13:38:48 +00:00
parent 2fe38abe9f
commit 1c1f8cc138
167 changed files with 5858 additions and 19865 deletions

View File

@@ -13,7 +13,7 @@ import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'restrictions.pb.dart' as $54;
import 'restrictions.pb.dart' as $51;
import 'shared.pb.dart' as $3;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
@@ -24,7 +24,7 @@ class RestrictionLink extends $pb.GeneratedMessage {
$core.String? projectID,
$core.String? restrictionID,
$core.String? targetID,
$54.Restriction? restriction,
$51.Restriction? restriction,
}) {
final $result = create();
if (projectID != null) {
@@ -49,7 +49,7 @@ class RestrictionLink extends $pb.GeneratedMessage {
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..aOS(2, _omitFieldNames ? '' : 'RestrictionID', protoName: 'RestrictionID')
..aOS(4, _omitFieldNames ? '' : 'TargetID', protoName: 'TargetID')
..aOM<$54.Restriction>(6, _omitFieldNames ? '' : 'Restriction', protoName: 'Restriction', subBuilder: $54.Restriction.create)
..aOM<$51.Restriction>(6, _omitFieldNames ? '' : 'Restriction', protoName: 'Restriction', subBuilder: $51.Restriction.create)
..hasRequiredFields = false
;
@@ -102,15 +102,15 @@ class RestrictionLink extends $pb.GeneratedMessage {
void clearTargetID() => $_clearField(4);
@$pb.TagNumber(6)
$54.Restriction get restriction => $_getN(3);
$51.Restriction get restriction => $_getN(3);
@$pb.TagNumber(6)
set restriction($54.Restriction v) { $_setField(6, v); }
set restriction($51.Restriction v) { $_setField(6, v); }
@$pb.TagNumber(6)
$core.bool hasRestriction() => $_has(3);
@$pb.TagNumber(6)
void clearRestriction() => $_clearField(6);
@$pb.TagNumber(6)
$54.Restriction ensureRestriction() => $_ensure(3);
$51.Restriction ensureRestriction() => $_ensure(3);
}
/// Create