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-251016074352
|
||||
Lib version: 1.12.0-SNAPSHOT-251016093521
|
||||
|
||||
@@ -1675,14 +1675,12 @@ class SegmentationActorConstraint extends $pb.GeneratedMessage {
|
||||
factory SegmentationActorConstraint({
|
||||
$core.String? segmentationID,
|
||||
$core.Iterable<$core.String>? restrictedValueIDs,
|
||||
$core.bool? allValues,
|
||||
SegmentationConstraintType? type,
|
||||
$core.String? attributePath,
|
||||
}) {
|
||||
final result = create();
|
||||
if (segmentationID != null) result.segmentationID = segmentationID;
|
||||
if (restrictedValueIDs != null) result.restrictedValueIDs.addAll(restrictedValueIDs);
|
||||
if (allValues != null) result.allValues = allValues;
|
||||
if (type != null) result.type = type;
|
||||
if (attributePath != null) result.attributePath = attributePath;
|
||||
return result;
|
||||
@@ -1696,7 +1694,6 @@ class SegmentationActorConstraint extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SegmentationActorConstraint', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'SegmentationID', protoName: 'SegmentationID')
|
||||
..pPS(2, _omitFieldNames ? '' : 'RestrictedValueIDs', protoName: 'RestrictedValueIDs')
|
||||
..aOB(3, _omitFieldNames ? '' : 'AllValues', protoName: 'AllValues')
|
||||
..e<SegmentationConstraintType>(4, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: SegmentationConstraintType.SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN, valueOf: SegmentationConstraintType.valueOf, enumValues: SegmentationConstraintType.values)
|
||||
..aOS(5, _omitFieldNames ? '' : 'AttributePath', protoName: 'AttributePath')
|
||||
..hasRequiredFields = false
|
||||
@@ -1733,33 +1730,23 @@ class SegmentationActorConstraint extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get restrictedValueIDs => $_getList(1);
|
||||
|
||||
/// In case of user value choice, to restrict Segmentation values.
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool get allValues => $_getBF(2);
|
||||
@$pb.TagNumber(3)
|
||||
set allValues($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasAllValues() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearAllValues() => $_clearField(3);
|
||||
|
||||
/// Define the type of restriction applied on the Segmentation key.
|
||||
@$pb.TagNumber(4)
|
||||
SegmentationConstraintType get type => $_getN(3);
|
||||
SegmentationConstraintType get type => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set type(SegmentationConstraintType value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasType() => $_has(3);
|
||||
$core.bool hasType() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearType() => $_clearField(4);
|
||||
|
||||
/// In case of order attribute choice, to define the attribute path.
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get attributePath => $_getSZ(4);
|
||||
$core.String get attributePath => $_getSZ(3);
|
||||
@$pb.TagNumber(5)
|
||||
set attributePath($core.String value) => $_setString(4, value);
|
||||
set attributePath($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasAttributePath() => $_has(4);
|
||||
$core.bool hasAttributePath() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearAttributePath() => $_clearField(5);
|
||||
}
|
||||
|
||||
@@ -96,16 +96,14 @@ 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, 3);
|
||||
static final $core.List<SegmentationConstraintType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static SegmentationConstraintType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SegmentationConstraintType._(super.value, super.name);
|
||||
|
||||
@@ -94,7 +94,6 @@ const SegmentationConstraintType$json = {
|
||||
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN', '2': 0},
|
||||
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE', '2': 1},
|
||||
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE', '2': 2},
|
||||
{'1': 'SEGMENTATION_CONSTRAINT_TYPE_ENFORCED', '2': 3},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -102,8 +101,8 @@ const SegmentationConstraintType$json = {
|
||||
final $typed_data.Uint8List segmentationConstraintTypeDescriptor = $convert.base64Decode(
|
||||
'ChpTZWdtZW50YXRpb25Db25zdHJhaW50VHlwZRIoCiRTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF'
|
||||
'9UWVBFX1VOS05PV04QABIsCihTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF9UWVBFX1VTRVJfQ0hP'
|
||||
'SUNFEAESMAosU0VHTUVOVEFUSU9OX0NPTlNUUkFJTlRfVFlQRV9PUkRFUl9BVFRSSUJVVEUQAh'
|
||||
'IpCiVTRUdNRU5UQVRJT05fQ09OU1RSQUlOVF9UWVBFX0VORk9SQ0VEEAM=');
|
||||
'SUNFEAESMAosU0VHTUVOVEFUSU9OX0NPTlNUUkFJTlRfVFlQRV9PUkRFUl9BVFRSSUJVVEUQAg'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use unitDescriptor instead')
|
||||
const Unit$json = {
|
||||
@@ -518,7 +517,6 @@ const SegmentationActorConstraint$json = {
|
||||
'2': [
|
||||
{'1': 'SegmentationID', '3': 1, '4': 1, '5': 9, '10': 'SegmentationID'},
|
||||
{'1': 'RestrictedValueIDs', '3': 2, '4': 3, '5': 9, '10': 'RestrictedValueIDs'},
|
||||
{'1': 'AllValues', '3': 3, '4': 1, '5': 8, '10': 'AllValues'},
|
||||
{'1': 'Type', '3': 4, '4': 1, '5': 14, '6': '.api.SegmentationConstraintType', '10': 'Type'},
|
||||
{'1': 'AttributePath', '3': 5, '4': 1, '5': 9, '10': 'AttributePath'},
|
||||
],
|
||||
@@ -528,9 +526,8 @@ const SegmentationActorConstraint$json = {
|
||||
final $typed_data.Uint8List segmentationActorConstraintDescriptor = $convert.base64Decode(
|
||||
'ChtTZWdtZW50YXRpb25BY3RvckNvbnN0cmFpbnQSJgoOU2VnbWVudGF0aW9uSUQYASABKAlSDl'
|
||||
'NlZ21lbnRhdGlvbklEEi4KElJlc3RyaWN0ZWRWYWx1ZUlEcxgCIAMoCVISUmVzdHJpY3RlZFZh'
|
||||
'bHVlSURzEhwKCUFsbFZhbHVlcxgDIAEoCFIJQWxsVmFsdWVzEjMKBFR5cGUYBCABKA4yHy5hcG'
|
||||
'kuU2VnbWVudGF0aW9uQ29uc3RyYWludFR5cGVSBFR5cGUSJAoNQXR0cmlidXRlUGF0aBgFIAEo'
|
||||
'CVINQXR0cmlidXRlUGF0aA==');
|
||||
'bHVlSURzEjMKBFR5cGUYBCABKA4yHy5hcGkuU2VnbWVudGF0aW9uQ29uc3RyYWludFR5cGVSBF'
|
||||
'R5cGUSJAoNQXR0cmlidXRlUGF0aBgFIAEoCVINQXR0cmlidXRlUGF0aA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCommissionDescriptor instead')
|
||||
const AppointmentCommission$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251016074352
|
||||
version: 1.12.0-SNAPSHOT-251016093521
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user