diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8923c5..77b94165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260609085649 +Lib version: 1.14.0-SNAPSHOT-260609133125 diff --git a/lib/executionflowAction.pb.dart b/lib/executionflowAction.pb.dart index 62a09a8a..7b6bb65e 100644 --- a/lib/executionflowAction.pb.dart +++ b/lib/executionflowAction.pb.dart @@ -36,6 +36,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { $core.Iterable<$1.ClaimSummary>? claims, $core.int? claimNumber, $core.Iterable<$1.AppointmentSummary>? appointments, + $0.OrderRequestedMilestones? requestedMilestones, }) { final result = create(); if (status != null) result.status = status; @@ -50,6 +51,7 @@ class ExecutionflowMapSummaryToOrderPayload 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; } @@ -71,6 +73,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { ..pc<$1.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $1.ClaimSummary.create) ..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber') ..pc<$1.AppointmentSummary>(20, _omitFieldNames ? '' : 'Appointments', $pb.PbFieldType.PM, protoName: 'Appointments', subBuilder: $1.AppointmentSummary.create) + ..aOM<$0.OrderRequestedMilestones>(21, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $0.OrderRequestedMilestones.create) ..hasRequiredFields = false ; @@ -182,6 +185,17 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { @$pb.TagNumber(20) $pb.PbList<$1.AppointmentSummary> get appointments => $_getList(11); + + @$pb.TagNumber(21) + $0.OrderRequestedMilestones get requestedMilestones => $_getN(12); + @$pb.TagNumber(21) + set requestedMilestones($0.OrderRequestedMilestones value) => $_setField(21, value); + @$pb.TagNumber(21) + $core.bool hasRequestedMilestones() => $_has(12); + @$pb.TagNumber(21) + void clearRequestedMilestones() => $_clearField(21); + @$pb.TagNumber(21) + $0.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(12); } class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage { diff --git a/lib/executionflowAction.pbjson.dart b/lib/executionflowAction.pbjson.dart index 5a33fb99..65738105 100644 --- a/lib/executionflowAction.pbjson.dart +++ b/lib/executionflowAction.pbjson.dart @@ -30,6 +30,7 @@ const ExecutionflowMapSummaryToOrderPayload$json = { {'1': 'Claims', '3': 18, '4': 3, '5': 11, '6': '.api.ClaimSummary', '10': 'Claims'}, {'1': 'ClaimNumber', '3': 19, '4': 1, '5': 5, '10': 'ClaimNumber'}, {'1': 'Appointments', '3': 20, '4': 3, '5': 11, '6': '.api.AppointmentSummary', '10': 'Appointments'}, + {'1': 'RequestedMilestones', '3': 21, '4': 1, '5': 11, '6': '.api.OrderRequestedMilestones', '10': 'RequestedMilestones'}, ], '7': {}, }; @@ -46,7 +47,9 @@ final $typed_data.Uint8List executionflowMapSummaryToOrderPayloadDescriptor = $c 'BBdHRhY2htZW50TnVtYmVyGBEgASgFUhBBdHRhY2htZW50TnVtYmVyEikKBkNsYWltcxgSIAMo' 'CzIRLmFwaS5DbGFpbVN1bW1hcnlSBkNsYWltcxIgCgtDbGFpbU51bWJlchgTIAEoBVILQ2xhaW' '1OdW1iZXISOwoMQXBwb2ludG1lbnRzGBQgAygLMhcuYXBpLkFwcG9pbnRtZW50U3VtbWFyeVIM' - 'QXBwb2ludG1lbnRzOiSiuxgHQ29tbWFuZKi7GAGyuxgRTWFwU3VtbWFyeVRvT3JkZXI='); + 'QXBwb2ludG1lbnRzEk8KE1JlcXVlc3RlZE1pbGVzdG9uZXMYFSABKAsyHS5hcGkuT3JkZXJSZX' + 'F1ZXN0ZWRNaWxlc3RvbmVzUhNSZXF1ZXN0ZWRNaWxlc3RvbmVzOiSiuxgHQ29tbWFuZKi7GAGy' + 'uxgRTWFwU3VtbWFyeVRvT3JkZXI='); @$core.Deprecated('Use executionflowMapSummaryToOrderDescriptor instead') const ExecutionflowMapSummaryToOrder$json = { diff --git a/pubspec.yaml b/pubspec.yaml index ad520549..68999149 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.14.0-SNAPSHOT-260609085649 +version: 1.14.0-SNAPSHOT-260609133125 homepage: '' publish_to: '' repository: ''