Latest generation

This commit is contained in:
ci core model
2025-11-03 15:43:00 +00:00
parent f48692079e
commit 2e0a79561d
4 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251103143936
Lib version: 1.12.0-SNAPSHOT-251103154236

View File

@@ -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 {

View File

@@ -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 = {

View File

@@ -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: ''