Latest generation

This commit is contained in:
ci core model
2025-12-15 14:41:54 +00:00
parent 09f9a6beed
commit a7e4b2acc6
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251215134650
Lib version: 1.12.0-SNAPSHOT-251215144121

View File

@@ -1731,12 +1731,14 @@ class Commission extends $pb.GeneratedMessage {
$core.String? orderID,
$core.Iterable<QuantityByUnit>? quantities,
$core.String? actorID,
$core.String? executionflowID,
}) {
final result = create();
if (projectID != null) result.projectID = projectID;
if (orderID != null) result.orderID = orderID;
if (quantities != null) result.quantities.addAll(quantities);
if (actorID != null) result.actorID = actorID;
if (executionflowID != null) result.executionflowID = executionflowID;
return result;
}
@@ -1750,6 +1752,7 @@ class Commission extends $pb.GeneratedMessage {
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
..pc<QuantityByUnit>(3, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: QuantityByUnit.create)
..aOS(4, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..aOS(5, _omitFieldNames ? '' : 'ExecutionflowID', protoName: 'ExecutionflowID')
..hasRequiredFields = false
;
@@ -1799,6 +1802,15 @@ class Commission extends $pb.GeneratedMessage {
$core.bool hasActorID() => $_has(3);
@$pb.TagNumber(4)
void clearActorID() => $_clearField(4);
@$pb.TagNumber(5)
$core.String get executionflowID => $_getSZ(4);
@$pb.TagNumber(5)
set executionflowID($core.String value) => $_setString(4, value);
@$pb.TagNumber(5)
$core.bool hasExecutionflowID() => $_has(4);
@$pb.TagNumber(5)
void clearExecutionflowID() => $_clearField(5);
}
class WMSCommission extends $pb.GeneratedMessage {

View File

@@ -506,6 +506,7 @@ const Commission$json = {
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
{'1': 'OrderID', '3': 2, '4': 1, '5': 9, '10': 'OrderID'},
{'1': 'ExecutionflowID', '3': 5, '4': 1, '5': 9, '10': 'ExecutionflowID'},
{'1': 'Quantities', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
{'1': 'ActorID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ActorID'},
],
@@ -514,9 +515,9 @@ const Commission$json = {
/// Descriptor for `Commission`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List commissionDescriptor = $convert.base64Decode(
'CgpDb21taXNzaW9uEiUKCVByb2plY3RJRBgBIAEoCUIH+kIEcgIQAVIJUHJvamVjdElEEhgKB0'
'9yZGVySUQYAiABKAlSB09yZGVySUQSPQoKUXVhbnRpdGllcxgDIAMoCzITLmFwaS5RdWFudGl0'
'eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXMSIQoHQWN0b3JJRBgEIAEoCUIH+kIEcgIQAV'
'IHQWN0b3JJRA==');
'9yZGVySUQYAiABKAlSB09yZGVySUQSKAoPRXhlY3V0aW9uZmxvd0lEGAUgASgJUg9FeGVjdXRp'
'b25mbG93SUQSPQoKUXVhbnRpdGllcxgDIAMoCzITLmFwaS5RdWFudGl0eUJ5VW5pdEII+kIFkg'
'ECCAFSClF1YW50aXRpZXMSIQoHQWN0b3JJRBgEIAEoCUIH+kIEcgIQAVIHQWN0b3JJRA==');
@$core.Deprecated('Use wMSCommissionDescriptor instead')
const WMSCommission$json = {

View File

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