You've already forked dart-core-sdk
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d07646a0d | ||
|
|
bc0ff6c0ab | ||
|
|
e21dc6a2c5 | ||
|
|
7e00ea5f98 | ||
|
|
b086793a70 | ||
|
|
f680cf0046 | ||
|
|
1742327d3c | ||
|
|
f1649cdc93 | ||
|
|
d408b30df2 | ||
|
|
8a70e9e735 |
@@ -1,3 +1,3 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
Lib version: 1.13.3
|
Lib version: 1.13.5
|
||||||
|
|||||||
@@ -238,6 +238,7 @@ class KPIItem extends $pb.GeneratedMessage {
|
|||||||
$core.bool? queryable,
|
$core.bool? queryable,
|
||||||
$core.String? groupToJoin,
|
$core.String? groupToJoin,
|
||||||
$core.String? customType,
|
$core.String? customType,
|
||||||
|
$core.String? dataType,
|
||||||
}) {
|
}) {
|
||||||
final result = create();
|
final result = create();
|
||||||
if (context != null) result.context = context;
|
if (context != null) result.context = context;
|
||||||
@@ -245,6 +246,7 @@ class KPIItem extends $pb.GeneratedMessage {
|
|||||||
if (queryable != null) result.queryable = queryable;
|
if (queryable != null) result.queryable = queryable;
|
||||||
if (groupToJoin != null) result.groupToJoin = groupToJoin;
|
if (groupToJoin != null) result.groupToJoin = groupToJoin;
|
||||||
if (customType != null) result.customType = customType;
|
if (customType != null) result.customType = customType;
|
||||||
|
if (dataType != null) result.dataType = dataType;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -259,6 +261,7 @@ class KPIItem extends $pb.GeneratedMessage {
|
|||||||
..aOB(3, _omitFieldNames ? '' : 'Queryable', protoName: 'Queryable')
|
..aOB(3, _omitFieldNames ? '' : 'Queryable', protoName: 'Queryable')
|
||||||
..aOS(4, _omitFieldNames ? '' : 'GroupToJoin', protoName: 'GroupToJoin')
|
..aOS(4, _omitFieldNames ? '' : 'GroupToJoin', protoName: 'GroupToJoin')
|
||||||
..aOS(5, _omitFieldNames ? '' : 'CustomType', protoName: 'CustomType')
|
..aOS(5, _omitFieldNames ? '' : 'CustomType', protoName: 'CustomType')
|
||||||
|
..aOS(6, _omitFieldNames ? '' : 'DataType', protoName: 'DataType')
|
||||||
..hasRequiredFields = false
|
..hasRequiredFields = false
|
||||||
;
|
;
|
||||||
|
|
||||||
@@ -323,6 +326,15 @@ class KPIItem extends $pb.GeneratedMessage {
|
|||||||
$core.bool hasCustomType() => $_has(4);
|
$core.bool hasCustomType() => $_has(4);
|
||||||
@$pb.TagNumber(5)
|
@$pb.TagNumber(5)
|
||||||
void clearCustomType() => $_clearField(5);
|
void clearCustomType() => $_clearField(5);
|
||||||
|
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
$core.String get dataType => $_getSZ(5);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
set dataType($core.String value) => $_setString(5, value);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
$core.bool hasDataType() => $_has(5);
|
||||||
|
@$pb.TagNumber(6)
|
||||||
|
void clearDataType() => $_clearField(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
class FieldTypes extends $pb.GeneratedMessage {
|
class FieldTypes extends $pb.GeneratedMessage {
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ const KPIItem$json = {
|
|||||||
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
||||||
{'1': 'GroupToJoin', '3': 4, '4': 1, '5': 9, '10': 'GroupToJoin'},
|
{'1': 'GroupToJoin', '3': 4, '4': 1, '5': 9, '10': 'GroupToJoin'},
|
||||||
{'1': 'CustomType', '3': 5, '4': 1, '5': 9, '10': 'CustomType'},
|
{'1': 'CustomType', '3': 5, '4': 1, '5': 9, '10': 'CustomType'},
|
||||||
|
{'1': 'DataType', '3': 6, '4': 1, '5': 9, '10': 'DataType'},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -94,7 +95,8 @@ const KPIItem$json = {
|
|||||||
final $typed_data.Uint8List kPIItemDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List kPIItemDescriptor = $convert.base64Decode(
|
||||||
'CgdLUElJdGVtEhgKB0NvbnRleHQYASABKAlSB0NvbnRleHQSFAoFR3JvdXAYAiABKAlSBUdyb3'
|
'CgdLUElJdGVtEhgKB0NvbnRleHQYASABKAlSB0NvbnRleHQSFAoFR3JvdXAYAiABKAlSBUdyb3'
|
||||||
'VwEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiAKC0dyb3VwVG9Kb2luGAQgASgJUgtH'
|
'VwEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiAKC0dyb3VwVG9Kb2luGAQgASgJUgtH'
|
||||||
'cm91cFRvSm9pbhIeCgpDdXN0b21UeXBlGAUgASgJUgpDdXN0b21UeXBl');
|
'cm91cFRvSm9pbhIeCgpDdXN0b21UeXBlGAUgASgJUgpDdXN0b21UeXBlEhoKCERhdGFUeXBlGA'
|
||||||
|
'YgASgJUghEYXRhVHlwZQ==');
|
||||||
|
|
||||||
@$core.Deprecated('Use fieldTypesDescriptor instead')
|
@$core.Deprecated('Use fieldTypesDescriptor instead')
|
||||||
const FieldTypes$json = {
|
const FieldTypes$json = {
|
||||||
|
|||||||
@@ -151,14 +151,14 @@ const Slot$json = {
|
|||||||
|
|
||||||
/// Descriptor for `Slot`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `Slot`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List slotDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List slotDescriptor = $convert.base64Decode(
|
||||||
'CgRTbG90Es8BCg1TdGFydERhdGVUaW1lGAEgASgJQqgB+kJgcl4yXF4yMFswLTldezJ9LSgwWz'
|
'CgRTbG90EtoBCg1TdGFydERhdGVUaW1lGAEgASgJQrMB+kJgcl4yXF4yMFswLTldezJ9LSgwWz'
|
||||||
'EtOV18MVswLTJdKS0oMFsxLTldfFsxMl1bMC05XXwzWzAxXSlUWzAxXVswLTldfDJbMC0zXTpb'
|
'EtOV18MVswLTJdKS0oMFsxLTldfFsxMl1bMC05XXwzWzAxXSlUWzAxXVswLTldfDJbMC0zXTpb'
|
||||||
'MC01XVswLTldOlswLTVdWzAtOV0kysIYCwoJCgEqEgRkYXRl0sIYHgocCgtBcHBvaW50bWVudB'
|
'MC01XVswLTldOlswLTVdWzAtOV0kysIYCwoJCgEqEgRkYXRl0sIYKQonCgtBcHBvaW50bWVudB'
|
||||||
'ILYXBwb2ludG1lbnQYAdrCGBAKDgoBKhIJbG9jYWxkYXRlUg1TdGFydERhdGVUaW1lElgKEUR1'
|
'ILYXBwb2ludG1lbnQYATIJbG9jYWxkYXRl2sIYEAoOCgEqEglsb2NhbGRhdGVSDVN0YXJ0RGF0'
|
||||||
'cmF0aW9uSW5TZWNvbmRzGAMgASgEQirSwhgmCiQKC0FwcG9pbnRtZW50EgthcHBvaW50bWVudB'
|
'ZVRpbWUSWAoRRHVyYXRpb25JblNlY29uZHMYAyABKARCKtLCGCYKJAoLQXBwb2ludG1lbnQSC2'
|
||||||
'gBKgZVSW50NjRSEUR1cmF0aW9uSW5TZWNvbmRzEmcKC0VuZERhdGVUaW1lGAQgASgJQkXKwhgL'
|
'FwcG9pbnRtZW50GAEqBlVJbnQ2NFIRRHVyYXRpb25JblNlY29uZHMScgoLRW5kRGF0ZVRpbWUY'
|
||||||
'CgkKASoSBGRhdGXSwhgeChwKC0FwcG9pbnRtZW50EgthcHBvaW50bWVudBgB2sIYEAoOCgEqEg'
|
'BCABKAlCUMrCGAsKCQoBKhIEZGF0ZdLCGCkKJwoLQXBwb2ludG1lbnQSC2FwcG9pbnRtZW50GA'
|
||||||
'lsb2NhbGRhdGVSC0VuZERhdGVUaW1l');
|
'EyCWxvY2FsZGF0ZdrCGBAKDgoBKhIJbG9jYWxkYXRlUgtFbmREYXRlVGltZQ==');
|
||||||
|
|
||||||
@$core.Deprecated('Use segmentationDescriptor instead')
|
@$core.Deprecated('Use segmentationDescriptor instead')
|
||||||
const Segmentation$json = {
|
const Segmentation$json = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: dart_core_sdk
|
name: dart_core_sdk
|
||||||
description: dart libs from core model proto files
|
description: dart libs from core model proto files
|
||||||
version: 1.13.3
|
version: 1.13.5
|
||||||
homepage: ''
|
homepage: ''
|
||||||
publish_to: ''
|
publish_to: ''
|
||||||
repository: ''
|
repository: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user