diff --git a/CHANGELOG.md b/CHANGELOG.md index bda924da..cce8f3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260604152412 +Lib version: 1.14.0-SNAPSHOT-260605081943 diff --git a/lib/tradeShared.pb.dart b/lib/tradeShared.pb.dart index cd8ceaae..89749d61 100644 --- a/lib/tradeShared.pb.dart +++ b/lib/tradeShared.pb.dart @@ -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(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. diff --git a/lib/tradeShared.pbjson.dart b/lib/tradeShared.pbjson.dart index ce4a2184..d75aa4e2 100644 --- a/lib/tradeShared.pbjson.dart +++ b/lib/tradeShared.pbjson.dart @@ -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 = { diff --git a/pubspec.lock b/pubspec.lock index 09bd8782..37888ecb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: transitive description: name: meta - sha256: df0c643f44ad098eb37988027a8e2b2b5a031fd3977f06bbfd3a76637e8df739 + sha256: c82594181e3312f3d0695fc95aaaf7758d75b8d4ae2bbecf223b9fd5109a059d url: "https://pub.dev" source: hosted - version: "1.18.2" + version: "1.18.3" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 41c00e44..92c84260 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-260604152412 +version: 1.14.0-SNAPSHOT-260605081943 homepage: '' publish_to: '' repository: ''