diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be235c..5e8e9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260526094438 +Lib version: 1.14.0-SNAPSHOT-260527120356 diff --git a/lib/site.pb.dart b/lib/site.pb.dart index 8a7b922..f6bc8a1 100644 --- a/lib/site.pb.dart +++ b/lib/site.pb.dart @@ -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 { diff --git a/lib/site.pbjson.dart b/lib/site.pbjson.dart index 86dc67e..5351684 100644 --- a/lib/site.pbjson.dart +++ b/lib/site.pbjson.dart @@ -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 = { diff --git a/pubspec.yaml b/pubspec.yaml index 86e1198..58f073e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.14.0-SNAPSHOT-260526094438 +version: 1.14.0-SNAPSHOT-260527120356 homepage: '' publish_to: '' repository: ''