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-251112134709
|
||||
Lib version: 1.12.0-SNAPSHOT-251112153805
|
||||
|
||||
@@ -129,7 +129,7 @@ final $typed_data.Uint8List slotDescriptor = $convert.base64Decode(
|
||||
const Segmentation$json = {
|
||||
'1': 'Segmentation',
|
||||
'2': [
|
||||
{'1': 'SegmentationID', '3': 1, '4': 1, '5': 9, '10': 'SegmentationID'},
|
||||
{'1': 'SegmentationID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'SegmentationID'},
|
||||
{'1': 'SegmentationLabels', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'SegmentationLabels'},
|
||||
{'1': 'Values', '3': 3, '4': 3, '5': 11, '6': '.api.SegmentationValue', '10': 'Values'},
|
||||
],
|
||||
@@ -137,24 +137,26 @@ const Segmentation$json = {
|
||||
|
||||
/// Descriptor for `Segmentation`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationDescriptor = $convert.base64Decode(
|
||||
'CgxTZWdtZW50YXRpb24SJgoOU2VnbWVudGF0aW9uSUQYASABKAlSDlNlZ21lbnRhdGlvbklEEm'
|
||||
'EKElNlZ21lbnRhdGlvbkxhYmVscxgCIAMoCzIULmFwaS5MYWJlbEJ5TGFuZ3VhZ2VCG9DBGAHq'
|
||||
'wRgTTGFuZ3VhZ2VDb2RlSVNPNjM5MVISU2VnbWVudGF0aW9uTGFiZWxzEi4KBlZhbHVlcxgDIA'
|
||||
'MoCzIWLmFwaS5TZWdtZW50YXRpb25WYWx1ZVIGVmFsdWVz');
|
||||
'CgxTZWdtZW50YXRpb24SPwoOU2VnbWVudGF0aW9uSUQYASABKAlCF/pCFHISEAEyDl5bYS16QS'
|
||||
'1aMC05XSskUg5TZWdtZW50YXRpb25JRBJhChJTZWdtZW50YXRpb25MYWJlbHMYAiADKAsyFC5h'
|
||||
'cGkuTGFiZWxCeUxhbmd1YWdlQhvQwRgB6sEYE0xhbmd1YWdlQ29kZUlTTzYzOTFSElNlZ21lbn'
|
||||
'RhdGlvbkxhYmVscxIuCgZWYWx1ZXMYAyADKAsyFi5hcGkuU2VnbWVudGF0aW9uVmFsdWVSBlZh'
|
||||
'bHVlcw==');
|
||||
|
||||
@$core.Deprecated('Use segmentationValueDescriptor instead')
|
||||
const SegmentationValue$json = {
|
||||
'1': 'SegmentationValue',
|
||||
'2': [
|
||||
{'1': 'ID', '3': 1, '4': 1, '5': 9, '10': 'ID'},
|
||||
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'Labels', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Labels'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `SegmentationValue`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationValueDescriptor = $convert.base64Decode(
|
||||
'ChFTZWdtZW50YXRpb25WYWx1ZRIOCgJJRBgBIAEoCVICSUQSSQoGTGFiZWxzGAIgAygLMhQuYX'
|
||||
'BpLkxhYmVsQnlMYW5ndWFnZUIb0MEYAerBGBNMYW5ndWFnZUNvZGVJU082MzkxUgZMYWJlbHM=');
|
||||
'ChFTZWdtZW50YXRpb25WYWx1ZRInCgJJRBgBIAEoCUIX+kIUchIQATIOXlthLXpBLVowLTldKy'
|
||||
'RSAklEEkkKBkxhYmVscxgCIAMoCzIULmFwaS5MYWJlbEJ5TGFuZ3VhZ2VCG9DBGAHqwRgTTGFu'
|
||||
'Z3VhZ2VDb2RlSVNPNjM5MVIGTGFiZWxz');
|
||||
|
||||
@$core.Deprecated('Use instructionDescriptor instead')
|
||||
const Instruction$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251112134709
|
||||
version: 1.12.0-SNAPSHOT-251112153805
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user