You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251021101533
|
||||
Lib version: 1.12.0-SNAPSHOT-251021115005
|
||||
|
||||
@@ -3782,6 +3782,8 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? phones,
|
||||
$core.String? fax,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? iD,
|
||||
$core.String? photoURI,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
@@ -3790,6 +3792,8 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
|
||||
if (phones != null) result.phones.addAll(phones);
|
||||
if (fax != null) result.fax = fax;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (iD != null) result.iD = iD;
|
||||
if (photoURI != null) result.photoURI = photoURI;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3805,6 +3809,8 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
|
||||
..pPS(4, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
|
||||
..aOS(5, _omitFieldNames ? '' : 'Fax', protoName: 'Fax')
|
||||
..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3869,6 +3875,24 @@ class GetBasicSettingsResponse extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$core.String> get emails => $_getList(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get iD => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set iD($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasID() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get photoURI => $_getSZ(7);
|
||||
@$pb.TagNumber(8)
|
||||
set photoURI($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasPhotoURI() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearPhotoURI() => $_clearField(8);
|
||||
}
|
||||
|
||||
class GetUnitsRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -969,6 +969,8 @@ const GetBasicSettingsResponse$json = {
|
||||
{'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': 'ID', '3': 7, '4': 1, '5': 9, '10': 'ID'},
|
||||
{'1': 'PhotoURI', '3': 8, '4': 1, '5': 9, '10': 'PhotoURI'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -977,7 +979,7 @@ final $typed_data.Uint8List getBasicSettingsResponseDescriptor = $convert.base64
|
||||
'ChhHZXRCYXNpY1NldHRpbmdzUmVzcG9uc2USEgoETmFtZRgBIAEoCVIETmFtZRIWCgZBY3Rpdm'
|
||||
'UYAiABKAhSBkFjdGl2ZRImCgdBZGRyZXNzGAMgASgLMgwuYXBpLkFkZHJlc3NSB0FkZHJlc3MS'
|
||||
'FgoGUGhvbmVzGAQgAygJUgZQaG9uZXMSEAoDRmF4GAUgASgJUgNGYXgSFgoGRW1haWxzGAYgAy'
|
||||
'gJUgZFbWFpbHM=');
|
||||
'gJUgZFbWFpbHMSDgoCSUQYByABKAlSAklEEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSQ==');
|
||||
|
||||
@$core.Deprecated('Use getUnitsRequestDescriptor instead')
|
||||
const GetUnitsRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251021101533
|
||||
version: 1.12.0-SNAPSHOT-251021115005
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user