You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.14.0-SNAPSHOT-260519125436
|
||||
Lib version: 1.14.0-SNAPSHOT-260520070150
|
||||
|
||||
@@ -4215,6 +4215,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
$core.String? photoURI,
|
||||
$core.String? prefixAppointmentID,
|
||||
$core.int? roundedPeriodInMinutes,
|
||||
$core.String? languageCode,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteID != null) result.siteID = siteID;
|
||||
@@ -4227,6 +4228,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
if (photoURI != null) result.photoURI = photoURI;
|
||||
if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID;
|
||||
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
|
||||
if (languageCode != null) result.languageCode = languageCode;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -4246,6 +4248,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID')
|
||||
..a<$core.int>(10, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
|
||||
..aOS(11, _omitFieldNames ? '' : 'LanguageCode', protoName: 'LanguageCode')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -4340,6 +4343,15 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
$core.bool hasRoundedPeriodInMinutes() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearRoundedPeriodInMinutes() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get languageCode => $_getSZ(10);
|
||||
@$pb.TagNumber(11)
|
||||
set languageCode($core.String value) => $_setString(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasLanguageCode() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearLanguageCode() => $_clearField(11);
|
||||
}
|
||||
|
||||
class SiteProjectBookingContext extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -1187,6 +1187,7 @@ const SiteBookingContext$json = {
|
||||
{'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'},
|
||||
{'1': 'LanguageCode', '3': 11, '4': 1, '5': 9, '10': 'LanguageCode'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -1198,7 +1199,8 @@ final $typed_data.Uint8List siteBookingContextDescriptor = $convert.base64Decode
|
||||
'NzEhYKBlBob25lcxgFIAMoCVIGUGhvbmVzEhAKA0ZheBgGIAEoCVIDRmF4EhYKBkVtYWlscxgH'
|
||||
'IAMoCVIGRW1haWxzEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIwChNQcmVmaXhBcHBvaW'
|
||||
'50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW5kZWRQZXJpb2RJbk1p'
|
||||
'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXM=');
|
||||
'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSIgoMTGFuZ3VhZ2VDb2RlGAsgAS'
|
||||
'gJUgxMYW5ndWFnZUNvZGU=');
|
||||
|
||||
@$core.Deprecated('Use siteProjectBookingContextDescriptor instead')
|
||||
const SiteProjectBookingContext$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.14.0-SNAPSHOT-260519125436
|
||||
version: 1.14.0-SNAPSHOT-260520070150
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user