Latest generation

This commit is contained in:
ci core model
2026-02-12 10:03:29 +00:00
parent 42dc235391
commit 83a2e6f627
4 changed files with 3 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260212092809
Lib version: 1.13.0-SNAPSHOT-260212100304

View File

@@ -3379,7 +3379,6 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
$core.String? iD,
$core.String? photoURI,
$core.String? prefixAppointmentID,
$core.int? roundedPeriodInMinutes,
}) {
final result = create();
if (name != null) result.name = name;
@@ -3391,7 +3390,6 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
if (iD != null) result.iD = iD;
if (photoURI != null) result.photoURI = photoURI;
if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID;
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
return result;
}
@@ -3410,7 +3408,6 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
..aOS(7, _omitFieldNames ? '' : 'ID', protoName: 'ID')
..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID')
..a<$core.int>(10, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
..hasRequiredFields = false
;
@@ -3502,15 +3499,6 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
$core.bool hasPrefixAppointmentID() => $_has(8);
@$pb.TagNumber(9)
void clearPrefixAppointmentID() => $_clearField(9);
@$pb.TagNumber(10)
$core.int get roundedPeriodInMinutes => $_getIZ(9);
@$pb.TagNumber(10)
set roundedPeriodInMinutes($core.int value) => $_setUnsignedInt32(9, value);
@$pb.TagNumber(10)
$core.bool hasRoundedPeriodInMinutes() => $_has(9);
@$pb.TagNumber(10)
void clearRoundedPeriodInMinutes() => $_clearField(10);
}
class GetUnitsRequest extends $pb.GeneratedMessage {

View File

@@ -909,7 +909,6 @@ const GetBasicSettingsResponse$json = {
{'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'},
{'1': 'RoundedPeriodInMinutes', '3': 10, '4': 1, '5': 13, '10': 'RoundedPeriodInMinutes'},
],
};
@@ -919,8 +918,7 @@ final $typed_data.Uint8List getBasicSettingsResponseDescriptor = $convert.base64
'UYAiABKAhSBkFjdGl2ZRImCgdBZGRyZXNzGAMgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MS'
'FgoGUGhvbmVzGAQgAygJUgZQaG9uZXMSEAoDRmF4GAUgASgJUgNGYXgSFgoGRW1haWxzGAYgAy'
'gJUgZFbWFpbHMSDgoCSUQYByABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIw'
'ChNQcmVmaXhBcHBvaW50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW'
'5kZWRQZXJpb2RJbk1pbnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXM=');
'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.13.0-SNAPSHOT-260212092809
version: 1.13.0-SNAPSHOT-260212100304
homepage: ''
publish_to: ''
repository: ''