From fe7d9a08c95c74be1549f2cc15cf57ea7e638242 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 12 Mar 2026 13:54:57 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/restrictions.pb.dart | 12 ++++++++++++ lib/restrictions.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c92ca0b..d6158bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260310094049 +Lib version: 1.13.0-SNAPSHOT-260312135419 diff --git a/lib/restrictions.pb.dart b/lib/restrictions.pb.dart index b133ec79..b84d014d 100644 --- a/lib/restrictions.pb.dart +++ b/lib/restrictions.pb.dart @@ -226,10 +226,12 @@ class RuleComputeResult extends $pb.GeneratedMessage { factory RuleComputeResult({ RuleComputeFormat? format, $core.String? value, + $core.String? ruleID, }) { final result = create(); if (format != null) result.format = format; if (value != null) result.value = value; + if (ruleID != null) result.ruleID = ruleID; return result; } @@ -241,6 +243,7 @@ class RuleComputeResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RuleComputeResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..e(1, _omitFieldNames ? '' : 'Format', $pb.PbFieldType.OE, protoName: 'Format', defaultOrMaker: RuleComputeFormat.RULE_COMPUTE_FORMAT_UNKNOWN, valueOf: RuleComputeFormat.valueOf, enumValues: RuleComputeFormat.values) ..aOS(2, _omitFieldNames ? '' : 'Value', protoName: 'Value') + ..aOS(3, _omitFieldNames ? '' : 'RuleID', protoName: 'RuleID') ..hasRequiredFields = false ; @@ -278,6 +281,15 @@ class RuleComputeResult extends $pb.GeneratedMessage { $core.bool hasValue() => $_has(1); @$pb.TagNumber(2) void clearValue() => $_clearField(2); + + @$pb.TagNumber(3) + $core.String get ruleID => $_getSZ(2); + @$pb.TagNumber(3) + set ruleID($core.String value) => $_setString(2, value); + @$pb.TagNumber(3) + $core.bool hasRuleID() => $_has(2); + @$pb.TagNumber(3) + void clearRuleID() => $_clearField(3); } class RestrictionRule extends $pb.GeneratedMessage { diff --git a/lib/restrictions.pbjson.dart b/lib/restrictions.pbjson.dart index 537f59e8..2364f980 100644 --- a/lib/restrictions.pbjson.dart +++ b/lib/restrictions.pbjson.dart @@ -93,13 +93,15 @@ const RuleComputeResult$json = { '2': [ {'1': 'Format', '3': 1, '4': 1, '5': 14, '6': '.api.RuleComputeFormat', '10': 'Format'}, {'1': 'Value', '3': 2, '4': 1, '5': 9, '10': 'Value'}, + {'1': 'RuleID', '3': 3, '4': 1, '5': 9, '10': 'RuleID'}, ], }; /// Descriptor for `RuleComputeResult`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List ruleComputeResultDescriptor = $convert.base64Decode( 'ChFSdWxlQ29tcHV0ZVJlc3VsdBIuCgZGb3JtYXQYASABKA4yFi5hcGkuUnVsZUNvbXB1dGVGb3' - 'JtYXRSBkZvcm1hdBIUCgVWYWx1ZRgCIAEoCVIFVmFsdWU='); + 'JtYXRSBkZvcm1hdBIUCgVWYWx1ZRgCIAEoCVIFVmFsdWUSFgoGUnVsZUlEGAMgASgJUgZSdWxl' + 'SUQ='); @$core.Deprecated('Use restrictionRuleDescriptor instead') const RestrictionRule$json = { diff --git a/pubspec.yaml b/pubspec.yaml index bcf75eb8..0b418674 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.13.0-SNAPSHOT-260310094049 +version: 1.13.0-SNAPSHOT-260312135419 homepage: '' publish_to: '' repository: ''