From 171d15086e086a0d0921556a65d6008fb1a5c17f Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 5 Nov 2025 09:40:06 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/site.pb.dart | 12 ++++++++++++ lib/site.pbjson.dart | 5 +++-- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7b8e89..e3cea1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251104100220 +Lib version: 1.12.0-SNAPSHOT-251105093941 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index 6d902ca8..129ef420 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -2341,10 +2341,12 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage { factory CancelAppointmentRequest({ $3.RequestProjectHeader? header, $core.String? appointmentID, + $core.String? actorID, }) { final result = create(); if (header != null) result.header = header; if (appointmentID != null) result.appointmentID = appointmentID; + if (actorID != null) result.actorID = actorID; return result; } @@ -2356,6 +2358,7 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CancelAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create) ..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID') + ..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID') ..hasRequiredFields = false ; @@ -2395,6 +2398,15 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage { $core.bool hasAppointmentID() => $_has(1); @$pb.TagNumber(2) void clearAppointmentID() => $_clearField(2); + + @$pb.TagNumber(3) + $core.String get actorID => $_getSZ(2); + @$pb.TagNumber(3) + set actorID($core.String value) => $_setString(2, value); + @$pb.TagNumber(3) + $core.bool hasActorID() => $_has(2); + @$pb.TagNumber(3) + void clearActorID() => $_clearField(3); } class CancelAppointmentResponse extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 68338b28..93a1c6ad 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -582,6 +582,7 @@ const CancelAppointmentRequest$json = { '2': [ {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'}, {'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'}, + {'1': 'ActorID', '3': 3, '4': 1, '5': 9, '10': 'ActorID'}, ], '7': {}, }; @@ -590,8 +591,8 @@ const CancelAppointmentRequest$json = { final $typed_data.Uint8List cancelAppointmentRequestDescriptor = $convert.base64Decode( 'ChhDYW5jZWxBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3' 'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi0KDUFwcG9pbnRtZW50SUQYAiABKAlC' - 'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQ6HpJBGwoZ0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRA' - '=='); + 'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQSGAoHQWN0b3JJRBgDIAEoCVIHQWN0b3JJRDoekkEbCh' + 'nSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE'); @$core.Deprecated('Use cancelAppointmentResponseDescriptor instead') const CancelAppointmentResponse$json = { diff --git a/pubspec.lock b/pubspec.lock index 7d97747a..df90388c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -37,10 +37,10 @@ packages: dependency: transitive description: name: crypto - sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855" + sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf url: "https://pub.dev" source: hosted - version: "3.0.6" + version: "3.0.7" fixnum: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index c31dc380..0e7d057a 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.12.0-SNAPSHOT-251104100220 +version: 1.12.0-SNAPSHOT-251105093941 homepage: '' publish_to: '' repository: ''