Latest generation

This commit is contained in:
ci core model
2025-11-18 08:51:42 +00:00
parent fb32f59864
commit bbf4c5b366
4 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251118084518
Lib version: 1.12.0-SNAPSHOT-251118085117

View File

@@ -502,7 +502,7 @@ class ItemByMatchResult extends $pb.GeneratedMessage {
class GetLVDetailedQuantityQuery extends $pb.GeneratedMessage {
factory GetLVDetailedQuantityQuery({
$1.QueryProjectHeader? header,
$1.EntityID? iD,
$1.QueryEntityID? iD,
$core.String? lVBranchID,
$core.double? quantityInbaseLv,
ItemQueryOptions? options,
@@ -523,7 +523,7 @@ class GetLVDetailedQuantityQuery extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetLVDetailedQuantityQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create)
..aOM<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.QueryEntityID.create)
..aOS(3, _omitFieldNames ? '' : 'LVBranchID', protoName: 'LVBranchID')
..a<$core.double>(4, _omitFieldNames ? '' : 'quantityInbaseLv', $pb.PbFieldType.OF, protoName: 'quantityInbaseLv')
..aOM<ItemQueryOptions>(5, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ItemQueryOptions.create)
@@ -559,15 +559,15 @@ class GetLVDetailedQuantityQuery extends $pb.GeneratedMessage {
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$1.EntityID get iD => $_getN(1);
$1.QueryEntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($1.EntityID value) => $_setField(2, value);
set iD($1.QueryEntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$1.EntityID ensureID() => $_ensure(1);
$1.QueryEntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
$core.String get lVBranchID => $_getSZ(2);

View File

@@ -161,7 +161,7 @@ const GetLVDetailedQuantityQuery$json = {
'1': 'GetLVDetailedQuantityQuery',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'ID'},
{'1': 'LVBranchID', '3': 3, '4': 1, '5': 9, '10': 'LVBranchID'},
{'1': 'quantityInbaseLv', '3': 4, '4': 1, '5': 2, '8': {}, '10': 'quantityInbaseLv'},
{'1': 'Options', '3': 5, '4': 1, '5': 11, '6': '.api.ItemQueryOptions', '10': 'Options'},
@@ -172,11 +172,11 @@ const GetLVDetailedQuantityQuery$json = {
/// Descriptor for `GetLVDetailedQuantityQuery`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getLVDetailedQuantityQueryDescriptor = $convert.base64Decode(
'ChpHZXRMVkRldGFpbGVkUXVhbnRpdHlRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcn'
'lQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSHgoKTFZCcmFuY2hJRBgDIAEoCVIKTFZCcmFuY2hJRBJOChBxdW'
'FudGl0eUluYmFzZUx2GAQgASgCQiKSQR8yHVF1YW50aXR5IGluIGJhc2UgTFYgdG8gZGV0YWls'
'UhBxdWFudGl0eUluYmFzZUx2Ei8KB09wdGlvbnMYBSABKAsyFS5hcGkuSXRlbVF1ZXJ5T3B0aW'
'9uc1IHT3B0aW9uczoSkkEPCg3SAQpIZWFkZXIsIElE');
'lQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEiwKAklEGAIgASgLMhIuYXBpLlF1ZXJ5'
'RW50aXR5SURCCPpCBYoBAhABUgJJRBIeCgpMVkJyYW5jaElEGAMgASgJUgpMVkJyYW5jaElEEk'
'4KEHF1YW50aXR5SW5iYXNlTHYYBCABKAJCIpJBHzIdUXVhbnRpdHkgaW4gYmFzZSBMViB0byBk'
'ZXRhaWxSEHF1YW50aXR5SW5iYXNlTHYSLwoHT3B0aW9ucxgFIAEoCzIVLmFwaS5JdGVtUXVlcn'
'lPcHRpb25zUgdPcHRpb25zOhKSQQ8KDdIBCkhlYWRlciwgSUQ=');
@$core.Deprecated('Use getLVDetailedQuantityResultDescriptor instead')
const GetLVDetailedQuantityResult$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251118084518
version: 1.12.0-SNAPSHOT-251118085117
homepage: ''
publish_to: ''
repository: ''