From c86e53bca9a14f4cbfc35979ecf5b22a98f1b73d Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 30 Jun 2026 15:45:40 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/appointment.pb.dart | 6 ++++ lib/appointment.pbjson.dart | 6 ++-- lib/appointmentInput.pb.dart | 6 ++++ lib/appointmentInput.pbjson.dart | 6 ++-- lib/siteBooking.pb.dart | 6 ++++ lib/siteBooking.pbjson.dart | 8 +++-- lib/slotbooking.pb.dart | 58 ++++++++++++++++++++++++++++++++ lib/slotbooking.pbjson.dart | 13 +++++++ pubspec.yaml | 2 +- 10 files changed, 104 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540124da..47e14f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260629124918 +Lib version: 1.15.0-SNAPSHOT-260630154511 diff --git a/lib/appointment.pb.dart b/lib/appointment.pb.dart index 1c60af17..67b74bf6 100644 --- a/lib/appointment.pb.dart +++ b/lib/appointment.pb.dart @@ -135,6 +135,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { AppointmentExternalAccess? externalAccess, $core.Iterable<$0.ClaimSummary>? claims, $core.int? claimNumber, + $core.Iterable<$1.AckDocument>? ackDocuments, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; @@ -165,6 +166,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { if (externalAccess != null) result.externalAccess = externalAccess; if (claims != null) result.claims.addAll(claims); if (claimNumber != null) result.claimNumber = claimNumber; + if (ackDocuments != null) result.ackDocuments.addAll(ackDocuments); return result; } @@ -202,6 +204,7 @@ class AppointmentPayload extends $pb.GeneratedMessage { ..aOM(32, _omitFieldNames ? '' : 'ExternalAccess', protoName: 'ExternalAccess', subBuilder: AppointmentExternalAccess.create) ..pc<$0.ClaimSummary>(33, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $0.ClaimSummary.create) ..a<$core.int>(34, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber') + ..pc<$1.AckDocument>(35, _omitFieldNames ? '' : 'AckDocuments', $pb.PbFieldType.PM, protoName: 'AckDocuments', subBuilder: $1.AckDocument.create) ..hasRequiredFields = false ; @@ -456,6 +459,9 @@ class AppointmentPayload extends $pb.GeneratedMessage { $core.bool hasClaimNumber() => $_has(27); @$pb.TagNumber(34) void clearClaimNumber() => $_clearField(34); + + @$pb.TagNumber(35) + $pb.PbList<$1.AckDocument> get ackDocuments => $_getList(28); } class AppointmentTriplet extends $pb.GeneratedMessage { diff --git a/lib/appointment.pbjson.dart b/lib/appointment.pbjson.dart index 87c02be1..3312a428 100644 --- a/lib/appointment.pbjson.dart +++ b/lib/appointment.pbjson.dart @@ -108,6 +108,7 @@ const AppointmentPayload$json = { {'1': 'ExternalAccess', '3': 32, '4': 1, '5': 11, '6': '.api.AppointmentExternalAccess', '10': 'ExternalAccess'}, {'1': 'Claims', '3': 33, '4': 3, '5': 11, '6': '.api.ClaimSummary', '8': {}, '10': 'Claims'}, {'1': 'ClaimNumber', '3': 34, '4': 1, '5': 5, '8': {}, '10': 'ClaimNumber'}, + {'1': 'AckDocuments', '3': 35, '4': 3, '5': 11, '6': '.api.AckDocument', '10': 'AckDocuments'}, ], '7': {}, }; @@ -166,8 +167,9 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode 'NzUg5FeHRlcm5hbEFjY2VzcxJmCgZDbGFpbXMYISADKAsyES5hcGkuQ2xhaW1TdW1tYXJ5QjuS' 'QRsyGU51bWJlciBvZiBjbGFpbXMgcGVyIHR5cGXqwRgLQ2xhaW1UeXBlSUTywRgKQ2xhaW1BZG' 'RlZFIGQ2xhaW1zEj0KC0NsYWltTnVtYmVyGCIgASgFQhuSQRgyFlRvdGFsIG51bWJlciBvZiBj' - 'bGFpbXNSC0NsYWltTnVtYmVyOieSQSQKItIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdG' - 'lvbnM='); + 'bGFpbXNSC0NsYWltTnVtYmVyEjQKDEFja0RvY3VtZW50cxgjIAMoCzIQLmFwaS5BY2tEb2N1bW' + 'VudFIMQWNrRG9jdW1lbnRzOieSQSQKItIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlv' + 'bnM='); @$core.Deprecated('Use appointmentTripletDescriptor instead') const AppointmentTriplet$json = { diff --git a/lib/appointmentInput.pb.dart b/lib/appointmentInput.pb.dart index c42e5131..d43d6d3f 100644 --- a/lib/appointmentInput.pb.dart +++ b/lib/appointmentInput.pb.dart @@ -38,6 +38,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage { $1.AppointmentContent? unloading, $core.Iterable<$core.String>? attendees, $core.Iterable<$2.MetadataElement>? segmentationKeys, + $core.Iterable<$1.AckDocument>? ackDocuments, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; @@ -54,6 +55,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage { if (unloading != null) result.unloading = unloading; if (attendees != null) result.attendees.addAll(attendees); if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys); + if (ackDocuments != null) result.ackDocuments.addAll(ackDocuments); return result; } @@ -77,6 +79,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage { ..aOM<$1.AppointmentContent>(26, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $1.AppointmentContent.create) ..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees') ..pc<$2.MetadataElement>(28, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $2.MetadataElement.create) + ..pc<$1.AckDocument>(29, _omitFieldNames ? '' : 'AckDocuments', $pb.PbFieldType.PM, protoName: 'AckDocuments', subBuilder: $1.AckDocument.create) ..hasRequiredFields = false ; @@ -220,6 +223,9 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage { @$pb.TagNumber(28) $pb.PbList<$2.MetadataElement> get segmentationKeys => $_getList(13); + + @$pb.TagNumber(29) + $pb.PbList<$1.AckDocument> get ackDocuments => $_getList(14); } /// Event message diff --git a/lib/appointmentInput.pbjson.dart b/lib/appointmentInput.pbjson.dart index 0e980f2e..2255c2ca 100644 --- a/lib/appointmentInput.pbjson.dart +++ b/lib/appointmentInput.pbjson.dart @@ -39,6 +39,7 @@ const AppointmentCreatedPayload$json = { {'1': 'Loading', '3': 25, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Loading'}, {'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': 'AckDocuments', '3': 29, '4': 3, '5': 11, '6': '.api.AckDocument', '10': 'AckDocuments'}, ], '7': {}, }; @@ -63,8 +64,9 @@ final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base6 '50ZW50UglVbmxvYWRpbmcSpAEKCUF0dGVuZGVlcxgbIAMoCUKFAZJBNTIzU29tZSBhdHRlbmRl' 'ZXMgYWRkZWQgb24gdGhlIGFwcG9pbnRtZW50ICh1c2VyIHV1aWQpuoEBSZIBRggBIkJyQDI+Xl' 'swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZd' - 'ezEyfSRSCUF0dGVuZGVlczo+kkEjCiEyDUV2ZW50IFBheWxvYWTSAQ9BcHBvaW50bWVudFR5cG' - 'WiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ='); + 'ezEyfSRSCUF0dGVuZGVlcxI0CgxBY2tEb2N1bWVudHMYHSADKAsyEC5hcGkuQWNrRG9jdW1lbn' + 'RSDEFja0RvY3VtZW50czo+kkEjCiEyDUV2ZW50IFBheWxvYWTSAQ9BcHBvaW50bWVudFR5cGWi' + 'uxgFRXZlbnSouxgBursYB0NyZWF0ZWQ='); @$core.Deprecated('Use appointmentCreatedEventDescriptor instead') const AppointmentCreatedEvent$json = { diff --git a/lib/siteBooking.pb.dart b/lib/siteBooking.pb.dart index 64d869ca..89ea2b2f 100644 --- a/lib/siteBooking.pb.dart +++ b/lib/siteBooking.pb.dart @@ -316,6 +316,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage { $2.AppointmentContent? unloading, $core.Iterable<$core.String>? emails, $core.Iterable<$1.MetadataElement>? segmentationKeys, + $core.Iterable<$2.AckDocument>? ackDocuments, }) { final result = create(); if (appointmentType != null) result.appointmentType = appointmentType; @@ -330,6 +331,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage { if (unloading != null) result.unloading = unloading; if (emails != null) result.emails.addAll(emails); if (segmentationKeys != null) result.segmentationKeys.addAll(segmentationKeys); + if (ackDocuments != null) result.ackDocuments.addAll(ackDocuments); return result; } @@ -351,6 +353,7 @@ class BookAppointmentPayload extends $pb.GeneratedMessage { ..aOM<$2.AppointmentContent>(11, _omitFieldNames ? '' : 'Unloading', protoName: 'Unloading', subBuilder: $2.AppointmentContent.create) ..pPS(13, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pc<$1.MetadataElement>(14, _omitFieldNames ? '' : 'SegmentationKeys', $pb.PbFieldType.PM, protoName: 'SegmentationKeys', subBuilder: $1.MetadataElement.create) + ..pc<$2.AckDocument>(15, _omitFieldNames ? '' : 'AckDocuments', $pb.PbFieldType.PM, protoName: 'AckDocuments', subBuilder: $2.AckDocument.create) ..hasRequiredFields = false ; @@ -464,6 +467,9 @@ class BookAppointmentPayload extends $pb.GeneratedMessage { @$pb.TagNumber(14) $pb.PbList<$1.MetadataElement> get segmentationKeys => $_getList(11); + + @$pb.TagNumber(15) + $pb.PbList<$2.AckDocument> get ackDocuments => $_getList(12); } class BookBookingAppointmentResponse extends $pb.GeneratedMessage { diff --git a/lib/siteBooking.pbjson.dart b/lib/siteBooking.pbjson.dart index f2f0b83b..4aa91624 100644 --- a/lib/siteBooking.pbjson.dart +++ b/lib/siteBooking.pbjson.dart @@ -122,6 +122,7 @@ const BookAppointmentPayload$json = { {'1': 'Loading', '3': 10, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Loading'}, {'1': 'Unloading', '3': 11, '4': 1, '5': 11, '6': '.api.AppointmentContent', '10': 'Unloading'}, {'1': 'Emails', '3': 13, '4': 3, '5': 9, '8': {}, '10': 'Emails'}, + {'1': 'AckDocuments', '3': 15, '4': 3, '5': 11, '6': '.api.AckDocument', '10': 'AckDocuments'}, ], '7': {}, }; @@ -145,9 +146,10 @@ final $typed_data.Uint8List bookAppointmentPayloadDescriptor = $convert.base64De 'aW5nEjUKCVVubG9hZGluZxgLIAEoCzIXLmFwaS5BcHBvaW50bWVudENvbnRlbnRSCVVubG9hZG' 'luZxJ+CgZFbWFpbHMYDSADKAlCZpJBUTIdTXVzdCBiZSBhIHZhbGlkIGVtYWlsIGFkZHJlc3NK' 'MFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXbqBAQ6SAQ' - 'sIASIHcgVgAfABAVIGRW1haWxzOmaSQUsKSTINRXZlbnQgUGF5bG9hZNIBD0FwcG9pbnRtZW50' - 'VHlwZdIBBFNsb3TSARJDYXJyaWVySW5mb3JtYXRpb27SAQlBdHRlbmRlZXOiuxgFRXZlbnSoux' - 'gBursYB0NyZWF0ZWQ='); + 'sIASIHcgVgAfABAVIGRW1haWxzEjQKDEFja0RvY3VtZW50cxgPIAMoCzIQLmFwaS5BY2tEb2N1' + 'bWVudFIMQWNrRG9jdW1lbnRzOmaSQUsKSTINRXZlbnQgUGF5bG9hZNIBD0FwcG9pbnRtZW50VH' + 'lwZdIBBFNsb3TSARJDYXJyaWVySW5mb3JtYXRpb27SAQlBdHRlbmRlZXOiuxgFRXZlbnSouxgB' + 'ursYB0NyZWF0ZWQ='); @$core.Deprecated('Use bookBookingAppointmentResponseDescriptor instead') const BookBookingAppointmentResponse$json = { diff --git a/lib/slotbooking.pb.dart b/lib/slotbooking.pb.dart index 9bf2303e..dc318287 100644 --- a/lib/slotbooking.pb.dart +++ b/lib/slotbooking.pb.dart @@ -1734,6 +1734,64 @@ class AppointmentCommission extends $pb.GeneratedMessage { $pb.PbList<$0.MetadataElement> get unitQuantities => $_getList(7); } +class AckDocument extends $pb.GeneratedMessage { + factory AckDocument({ + $core.String? docID, + $core.bool? ack, + }) { + final result = create(); + if (docID != null) result.docID = docID; + if (ack != null) result.ack = ack; + return result; + } + + AckDocument._(); + + factory AckDocument.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory AckDocument.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AckDocument', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOS(1, _omitFieldNames ? '' : 'DocID', protoName: 'DocID') + ..aOB(2, _omitFieldNames ? '' : 'Ack', protoName: 'Ack') + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + AckDocument clone() => AckDocument()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + AckDocument copyWith(void Function(AckDocument) updates) => super.copyWith((message) => updates(message as AckDocument)) as AckDocument; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static AckDocument create() => AckDocument._(); + @$core.override + AckDocument createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static AckDocument getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static AckDocument? _defaultInstance; + + @$pb.TagNumber(1) + $core.String get docID => $_getSZ(0); + @$pb.TagNumber(1) + set docID($core.String value) => $_setString(0, value); + @$pb.TagNumber(1) + $core.bool hasDocID() => $_has(0); + @$pb.TagNumber(1) + void clearDocID() => $_clearField(1); + + @$pb.TagNumber(2) + $core.bool get ack => $_getBF(1); + @$pb.TagNumber(2) + set ack($core.bool value) => $_setBool(1, value); + @$pb.TagNumber(2) + $core.bool hasAck() => $_has(1); + @$pb.TagNumber(2) + void clearAck() => $_clearField(2); +} + class AppointmentContent extends $pb.GeneratedMessage { factory AppointmentContent({ $core.Iterable? projects, diff --git a/lib/slotbooking.pbjson.dart b/lib/slotbooking.pbjson.dart index e25e30b3..1086000d 100644 --- a/lib/slotbooking.pbjson.dart +++ b/lib/slotbooking.pbjson.dart @@ -530,6 +530,19 @@ final $typed_data.Uint8List appointmentCommissionDescriptor = $convert.base64Dec '50LFBheWxvYWQuTG9hZGluZy5Vbml0UXVhbnRpdGllcyxzb2Z0qsIYC0FwcG9pbnRtZW50Ug5V' 'bml0UXVhbnRpdGllcw=='); +@$core.Deprecated('Use ackDocumentDescriptor instead') +const AckDocument$json = { + '1': 'AckDocument', + '2': [ + {'1': 'DocID', '3': 1, '4': 1, '5': 9, '10': 'DocID'}, + {'1': 'Ack', '3': 2, '4': 1, '5': 8, '10': 'Ack'}, + ], +}; + +/// Descriptor for `AckDocument`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List ackDocumentDescriptor = $convert.base64Decode( + 'CgtBY2tEb2N1bWVudBIUCgVEb2NJRBgBIAEoCVIFRG9jSUQSEAoDQWNrGAIgASgIUgNBY2s='); + @$core.Deprecated('Use appointmentContentDescriptor instead') const AppointmentContent$json = { '1': 'AppointmentContent', diff --git a/pubspec.yaml b/pubspec.yaml index bdb26b10..41f5122f 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.15.0-SNAPSHOT-260629124918 +version: 1.15.0-SNAPSHOT-260630154511 homepage: '' publish_to: '' repository: ''