You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260219144158
|
||||
Lib version: 1.13.0-SNAPSHOT-260220091119
|
||||
|
||||
@@ -3791,6 +3791,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? photoURI,
|
||||
$core.String? prefixAppointmentID,
|
||||
$core.int? roundedPeriodInMinutes,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteID != null) result.siteID = siteID;
|
||||
@@ -3802,6 +3803,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (photoURI != null) result.photoURI = photoURI;
|
||||
if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID;
|
||||
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3820,6 +3822,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..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
|
||||
;
|
||||
|
||||
@@ -3905,6 +3908,15 @@ class SiteBookingContext 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 SiteProjectBookingContext extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -1043,6 +1043,7 @@ const SiteBookingContext$json = {
|
||||
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '10': 'Emails'},
|
||||
{'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'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -1053,7 +1054,8 @@ final $typed_data.Uint8List siteBookingContextDescriptor = $convert.base64Decode
|
||||
'BE5hbWUYAyABKAlSBE5hbWUSJgoHQWRkcmVzcxgEIAEoCzIMLmFwaS5BZGRyZXNzUgdBZGRyZX'
|
||||
'NzEhYKBlBob25lcxgFIAMoCVIGUGhvbmVzEhAKA0ZheBgGIAEoCVIDRmF4EhYKBkVtYWlscxgH'
|
||||
'IAMoCVIGRW1haWxzEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIwChNQcmVmaXhBcHBvaW'
|
||||
'50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElE');
|
||||
'50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW5kZWRQZXJpb2RJbk1p'
|
||||
'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXM=');
|
||||
|
||||
@$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.13.0-SNAPSHOT-260219144158
|
||||
version: 1.13.0-SNAPSHOT-260220091119
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user