From 2e0a79561d116048be19195641346467023a77dc Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 3 Nov 2025 15:43:00 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/site.pb.dart | 12 ++++++++++++ lib/site.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d59d4cf..f6ac199f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251103143936 +Lib version: 1.12.0-SNAPSHOT-251103154236 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index e16dafba..c663c13d 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -3966,6 +3966,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage { $core.Iterable<$core.String>? emails, $core.String? iD, $core.String? photoURI, + $core.String? prefixAppointmentID, }) { final result = create(); if (name != null) result.name = name; @@ -3976,6 +3977,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage { if (emails != null) result.emails.addAll(emails); if (iD != null) result.iD = iD; if (photoURI != null) result.photoURI = photoURI; + if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID; return result; } @@ -3993,6 +3995,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage { ..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..aOS(7, _omitFieldNames ? '' : 'ID', protoName: 'ID') ..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI') + ..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID') ..hasRequiredFields = false ; @@ -4075,6 +4078,15 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage { $core.bool hasPhotoURI() => $_has(7); @$pb.TagNumber(8) void clearPhotoURI() => $_clearField(8); + + @$pb.TagNumber(9) + $core.String get prefixAppointmentID => $_getSZ(8); + @$pb.TagNumber(9) + set prefixAppointmentID($core.String value) => $_setString(8, value); + @$pb.TagNumber(9) + $core.bool hasPrefixAppointmentID() => $_has(8); + @$pb.TagNumber(9) + void clearPrefixAppointmentID() => $_clearField(9); } class GetUnitsRequest extends $pb.GeneratedMessage { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index e7dfbeb5..53e1a36f 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -1019,6 +1019,7 @@ const GetBasicSettingsResponse$json = { {'1': 'Emails', '3': 6, '4': 3, '5': 9, '10': 'Emails'}, {'1': 'ID', '3': 7, '4': 1, '5': 9, '10': 'ID'}, {'1': 'PhotoURI', '3': 8, '4': 1, '5': 9, '10': 'PhotoURI'}, + {'1': 'PrefixAppointmentID', '3': 9, '4': 1, '5': 9, '10': 'PrefixAppointmentID'}, ], }; @@ -1027,7 +1028,8 @@ final $typed_data.Uint8List getBasicSettingsResponseDescriptor = $convert.base64 'ChhHZXRCYXNpY1NldHRpbmdzUmVzcG9uc2USEgoETmFtZRgBIAEoCVIETmFtZRIWCgZBY3Rpdm' 'UYAiABKAhSBkFjdGl2ZRImCgdBZGRyZXNzGAMgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MS' 'FgoGUGhvbmVzGAQgAygJUgZQaG9uZXMSEAoDRmF4GAUgASgJUgNGYXgSFgoGRW1haWxzGAYgAy' - 'gJUgZFbWFpbHMSDgoCSUQYByABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSQ=='); + 'gJUgZFbWFpbHMSDgoCSUQYByABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIw' + 'ChNQcmVmaXhBcHBvaW50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElE'); @$core.Deprecated('Use getUnitsRequestDescriptor instead') const GetUnitsRequest$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 8aa6096a..f71c892b 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-251103143936 +version: 1.12.0-SNAPSHOT-251103154236 homepage: '' publish_to: '' repository: ''