From 1ee50459cae705640f44616c7ff3d8679b4e0084 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 12 Mar 2026 14:26:24 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/alias.pb.dart | 7 +++++++ lib/alias.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6158bca..28ce51fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260312135419 +Lib version: 1.13.0-SNAPSHOT-260312142541 diff --git a/lib/alias.pb.dart b/lib/alias.pb.dart index baceaaf2..fe86cb5f 100644 --- a/lib/alias.pb.dart +++ b/lib/alias.pb.dart @@ -28,12 +28,14 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage { $1.CommandIdentifierEntry? loadingCommandIdentifierEntry, $1.CommandIdentifierEntry? unLoadingCommandIdentifierEntry, $core.String? actorName, + $core.Iterable<$core.String>? restrictionRuleIDs, }) { final result = create(); if (aptType != null) result.aptType = aptType; if (loadingCommandIdentifierEntry != null) result.loadingCommandIdentifierEntry = loadingCommandIdentifierEntry; if (unLoadingCommandIdentifierEntry != null) result.unLoadingCommandIdentifierEntry = unLoadingCommandIdentifierEntry; if (actorName != null) result.actorName = actorName; + if (restrictionRuleIDs != null) result.restrictionRuleIDs.addAll(restrictionRuleIDs); return result; } @@ -47,6 +49,7 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage { ..e<$1.CommandIdentifierEntry>(2, _omitFieldNames ? '' : 'LoadingCommandIdentifierEntry', $pb.PbFieldType.OE, protoName: 'LoadingCommandIdentifierEntry', defaultOrMaker: $1.CommandIdentifierEntry.CommandIdentifierEntry_MandatoryExceptForAllowedUsers, valueOf: $1.CommandIdentifierEntry.valueOf, enumValues: $1.CommandIdentifierEntry.values) ..e<$1.CommandIdentifierEntry>(3, _omitFieldNames ? '' : 'UnLoadingCommandIdentifierEntry', $pb.PbFieldType.OE, protoName: 'UnLoadingCommandIdentifierEntry', defaultOrMaker: $1.CommandIdentifierEntry.CommandIdentifierEntry_MandatoryExceptForAllowedUsers, valueOf: $1.CommandIdentifierEntry.valueOf, enumValues: $1.CommandIdentifierEntry.values) ..aOS(4, _omitFieldNames ? '' : 'ActorName', protoName: 'ActorName') + ..pPS(5, _omitFieldNames ? '' : 'RestrictionRuleIDs', protoName: 'RestrictionRuleIDs') ..hasRequiredFields = false ; @@ -105,6 +108,10 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage { $core.bool hasActorName() => $_has(3); @$pb.TagNumber(4) void clearActorName() => $_clearField(4); + + /// Restriction rule IDs which will be applied when this alias is used. + @$pb.TagNumber(5) + $pb.PbList<$core.String> get restrictionRuleIDs => $_getList(4); } /// Alias represents a named link from one resource to another. diff --git a/lib/alias.pbjson.dart b/lib/alias.pbjson.dart index 220000bd..ed4923d8 100644 --- a/lib/alias.pbjson.dart +++ b/lib/alias.pbjson.dart @@ -36,6 +36,7 @@ const AliasPropertiesAppointmentScheduling$json = { {'1': 'LoadingCommandIdentifierEntry', '3': 2, '4': 1, '5': 14, '6': '.api.CommandIdentifierEntry', '8': {}, '10': 'LoadingCommandIdentifierEntry'}, {'1': 'UnLoadingCommandIdentifierEntry', '3': 3, '4': 1, '5': 14, '6': '.api.CommandIdentifierEntry', '8': {}, '10': 'UnLoadingCommandIdentifierEntry'}, {'1': 'ActorName', '3': 4, '4': 1, '5': 9, '10': 'ActorName'}, + {'1': 'RestrictionRuleIDs', '3': 5, '4': 3, '5': 9, '10': 'RestrictionRuleIDs'}, ], }; @@ -47,7 +48,8 @@ final $typed_data.Uint8List aliasPropertiesAppointmentSchedulingDescriptor = $co 'pCBYIBAhABUh1Mb2FkaW5nQ29tbWFuZElkZW50aWZpZXJFbnRyeRJvCh9VbkxvYWRpbmdDb21t' 'YW5kSWRlbnRpZmllckVudHJ5GAMgASgOMhsuYXBpLkNvbW1hbmRJZGVudGlmaWVyRW50cnlCCP' 'pCBYIBAhABUh9VbkxvYWRpbmdDb21tYW5kSWRlbnRpZmllckVudHJ5EhwKCUFjdG9yTmFtZRgE' - 'IAEoCVIJQWN0b3JOYW1l'); + 'IAEoCVIJQWN0b3JOYW1lEi4KElJlc3RyaWN0aW9uUnVsZUlEcxgFIAMoCVISUmVzdHJpY3Rpb2' + '5SdWxlSURz'); @$core.Deprecated('Use aliasDescriptor instead') const Alias$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 0b418674..c6eecaf5 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-260312135419 +version: 1.13.0-SNAPSHOT-260312142541 homepage: '' publish_to: '' repository: ''