From b2dba0e706944912520453d610a715cf3fdc08d2 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 26 Mar 2026 09:55:08 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/appointment.pb.dart | 12 ++++++++++++ lib/appointment.pbjson.dart | 4 +++- lib/appointmentAction.pb.dart | 12 ++++++++++++ lib/appointmentAction.pbjson.dart | 5 +++-- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 7 files changed, 34 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97a189..3344034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.13.0-SNAPSHOT-260325092010 +Lib version: 1.13.0-SNAPSHOT-260326095432 diff --git a/lib/appointment.pb.dart b/lib/appointment.pb.dart index 54410f7..902f384 100644 --- a/lib/appointment.pb.dart +++ b/lib/appointment.pb.dart @@ -130,6 +130,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { $core.Iterable<$core.String>? removedAttendees, $core.Iterable<$0.MetadataElement>? segmentationKeys, $0.DateTime? creationDateTime, + $core.bool? wMSCreated, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; @@ -156,6 +157,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { if (removedAttendees != null) result.removedAttendees.addAll(removedAttendees); if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys); if (creationDateTime != null) result.creationDateTime = creationDateTime; + if (wMSCreated != null) result.wMSCreated = wMSCreated; return result; } @@ -189,6 +191,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { ..pPS(28, _omitFieldNames ? '' : 'RemovedAttendees', protoName: 'RemovedAttendees') ..pc<$0.MetadataElement>(29, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $0.MetadataElement.create) ..aOM<$0.DateTime>(30, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $0.DateTime.create) + ..aOB(31, _omitFieldNames ? '' : 'WMSCreated', protoName: 'WMSCreated') ..hasRequiredFields = false ; @@ -409,6 +412,15 @@ class AppointmentPayload extends $pb.GeneratedMessage { void clearCreationDateTime() => $_clearField(30); @$pb.TagNumber(30) $0.DateTime ensureCreationDateTime() => $_ensure(23); + + @$pb.TagNumber(31) + $core.bool get wMSCreated => $_getBF(24); + @$pb.TagNumber(31) + set wMSCreated($core.bool value) => $_setBool(24, value); + @$pb.TagNumber(31) + $core.bool hasWMSCreated() => $_has(24); + @$pb.TagNumber(31) + void clearWMSCreated() => $_clearField(31); } class AppointmentTriplet extends $pb.GeneratedMessage { diff --git a/lib/appointment.pbjson.dart b/lib/appointment.pbjson.dart index 477f14f..80789ea 100644 --- a/lib/appointment.pbjson.dart +++ b/lib/appointment.pbjson.dart @@ -96,6 +96,7 @@ const AppointmentPayload$json = { {'1': 'Unloading', '3': 26, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'}, {'1': 'Attendees', '3': 27, '4': 3, '5': 9, '8': {}, '10': 'Attendees'}, {'1': 'RemovedAttendees', '3': 28, '4': 3, '5': 9, '8': {}, '10': 'RemovedAttendees'}, + {'1': 'WMSCreated', '3': 31, '4': 1, '5': 8, '10': 'WMSCreated'}, ], '7': {}, }; @@ -148,7 +149,8 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode 'lCSpJBHjIcQXR0ZW5kZWVzIG9mIHRoZSBhcHBvaW50bWVudPpCBZIBAggB8sEYDkF0dGVuZGVl' 'c0FkZGVk2sIYCwoJCgEqEgR1c2VyUglBdHRlbmRlZXMSVAoQUmVtb3ZlZEF0dGVuZGVlcxgcIA' 'MoCUIokkECQAHywRgQQXR0ZW5kZWVzUmVtb3ZlZNrCGAsKCQoBKhIEdXNlclIQUmVtb3ZlZEF0' - 'dGVuZGVlczonkkEkCiLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50YXRpb25z'); + 'dGVuZGVlcxIeCgpXTVNDcmVhdGVkGB8gASgIUgpXTVNDcmVhdGVkOieSQSQKItIBD0FwcG9pbn' + 'RtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnM='); @$core.Deprecated('Use appointmentTripletDescriptor instead') const AppointmentTriplet$json = { diff --git a/lib/appointmentAction.pb.dart b/lib/appointmentAction.pb.dart index a8fc887..3940ecb 100644 --- a/lib/appointmentAction.pb.dart +++ b/lib/appointmentAction.pb.dart @@ -41,6 +41,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage { $core.Iterable<$core.String>? attendees, $core.Iterable<$core.String>? removedAttendees, $core.Iterable<$2.MetadataElement>? segmentationKeys, + $core.bool? wMSCreated, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; @@ -59,6 +60,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage { if (attendees != null) result.attendees.addAll(attendees); if (removedAttendees != null) result.removedAttendees.addAll(removedAttendees); if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys); + if (wMSCreated != null) result.wMSCreated = wMSCreated; return result; } @@ -84,6 +86,7 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage { ..pPS(23, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees') ..pPS(24, _omitFieldNames ? '' : 'RemovedAttendees', protoName: 'RemovedAttendees') ..pc<$2.MetadataElement>(25, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $2.MetadataElement.create) + ..aOB(26, _omitFieldNames ? '' : 'WMSCreated', protoName: 'WMSCreated') ..hasRequiredFields = false ; @@ -225,6 +228,15 @@ class AppointmentNotifyPayload extends $pb.GeneratedMessage { /// repeated SegmentationSelection SegmentationSelections = 4; @$pb.TagNumber(25) $pb.PbList<$2.MetadataElement> get segmentationKeys => $_getList(15); + + @$pb.TagNumber(26) + $core.bool get wMSCreated => $_getBF(16); + @$pb.TagNumber(26) + set wMSCreated($core.bool value) => $_setBool(16, value); + @$pb.TagNumber(26) + $core.bool hasWMSCreated() => $_has(16); + @$pb.TagNumber(26) + void clearWMSCreated() => $_clearField(26); } class AppointmentNotify extends $pb.GeneratedMessage { diff --git a/lib/appointmentAction.pbjson.dart b/lib/appointmentAction.pbjson.dart index f3968d6..83376f4 100644 --- a/lib/appointmentAction.pbjson.dart +++ b/lib/appointmentAction.pbjson.dart @@ -34,6 +34,7 @@ const AppointmentNotifyPayload$json = { {'1': 'Unloading', '3': 22, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'}, {'1': 'Attendees', '3': 23, '4': 3, '5': 9, '10': 'Attendees'}, {'1': 'RemovedAttendees', '3': 24, '4': 3, '5': 9, '10': 'RemovedAttendees'}, + {'1': 'WMSCreated', '3': 26, '4': 1, '5': 8, '10': 'WMSCreated'}, ], '7': {}, }; @@ -53,8 +54,8 @@ final $typed_data.Uint8List appointmentNotifyPayloadDescriptor = $convert.base64 'Y3Rpb25BY2sSGgoIVGltZVpvbmUYFCABKAlSCFRpbWVab25lEjEKB0xvYWRpbmcYFSABKAsyFy' '5hcGkuQXBwb2ludG1lbnRDb250ZW50UgdMb2FkaW5nEjUKCVVubG9hZGluZxgWIAEoCzIXLmFw' 'aS5BcHBvaW50bWVudENvbnRlbnRSCVVubG9hZGluZxIcCglBdHRlbmRlZXMYFyADKAlSCUF0dG' - 'VuZGVlcxIqChBSZW1vdmVkQXR0ZW5kZWVzGBggAygJUhBSZW1vdmVkQXR0ZW5kZWVzOhmiuxgH' - 'Q29tbWFuZKi7GAGyuxgGTm90aWZ5'); + 'VuZGVlcxIqChBSZW1vdmVkQXR0ZW5kZWVzGBggAygJUhBSZW1vdmVkQXR0ZW5kZWVzEh4KCldN' + 'U0NyZWF0ZWQYGiABKAhSCldNU0NyZWF0ZWQ6GaK7GAdDb21tYW5kqLsYAbK7GAZOb3RpZnk='); @$core.Deprecated('Use appointmentNotifyDescriptor instead') const AppointmentNotify$json = { diff --git a/pubspec.lock b/pubspec.lock index e099d39..09bd878 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: "direct main" description: name: async - sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb" + sha256: e2eb0491ba5ddb6177742d2da23904574082139b07c1e33b8503b9f46f3e1a37 url: "https://pub.dev" source: hosted - version: "2.13.0" + version: "2.13.1" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8961df3..8331bb2 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.13.0-SNAPSHOT-260325092010 +version: 1.13.0-SNAPSHOT-260326095432 homepage: '' publish_to: '' repository: ''