Latest generation

This commit is contained in:
ci core model
2026-08-21 07:36:33 +00:00
parent 01a890fc98
commit 2a1d4a87d3
6 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.15.0-SNAPSHOT-260820150041
Lib version: 1.15.0-SNAPSHOT-260821073543

View File

@@ -33,6 +33,7 @@ class MovementPayload extends $pb.GeneratedMessage {
$0.QuantityInLV? quantityInBaseLV,
$core.Iterable<$2.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.String? stockID,
}) {
final result = create();
if (goods != null) result.goods = goods;
@@ -45,6 +46,7 @@ class MovementPayload extends $pb.GeneratedMessage {
if (quantityInBaseLV != null) result.quantityInBaseLV = quantityInBaseLV;
if (attachments != null) result.attachments.addAll(attachments);
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
if (stockID != null) result.stockID = stockID;
return result;
}
@@ -64,6 +66,7 @@ class MovementPayload extends $pb.GeneratedMessage {
..aOM<$0.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $0.QuantityInLV.create)
..pc<$2.AttachmentSummary>(9, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $2.AttachmentSummary.create)
..a<$core.int>(10, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..aOS(11, _omitFieldNames ? '' : 'StockID', protoName: 'StockID')
..hasRequiredFields = false
;
@@ -171,6 +174,15 @@ class MovementPayload extends $pb.GeneratedMessage {
$core.bool hasAttachmentNumber() => $_has(9);
@$pb.TagNumber(10)
void clearAttachmentNumber() => $_clearField(10);
@$pb.TagNumber(11)
$core.String get stockID => $_getSZ(10);
@$pb.TagNumber(11)
set stockID($core.String value) => $_setString(10, value);
@$pb.TagNumber(11)
$core.bool hasStockID() => $_has(10);
@$pb.TagNumber(11)
void clearStockID() => $_clearField(11);
}
///

View File

@@ -28,6 +28,7 @@ const MovementPayload$json = {
{'1': 'QuantityInBaseLV', '3': 8, '4': 1, '5': 11, '6': '.api.QuantityInLV', '8': {}, '10': 'QuantityInBaseLV'},
{'1': 'Attachments', '3': 9, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '8': {}, '10': 'Attachments'},
{'1': 'AttachmentNumber', '3': 10, '4': 1, '5': 5, '8': {}, '10': 'AttachmentNumber'},
{'1': 'StockID', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'StockID'},
],
};
@@ -48,7 +49,8 @@ final $typed_data.Uint8List movementPayloadDescriptor = $convert.base64Decode(
'dHMYCSADKAsyFi5hcGkuQXR0YWNobWVudFN1bW1hcnlCSJJBIDIeTnVtYmVyIG9mIGF0dGFjaG'
'1lbnRzIHBlciB0eXBl8sEYIUF0dGFjaG1lbnRBZGRlZCxBdHRhY2htZW50UmVtb3ZlZFILQXR0'
'YWNobWVudHMSTAoQQXR0YWNobWVudE51bWJlchgKIAEoBUIgkkEdMhtUb3RhbCBudW1iZXIgb2'
'YgYXR0YWNobWVudHNSEEF0dGFjaG1lbnROdW1iZXI=');
'YgYXR0YWNobWVudHNSEEF0dGFjaG1lbnROdW1iZXISOgoHU3RvY2tJRBgLIAEoCUIgysIYHAoa'
'CgEqEhVnZW5lcmF0ZWRUZXh0LGtleXdvcmRSB1N0b2NrSUQ=');
@$core.Deprecated('Use movementDescriptor instead')
const Movement$json = {

View File

@@ -2124,6 +2124,7 @@ class StockMovement extends $pb.GeneratedMessage {
$core.String? externalMoveRef,
$core.String? externalInfo,
$core.String? orderID,
$core.String? handlingunitReference,
}) {
final result = create();
if (dateTime != null) result.dateTime = dateTime;
@@ -2143,6 +2144,7 @@ class StockMovement extends $pb.GeneratedMessage {
if (externalMoveRef != null) result.externalMoveRef = externalMoveRef;
if (externalInfo != null) result.externalInfo = externalInfo;
if (orderID != null) result.orderID = orderID;
if (handlingunitReference != null) result.handlingunitReference = handlingunitReference;
return result;
}
@@ -2169,6 +2171,7 @@ class StockMovement extends $pb.GeneratedMessage {
..aOS(15, _omitFieldNames ? '' : 'ExternalMoveRef', protoName: 'ExternalMoveRef')
..aOS(16, _omitFieldNames ? '' : 'ExternalInfo', protoName: 'ExternalInfo')
..aOS(17, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
..aOS(18, _omitFieldNames ? '' : 'HandlingunitReference', protoName: 'HandlingunitReference')
..hasRequiredFields = false
;
@@ -2342,6 +2345,15 @@ class StockMovement extends $pb.GeneratedMessage {
$core.bool hasOrderID() => $_has(16);
@$pb.TagNumber(17)
void clearOrderID() => $_clearField(17);
@$pb.TagNumber(18)
$core.String get handlingunitReference => $_getSZ(17);
@$pb.TagNumber(18)
set handlingunitReference($core.String value) => $_setString(17, value);
@$pb.TagNumber(18)
$core.bool hasHandlingunitReference() => $_has(17);
@$pb.TagNumber(18)
void clearHandlingunitReference() => $_clearField(18);
}
///

View File

@@ -782,6 +782,7 @@ const StockMovement$json = {
{'1': 'Author', '3': 14, '4': 1, '5': 9, '8': {}, '10': 'Author'},
{'1': 'ExternalMoveRef', '3': 15, '4': 1, '5': 9, '8': {}, '10': 'ExternalMoveRef'},
{'1': 'ExternalInfo', '3': 16, '4': 1, '5': 9, '10': 'ExternalInfo'},
{'1': 'HandlingunitReference', '3': 18, '4': 1, '5': 9, '8': {}, '10': 'HandlingunitReference'},
],
'7': {},
};
@@ -819,7 +820,10 @@ final $typed_data.Uint8List stockMovementDescriptor = $convert.base64Decode(
'ZXRhaWxsZWRRdWFudGl0eRI0CgZBdXRob3IYDiABKAlCHNLCGBgKFgoITW92ZW1lbnQSCG1vdm'
'VtZW50GAFSBkF1dGhvchJGCg9FeHRlcm5hbE1vdmVSZWYYDyABKAlCHNLCGBgKFgoITW92ZW1l'
'bnQSCG1vdmVtZW50GAFSD0V4dGVybmFsTW92ZVJlZhIiCgxFeHRlcm5hbEluZm8YECABKAlSDE'
'V4dGVybmFsSW5mbzobkkEYChbSAQhEYXRlVGltZdIBCFF1YW50aXR5');
'V4dGVybmFsSW5mbxKJAQoVSGFuZGxpbmd1bml0UmVmZXJlbmNlGBIgASgJQlPKwhgcChoKASoS'
'FWdlbmVyYXRlZFRleHQsa2V5d29yZNLCGBgKFgoITW92ZW1lbnQSCG1vdmVtZW50GAHawhgTCh'
'EKASoSDHNob3J0S2V5d29yZFIVSGFuZGxpbmd1bml0UmVmZXJlbmNlOhuSQRgKFtIBCERhdGVU'
'aW1l0gEIUXVhbnRpdHk=');
@$core.Deprecated('Use movementQuantityInLVDescriptor instead')
const MovementQuantityInLV$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.15.0-SNAPSHOT-260820150041
version: 1.15.0-SNAPSHOT-260821073543
homepage: ''
publish_to: ''
repository: ''