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-251212093309
|
||||
Lib version: 1.12.0-SNAPSHOT-251212101010
|
||||
|
||||
@@ -957,11 +957,13 @@ class AppointmentCommissionsUpdatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$1.AppointmentCommission>? commissions,
|
||||
$core.Iterable<$1.QuantityByUnit>? totalQuantities,
|
||||
$core.String? reason,
|
||||
}) {
|
||||
final result = create();
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (totalQuantities != null) result.totalQuantities.addAll(totalQuantities);
|
||||
if (reason != null) result.reason = reason;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -974,6 +976,7 @@ class AppointmentCommissionsUpdatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$1.AppointmentCommission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $1.AppointmentCommission.create)
|
||||
..pc<$1.QuantityByUnit>(3, _omitFieldNames ? '' : 'TotalQuantities', $pb.PbFieldType.PM, protoName: 'TotalQuantities', subBuilder: $1.QuantityByUnit.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1009,6 +1012,15 @@ class AppointmentCommissionsUpdatedPayload extends $pb.GeneratedMessage {
|
||||
/// Total volumetry in all commissions inside the truck.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$1.QuantityByUnit> get totalQuantities => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get reason => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set reason($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasReason() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearReason() => $_clearField(4);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -256,6 +256,7 @@ const AppointmentCommissionsUpdatedPayload$json = {
|
||||
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentCommission', '10': 'Commissions'},
|
||||
{'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'TotalQuantities', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'TotalQuantities'},
|
||||
{'1': 'Reason', '3': 4, '4': 1, '5': 9, '10': 'Reason'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -265,8 +266,8 @@ final $typed_data.Uint8List appointmentCommissionsUpdatedPayloadDescriptor = $co
|
||||
'CiRBcHBvaW50bWVudENvbW1pc3Npb25zVXBkYXRlZFBheWxvYWQSPAoLQ29tbWlzc2lvbnMYAi'
|
||||
'ADKAsyGi5hcGkuQXBwb2ludG1lbnRDb21taXNzaW9uUgtDb21taXNzaW9ucxIYCgdBY3RvcklE'
|
||||
'GAEgASgJUgdBY3RvcklEEj0KD1RvdGFsUXVhbnRpdGllcxgDIAMoCzITLmFwaS5RdWFudGl0eU'
|
||||
'J5VW5pdFIPVG90YWxRdWFudGl0aWVzOjeSQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7'
|
||||
'GAG6uxgSQ29tbWlzc2lvbnNVcGRhdGVk');
|
||||
'J5VW5pdFIPVG90YWxRdWFudGl0aWVzEhYKBlJlYXNvbhgEIAEoCVIGUmVhc29uOjeSQREKDzIN'
|
||||
'RXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgSQ29tbWlzc2lvbnNVcGRhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCommissionsUpdatedEventDescriptor instead')
|
||||
const AppointmentCommissionsUpdatedEvent$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251212093309
|
||||
version: 1.12.0-SNAPSHOT-251212101010
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user