From 9521e27cb6e8c1852d71b2f747833f9f89b76047 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 5 Dec 2025 10:58:02 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/slotbooking.pbenum.dart | 4 ++-- lib/slotbooking.pbjson.dart | 6 +++--- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a48b7a3..43504e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251205104431 +Lib version: 1.12.0-SNAPSHOT-251205105738 diff --git a/lib/slotbooking.pbenum.dart b/lib/slotbooking.pbenum.dart index 5699e70d..597726a3 100644 --- a/lib/slotbooking.pbenum.dart +++ b/lib/slotbooking.pbenum.dart @@ -54,11 +54,11 @@ class CapacityRuleScope extends $pb.ProtobufEnum { class CommandIdentifierEntry extends $pb.ProtobufEnum { static const CommandIdentifierEntry CommandIdentifierEntry_MandatoryExceptForAllowedUsers = CommandIdentifierEntry._(0, _omitEnumNames ? '' : 'CommandIdentifierEntry_MandatoryExceptForAllowedUsers'); - static const CommandIdentifierEntry CommandIdentifierEntry_NotRequired = CommandIdentifierEntry._(1, _omitEnumNames ? '' : 'CommandIdentifierEntry_NotRequired'); + static const CommandIdentifierEntry CommandIdentifierEntry_NoRef = CommandIdentifierEntry._(1, _omitEnumNames ? '' : 'CommandIdentifierEntry_NoRef'); static const $core.List values = [ CommandIdentifierEntry_MandatoryExceptForAllowedUsers, - CommandIdentifierEntry_NotRequired, + CommandIdentifierEntry_NoRef, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1); diff --git a/lib/slotbooking.pbjson.dart b/lib/slotbooking.pbjson.dart index ed4136bb..487ad2e3 100644 --- a/lib/slotbooking.pbjson.dart +++ b/lib/slotbooking.pbjson.dart @@ -54,15 +54,15 @@ const CommandIdentifierEntry$json = { '1': 'CommandIdentifierEntry', '2': [ {'1': 'CommandIdentifierEntry_MandatoryExceptForAllowedUsers', '2': 0}, - {'1': 'CommandIdentifierEntry_NotRequired', '2': 1}, + {'1': 'CommandIdentifierEntry_NoRef', '2': 1}, ], }; /// Descriptor for `CommandIdentifierEntry`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List commandIdentifierEntryDescriptor = $convert.base64Decode( 'ChZDb21tYW5kSWRlbnRpZmllckVudHJ5EjkKNUNvbW1hbmRJZGVudGlmaWVyRW50cnlfTWFuZG' - 'F0b3J5RXhjZXB0Rm9yQWxsb3dlZFVzZXJzEAASJgoiQ29tbWFuZElkZW50aWZpZXJFbnRyeV9O' - 'b3RSZXF1aXJlZBAB'); + 'F0b3J5RXhjZXB0Rm9yQWxsb3dlZFVzZXJzEAASIAocQ29tbWFuZElkZW50aWZpZXJFbnRyeV9O' + 'b1JlZhAB'); @$core.Deprecated('Use segmentationConstraintTypeDescriptor instead') const SegmentationConstraintType$json = { diff --git a/pubspec.yaml b/pubspec.yaml index d0073f0e..db2137ad 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.12.0-SNAPSHOT-251205104431 +version: 1.12.0-SNAPSHOT-251205105738 homepage: '' publish_to: '' repository: ''