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

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.14.0-SNAPSHOT-260526094438 Lib version: 1.14.0-SNAPSHOT-260527120356

View File

@@ -4216,6 +4216,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
$core.String? prefixAppointmentID, $core.String? prefixAppointmentID,
$core.int? roundedPeriodInMinutes, $core.int? roundedPeriodInMinutes,
$core.String? languageCode, $core.String? languageCode,
$core.bool? isSiteStandAlone,
}) { }) {
final result = create(); final result = create();
if (siteID != null) result.siteID = siteID; if (siteID != null) result.siteID = siteID;
@@ -4229,6 +4230,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID; if (prefixAppointmentID != null) result.prefixAppointmentID = prefixAppointmentID;
if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes; if (roundedPeriodInMinutes != null) result.roundedPeriodInMinutes = roundedPeriodInMinutes;
if (languageCode != null) result.languageCode = languageCode; if (languageCode != null) result.languageCode = languageCode;
if (isSiteStandAlone != null) result.isSiteStandAlone = isSiteStandAlone;
return result; return result;
} }
@@ -4249,6 +4251,7 @@ class SiteBookingContext extends $pb.GeneratedMessage {
..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID') ..aOS(9, _omitFieldNames ? '' : 'PrefixAppointmentID', protoName: 'PrefixAppointmentID')
..a<$core.int>(10, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes') ..a<$core.int>(10, _omitFieldNames ? '' : 'RoundedPeriodInMinutes', $pb.PbFieldType.OU3, protoName: 'RoundedPeriodInMinutes')
..aOS(11, _omitFieldNames ? '' : 'LanguageCode', protoName: 'LanguageCode') ..aOS(11, _omitFieldNames ? '' : 'LanguageCode', protoName: 'LanguageCode')
..aOB(12, _omitFieldNames ? '' : 'isSiteStandAlone', protoName: 'isSiteStandAlone')
..hasRequiredFields = false ..hasRequiredFields = false
; ;
@@ -4352,6 +4355,15 @@ class SiteBookingContext extends $pb.GeneratedMessage {
$core.bool hasLanguageCode() => $_has(10); $core.bool hasLanguageCode() => $_has(10);
@$pb.TagNumber(11) @$pb.TagNumber(11)
void clearLanguageCode() => $_clearField(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 { 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': 'PrefixAppointmentID', '3': 9, '4': 1, '5': 9, '10': 'PrefixAppointmentID'},
{'1': 'RoundedPeriodInMinutes', '3': 10, '4': 1, '5': 13, '10': 'RoundedPeriodInMinutes'}, {'1': 'RoundedPeriodInMinutes', '3': 10, '4': 1, '5': 13, '10': 'RoundedPeriodInMinutes'},
{'1': 'LanguageCode', '3': 11, '4': 1, '5': 9, '10': 'LanguageCode'}, {'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' 'IAMoCVIGRW1haWxzEhoKCFBob3RvVVJJGAggASgJUghQaG90b1VSSRIwChNQcmVmaXhBcHBvaW'
'50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW5kZWRQZXJpb2RJbk1p' '50bWVudElEGAkgASgJUhNQcmVmaXhBcHBvaW50bWVudElEEjYKFlJvdW5kZWRQZXJpb2RJbk1p'
'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSIgoMTGFuZ3VhZ2VDb2RlGAsgAS' 'bnV0ZXMYCiABKA1SFlJvdW5kZWRQZXJpb2RJbk1pbnV0ZXMSIgoMTGFuZ3VhZ2VDb2RlGAsgAS'
'gJUgxMYW5ndWFnZUNvZGU='); 'gJUgxMYW5ndWFnZUNvZGUSKgoQaXNTaXRlU3RhbmRBbG9uZRgMIAEoCFIQaXNTaXRlU3RhbmRB'
'bG9uZQ==');
@$core.Deprecated('Use siteProjectBookingContextDescriptor instead') @$core.Deprecated('Use siteProjectBookingContextDescriptor instead')
const SiteProjectBookingContext$json = { const SiteProjectBookingContext$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-260526094438 version: 1.14.0-SNAPSHOT-260527120356
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''