Latest generation

This commit is contained in:
ci core model
2026-05-27 12:04:31 +00:00
parent 0e5b0dde4b
commit 7ff1d73069
4 changed files with 17 additions and 3 deletions

View File

@@ -4216,6 +4216,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
$core.String? prefixAppointmentID,
$core.int? roundedPeriodInMinutes,
$core.String? languageCode,
$core.bool? isSiteStandAlone,
}) {
final result = create();
if (siteID != null) result.siteID = siteID;
@@ -4229,6 +4230,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID;
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
if (languageCode != null) result.languageCode = languageCode;
if (isSiteStandAlone != null) result.isSiteStandAlone = isSiteStandAlone;
return result;
}
@@ -4249,6 +4251,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID')
..a<$core.int>(10, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
..aOS(11, _omitFieldNames ? '' : 'LanguageCode', protoName: 'LanguageCode')
..aOB(12, _omitFieldNames ? '' : 'isSiteStandAlone', protoName: 'isSiteStandAlone')
..hasRequiredFields = false
;
@@ -4352,6 +4355,15 @@ class SiteBookingContext extends $pb.GeneratedMessage {
$core.bool hasLanguageCode() => $_has(10);
@$pb.TagNumber(11)
void clearLanguageCode() => $_clearField(11);
@$pb.TagNumber(12)
$core.bool get isSiteStandAlone => $_getBF(11);
@$pb.TagNumber(12)
set isSiteStandAlone($core.bool value) => $_setBool(11, value);
@$pb.TagNumber(12)
$core.bool hasIsSiteStandAlone() => $_has(11);
@$pb.TagNumber(12)
void clearIsSiteStandAlone() => $_clearField(12);
}
class SiteProjectBookingContext extends $pb.GeneratedMessage {

View File

@@ -1188,6 +1188,7 @@ const SiteBookingContext$json = {
{'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'},
{'1': 'isSiteStandAlone', '3': 12, '4': 1, '5': 8, '10': 'isSiteStandAlone'},
],
};
@@ -1200,7 +1201,8 @@ final $typed_data.Uint8List siteBookingContextDescriptor = $convert.base64Decode
'IAMoCVIGRW1haWxzEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIwChNQcmVmaXhBcHBvaW'
'50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW5kZWRQZXJpb2RJbk1p'
'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSIgoMTGFuZ3VhZ2VDb2RlGAsgAS'
'gJUgxMYW5ndWFnZUNvZGU=');
'gJUgxMYW5ndWFnZUNvZGUSKgoQaXNTaXRlU3RhbmRBbG9uZRgMIAEoCFIQaXNTaXRlU3RhbmRB'
'bG9uZQ==');
@$core.Deprecated('Use siteProjectBookingContextDescriptor instead')
const SiteProjectBookingContext$json = {