Latest generation

This commit is contained in:
ci core model
2026-02-04 08:20:56 +00:00
parent 252afad564
commit 808f2b523a
5 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260130142649
Lib version: 1.13.0-SNAPSHOT-260204082007

View File

@@ -553,15 +553,17 @@ class ExtractColumnFormat_type extends $pb.ProtobufEnum {
static const ExtractColumnFormat_type DATE = ExtractColumnFormat_type._(1, _omitEnumNames ? '' : 'DATE');
static const ExtractColumnFormat_type SUFFIX = ExtractColumnFormat_type._(2, _omitEnumNames ? '' : 'SUFFIX');
static const ExtractColumnFormat_type NUMBER = ExtractColumnFormat_type._(3, _omitEnumNames ? '' : 'NUMBER');
static const ExtractColumnFormat_type LOCAL_DATE = ExtractColumnFormat_type._(4, _omitEnumNames ? '' : 'LOCAL_DATE');
static const $core.List<ExtractColumnFormat_type> values = <ExtractColumnFormat_type> [
UNKNOWN,
DATE,
SUFFIX,
NUMBER,
LOCAL_DATE,
];
static final $core.List<ExtractColumnFormat_type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
static final $core.List<ExtractColumnFormat_type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
static ExtractColumnFormat_type? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
const ExtractColumnFormat_type._(super.value, super.name);

View File

@@ -1721,6 +1721,7 @@ const ExtractColumnFormat_type$json = {
{'1': 'DATE', '2': 1},
{'1': 'SUFFIX', '2': 2},
{'1': 'NUMBER', '2': 3},
{'1': 'LOCAL_DATE', '2': 4},
],
};
@@ -1728,8 +1729,8 @@ const ExtractColumnFormat_type$json = {
final $typed_data.Uint8List extractColumnFormatDescriptor = $convert.base64Decode(
'ChNFeHRyYWN0Q29sdW1uRm9ybWF0EjEKBFR5cGUYASABKA4yHS5hcGkuRXh0cmFjdENvbHVtbk'
'Zvcm1hdC50eXBlUgRUeXBlEhYKBkZvcm1hdBgCIAEoCVIGRm9ybWF0EjIKC0Rpc3BsYXlEYXRl'
'GAMgASgOMhAuYXBpLkRpc3BsYXlEYXRlUgtEaXNwbGF5RGF0ZSI1CgR0eXBlEgsKB1VOS05PV0'
'4QABIICgREQVRFEAESCgoGU1VGRklYEAISCgoGTlVNQkVSEAM=');
'GAMgASgOMhAuYXBpLkRpc3BsYXlEYXRlUgtEaXNwbGF5RGF0ZSJFCgR0eXBlEgsKB1VOS05PV0'
'4QABIICgREQVRFEAESCgoGU1VGRklYEAISCgoGTlVNQkVSEAMSDgoKTE9DQUxfREFURRAE');
@$core.Deprecated('Use extractQueryDescriptor instead')
const ExtractQuery$json = {

View File

@@ -121,12 +121,12 @@ const Slot$json = {
/// Descriptor for `Slot`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List slotDescriptor = $convert.base64Decode(
'CgRTbG90EqgBCg1TdGFydERhdGVUaW1lGAEgASgJQoEB+kJgcl4yXF4yMFswLTldezJ9LSgwWz'
'CgRTbG90Eq0BCg1TdGFydERhdGVUaW1lGAEgASgJQoYB+kJgcl4yXF4yMFswLTldezJ9LSgwWz'
'EtOV18MVswLTJdKS0oMFsxLTldfFsxMl1bMC05XXwzWzAxXSlUWzAxXVswLTldfDJbMC0zXTpb'
'MC01XVswLTldOlswLTVdWzAtOV0kysIYCwoJCgEqEgRkYXRl2sIYCwoJCgEqEgRkYXRlUg1TdG'
'FydERhdGVUaW1lEiwKEUR1cmF0aW9uSW5TZWNvbmRzGAMgASgEUhFEdXJhdGlvbkluU2Vjb25k'
'cxJACgtFbmREYXRlVGltZRgEIAEoCUIeysIYCwoJCgEqEgRkYXRl2sIYCwoJCgEqEgRkYXRlUg'
'tFbmREYXRlVGltZQ==');
'MC01XVswLTldOlswLTVdWzAtOV0kysIYCwoJCgEqEgRkYXRl2sIYEAoOCgEqEglsb2NhbGRhdG'
'VSDVN0YXJ0RGF0ZVRpbWUSLAoRRHVyYXRpb25JblNlY29uZHMYAyABKARSEUR1cmF0aW9uSW5T'
'ZWNvbmRzEkUKC0VuZERhdGVUaW1lGAQgASgJQiPKwhgLCgkKASoSBGRhdGXawhgQCg4KASoSCW'
'xvY2FsZGF0ZVILRW5kRGF0ZVRpbWU=');
@$core.Deprecated('Use segmentationDescriptor instead')
const Segmentation$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260130142649
version: 1.13.0-SNAPSHOT-260204082007
homepage: ''
publish_to: ''
repository: ''