Latest generation

This commit is contained in:
ci core model
2026-06-22 11:17:11 +00:00
parent 7b78cc093e
commit 83467ea95d
4 changed files with 36 additions and 22 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260622093751 Lib version: 1.14.0-SNAPSHOT-260622111628

View File

@@ -3041,6 +3041,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
$core.bool? active, $core.bool? active,
$1.Address? address, $1.Address? address,
$core.Iterable<$core.String>? phones, $core.Iterable<$core.String>? phones,
$core.String? fax,
$core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? emails,
$core.String? iD, $core.String? iD,
$core.String? photoURI, $core.String? photoURI,
@@ -3053,6 +3054,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
if (active != null) result.active = active; if (active != null) result.active = active;
if (address != null) result.address = address; if (address != null) result.address = address;
if (phones != null) result.phones.addAll(phones); if (phones != null) result.phones.addAll(phones);
if (fax != null) result.fax = fax;
if (emails != null) result.emails.addAll(emails); if (emails != null) result.emails.addAll(emails);
if (iD != null) result.iD = iD; if (iD != null) result.iD = iD;
if (photoURI != null) result.photoURI = photoURI; if (photoURI != null) result.photoURI = photoURI;
@@ -3072,6 +3074,7 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
..aOB(2, _omitFieldNames ? '' : 'Active', protoName: 'Active') ..aOB(2, _omitFieldNames ? '' : 'Active', protoName: 'Active')
..aOM<$1.Address>(3, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $1.Address.create) ..aOM<$1.Address>(3, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $1.Address.create)
..pPS(4, _omitFieldNames ? '' : 'Phones', protoName: 'Phones') ..pPS(4, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
..aOS(5, _omitFieldNames ? '' : 'Fax', protoName: 'Fax')
..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOS(7, _omitFieldNames ? '' : 'ID', protoName: 'ID') ..aOS(7, _omitFieldNames ? '' : 'ID', protoName: 'ID')
..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI') ..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
@@ -3130,51 +3133,60 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
@$pb.TagNumber(4) @$pb.TagNumber(4)
$pb.PbList<$core.String> get phones => $_getList(3); $pb.PbList<$core.String> get phones => $_getList(3);
@$pb.TagNumber(5)
$core.String get fax => $_getSZ(4);
@$pb.TagNumber(5)
set fax($core.String value) => $_setString(4, value);
@$pb.TagNumber(5)
$core.bool hasFax() => $_has(4);
@$pb.TagNumber(5)
void clearFax() => $_clearField(5);
@$pb.TagNumber(6) @$pb.TagNumber(6)
$pb.PbList<$core.String> get emails => $_getList(4); $pb.PbList<$core.String> get emails => $_getList(5);
@$pb.TagNumber(7) @$pb.TagNumber(7)
$core.String get iD => $_getSZ(5); $core.String get iD => $_getSZ(6);
@$pb.TagNumber(7) @$pb.TagNumber(7)
set iD($core.String value) => $_setString(5, value); set iD($core.String value) => $_setString(6, value);
@$pb.TagNumber(7) @$pb.TagNumber(7)
$core.bool hasID() => $_has(5); $core.bool hasID() => $_has(6);
@$pb.TagNumber(7) @$pb.TagNumber(7)
void clearID() => $_clearField(7); void clearID() => $_clearField(7);
@$pb.TagNumber(8) @$pb.TagNumber(8)
$core.String get photoURI => $_getSZ(6); $core.String get photoURI => $_getSZ(7);
@$pb.TagNumber(8) @$pb.TagNumber(8)
set photoURI($core.String value) => $_setString(6, value); set photoURI($core.String value) => $_setString(7, value);
@$pb.TagNumber(8) @$pb.TagNumber(8)
$core.bool hasPhotoURI() => $_has(6); $core.bool hasPhotoURI() => $_has(7);
@$pb.TagNumber(8) @$pb.TagNumber(8)
void clearPhotoURI() => $_clearField(8); void clearPhotoURI() => $_clearField(8);
@$pb.TagNumber(9) @$pb.TagNumber(9)
$core.String get prefixAppointmentID => $_getSZ(7); $core.String get prefixAppointmentID => $_getSZ(8);
@$pb.TagNumber(9) @$pb.TagNumber(9)
set prefixAppointmentID($core.String value) => $_setString(7, value); set prefixAppointmentID($core.String value) => $_setString(8, value);
@$pb.TagNumber(9) @$pb.TagNumber(9)
$core.bool hasPrefixAppointmentID() => $_has(7); $core.bool hasPrefixAppointmentID() => $_has(8);
@$pb.TagNumber(9) @$pb.TagNumber(9)
void clearPrefixAppointmentID() => $_clearField(9); void clearPrefixAppointmentID() => $_clearField(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
$core.bool get canSendSMS => $_getBF(8); $core.bool get canSendSMS => $_getBF(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
set canSendSMS($core.bool value) => $_setBool(8, value); set canSendSMS($core.bool value) => $_setBool(9, value);
@$pb.TagNumber(10) @$pb.TagNumber(10)
$core.bool hasCanSendSMS() => $_has(8); $core.bool hasCanSendSMS() => $_has(9);
@$pb.TagNumber(10) @$pb.TagNumber(10)
void clearCanSendSMS() => $_clearField(10); void clearCanSendSMS() => $_clearField(10);
@$pb.TagNumber(11) @$pb.TagNumber(11)
$core.bool get isStandalone => $_getBF(9); $core.bool get isStandalone => $_getBF(10);
@$pb.TagNumber(11) @$pb.TagNumber(11)
set isStandalone($core.bool value) => $_setBool(9, value); set isStandalone($core.bool value) => $_setBool(10, value);
@$pb.TagNumber(11) @$pb.TagNumber(11)
$core.bool hasIsStandalone() => $_has(9); $core.bool hasIsStandalone() => $_has(10);
@$pb.TagNumber(11) @$pb.TagNumber(11)
void clearIsStandalone() => $_clearField(11); void clearIsStandalone() => $_clearField(11);
} }

View File

@@ -824,6 +824,7 @@ const GetBasicSettingsResponse$json = {
{'1': 'Active', '3': 2, '4': 1, '5': 8, '10': 'Active'}, {'1': 'Active', '3': 2, '4': 1, '5': 8, '10': 'Active'},
{'1': 'Address', '3': 3, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'}, {'1': 'Address', '3': 3, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
{'1': 'Phones', '3': 4, '4': 3, '5': 9, '10': 'Phones'}, {'1': 'Phones', '3': 4, '4': 3, '5': 9, '10': 'Phones'},
{'1': 'Fax', '3': 5, '4': 1, '5': 9, '10': 'Fax'},
{'1': 'Emails', '3': 6, '4': 3, '5': 9, '10': 'Emails'}, {'1': 'Emails', '3': 6, '4': 3, '5': 9, '10': 'Emails'},
{'1': 'ID', '3': 7, '4': 1, '5': 9, '10': 'ID'}, {'1': 'ID', '3': 7, '4': 1, '5': 9, '10': 'ID'},
{'1': 'PhotoURI', '3': 8, '4': 1, '5': 9, '10': 'PhotoURI'}, {'1': 'PhotoURI', '3': 8, '4': 1, '5': 9, '10': 'PhotoURI'},
@@ -837,10 +838,11 @@ const GetBasicSettingsResponse$json = {
final $typed_data.Uint8List getBasicSettingsResponseDescriptor = $convert.base64Decode( final $typed_data.Uint8List getBasicSettingsResponseDescriptor = $convert.base64Decode(
'ChhHZXRCYXNpY1NldHRpbmdzUmVzcG9uc2USEgoETmFtZRgBIAEoCVIETmFtZRIWCgZBY3Rpdm' 'ChhHZXRCYXNpY1NldHRpbmdzUmVzcG9uc2USEgoETmFtZRgBIAEoCVIETmFtZRIWCgZBY3Rpdm'
'UYAiABKAhSBkFjdGl2ZRImCgdBZGRyZXNzGAMgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MS' 'UYAiABKAhSBkFjdGl2ZRImCgdBZGRyZXNzGAMgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MS'
'FgoGUGhvbmVzGAQgAygJUgZQaG9uZXMSFgoGRW1haWxzGAYgAygJUgZFbWFpbHMSDgoCSUQYBy' 'FgoGUGhvbmVzGAQgAygJUgZQaG9uZXMSEAoDRmF4GAUgASgJUgNGYXgSFgoGRW1haWxzGAYgAy'
'ABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIwChNQcmVmaXhBcHBvaW50bWVu' 'gJUgZFbWFpbHMSDgoCSUQYByABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIw'
'dElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEh4KCkNhblNlbmRTTVMYCiABKAhSCkNhbl' 'ChNQcmVmaXhBcHBvaW50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEh4KCkNhbl'
'NlbmRTTVMSIgoMSXNTdGFuZGFsb25lGAsgASgIUgxJc1N0YW5kYWxvbmU='); 'NlbmRTTVMYCiABKAhSCkNhblNlbmRTTVMSIgoMSXNTdGFuZGFsb25lGAsgASgIUgxJc1N0YW5k'
'YWxvbmU=');
@$core.Deprecated('Use getUnitsRequestDescriptor instead') @$core.Deprecated('Use getUnitsRequestDescriptor instead')
const GetUnitsRequest$json = { const GetUnitsRequest$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk name: dart_core_sdk
description: dart libs from core model proto files description: dart libs from core model proto files
version: 1.14.0-SNAPSHOT-260622093751 version: 1.14.0-SNAPSHOT-260622111628
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''