You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251205104431
|
||||
Lib version: 1.12.0-SNAPSHOT-251205105738
|
||||
|
||||
@@ -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<CommandIdentifierEntry> values = <CommandIdentifierEntry> [
|
||||
CommandIdentifierEntry_MandatoryExceptForAllowedUsers,
|
||||
CommandIdentifierEntry_NotRequired,
|
||||
CommandIdentifierEntry_NoRef,
|
||||
];
|
||||
|
||||
static final $core.List<CommandIdentifierEntry?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1);
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user