You've already forked dart-core-sdk
Release 1.11.6
This commit is contained in:
@@ -52,33 +52,45 @@ class CapacityRuleScope extends $pb.ProtobufEnum {
|
||||
const CapacityRuleScope._(super.value, super.name);
|
||||
}
|
||||
|
||||
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');
|
||||
class CarrierInformationType extends $pb.ProtobufEnum {
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_UNKNOWN');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_SHORT_TEXT');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LONG_TEXT');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_PHONE');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_MAIL');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LICENSE_NUMBER');
|
||||
static const CarrierInformationType CARRIER_INFORMATION_TYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_DOCUMENT');
|
||||
|
||||
static const $core.List<CommandIdentifierEntry> values = <CommandIdentifierEntry> [
|
||||
CommandIdentifierEntry_MandatoryExceptForAllowedUsers,
|
||||
CommandIdentifierEntry_NotRequired,
|
||||
static const $core.List<CarrierInformationType> values = <CarrierInformationType> [
|
||||
CARRIER_INFORMATION_TYPE_UNKNOWN,
|
||||
CARRIER_INFORMATION_TYPE_SHORT_TEXT,
|
||||
CARRIER_INFORMATION_TYPE_LONG_TEXT,
|
||||
CARRIER_INFORMATION_TYPE_PHONE,
|
||||
CARRIER_INFORMATION_TYPE_MAIL,
|
||||
CARRIER_INFORMATION_TYPE_LICENSE_NUMBER,
|
||||
CARRIER_INFORMATION_TYPE_DOCUMENT,
|
||||
];
|
||||
|
||||
static final $core.List<CommandIdentifierEntry?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1);
|
||||
static CommandIdentifierEntry? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
static final $core.List<CarrierInformationType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 6);
|
||||
static CarrierInformationType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const CommandIdentifierEntry._(super.value, super.name);
|
||||
const CarrierInformationType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class SegmentationConstraintType extends $pb.ProtobufEnum {
|
||||
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN');
|
||||
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE');
|
||||
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE');
|
||||
static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ENFORCED');
|
||||
|
||||
static const $core.List<SegmentationConstraintType> values = <SegmentationConstraintType> [
|
||||
SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN,
|
||||
SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE,
|
||||
SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE,
|
||||
SEGMENTATION_CONSTRAINT_TYPE_ENFORCED,
|
||||
];
|
||||
|
||||
static final $core.List<SegmentationConstraintType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static final $core.List<SegmentationConstraintType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static SegmentationConstraintType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SegmentationConstraintType._(super.value, super.name);
|
||||
|
||||
Reference in New Issue
Block a user