You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1202,6 +1202,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$0.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
$core.Iterable<$0.AppointmentSummary>? appointments,
|
||||
OrderRequestedMilestones? requestedMilestones,
|
||||
}) {
|
||||
final result = create();
|
||||
if (executionflowID != null) result.executionflowID = executionflowID;
|
||||
@@ -1214,6 +1215,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
if (claims != null) result.claims.addAll(claims);
|
||||
if (claimNumber != null) result.claimNumber = claimNumber;
|
||||
if (appointments != null) result.appointments.addAll(appointments);
|
||||
if (requestedMilestones != null) result.requestedMilestones = requestedMilestones;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1233,6 +1235,7 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
..pc<$0.ClaimSummary>(20, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $0.ClaimSummary.create)
|
||||
..a<$core.int>(21, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..pc<$0.AppointmentSummary>(22, _omitFieldNames ? '' : 'Appointments', $pb.PbFieldType.PM, protoName: 'Appointments', subBuilder: $0.AppointmentSummary.create)
|
||||
..aOM<OrderRequestedMilestones>(23, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: OrderRequestedMilestones.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1334,6 +1337,17 @@ class ExecutionflowSummary extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(22)
|
||||
$pb.PbList<$0.AppointmentSummary> get appointments => $_getList(9);
|
||||
|
||||
@$pb.TagNumber(23)
|
||||
OrderRequestedMilestones get requestedMilestones => $_getN(10);
|
||||
@$pb.TagNumber(23)
|
||||
set requestedMilestones(OrderRequestedMilestones value) => $_setField(23, value);
|
||||
@$pb.TagNumber(23)
|
||||
$core.bool hasRequestedMilestones() => $_has(10);
|
||||
@$pb.TagNumber(23)
|
||||
void clearRequestedMilestones() => $_clearField(23);
|
||||
@$pb.TagNumber(23)
|
||||
OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(10);
|
||||
}
|
||||
|
||||
/// Not a GS1 Object.
|
||||
|
||||
@@ -428,6 +428,7 @@ const ExecutionflowSummary$json = {
|
||||
{'1': 'Claims', '3': 20, '4': 3, '5': 11, '6': '.api.ClaimSummary', '8': {}, '10': 'Claims'},
|
||||
{'1': 'ClaimNumber', '3': 21, '4': 1, '5': 5, '8': {}, '10': 'ClaimNumber'},
|
||||
{'1': 'Appointments', '3': 22, '4': 3, '5': 11, '6': '.api.AppointmentSummary', '8': {}, '10': 'Appointments'},
|
||||
{'1': 'RequestedMilestones', '3': 23, '4': 1, '5': 11, '6': '.api.OrderRequestedMilestones', '10': 'RequestedMilestones'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -451,7 +452,8 @@ final $typed_data.Uint8List executionflowSummaryDescriptor = $convert.base64Deco
|
||||
'bmZsb3cgY2xhaW1zUgtDbGFpbU51bWJlchKMAQoMQXBwb2ludG1lbnRzGBYgAygLMhcuYXBpLk'
|
||||
'FwcG9pbnRtZW50U3VtbWFyeUJPkkE0MjJMaXN0IG9mIGFwcG9pbnRtZW50cyBhdHRhY2hlZCB0'
|
||||
'byB0aGUgZXhlY3V0aW9uZmxvd/LBGBRFeGVjdXRpb25mbG93VXBkYXRlZFIMQXBwb2ludG1lbn'
|
||||
'RzOheSQRQKEtIBD0V4ZWN1dGlvbmZsb3dJRA==');
|
||||
'RzEk8KE1JlcXVlc3RlZE1pbGVzdG9uZXMYFyABKAsyHS5hcGkuT3JkZXJSZXF1ZXN0ZWRNaWxl'
|
||||
'c3RvbmVzUhNSZXF1ZXN0ZWRNaWxlc3RvbmVzOheSQRQKEtIBD0V4ZWN1dGlvbmZsb3dJRA==');
|
||||
|
||||
@$core.Deprecated('Use executionGraphDescriptor instead')
|
||||
const ExecutionGraph$json = {
|
||||
|
||||
Reference in New Issue
Block a user