Latest generation

This commit is contained in:
ci core model
2025-12-02 10:31:18 +00:00
parent 3ce12cf5f6
commit ae282053ac
4 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251202075759
Lib version: 1.12.0-SNAPSHOT-251202103053

View File

@@ -4396,10 +4396,12 @@ class SiteProjectBookingContext extends $pb.GeneratedMessage {
factory SiteProjectBookingContext({
$core.String? projectID,
$core.Iterable<SiteProjectAptTypeBookingContext>? byAppointmentTypes,
$core.String? projectName,
}) {
final result = create();
if (projectID != null) result.projectID = projectID;
if (byAppointmentTypes != null) result.byAppointmentTypes.addAll(byAppointmentTypes);
if (projectName != null) result.projectName = projectName;
return result;
}
@@ -4411,6 +4413,7 @@ class SiteProjectBookingContext extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SiteProjectBookingContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
..pc<SiteProjectAptTypeBookingContext>(2, _omitFieldNames ? '' : 'ByAppointmentTypes', $pb.PbFieldType.PM, protoName: 'ByAppointmentTypes', subBuilder: SiteProjectAptTypeBookingContext.create)
..aOS(3, _omitFieldNames ? '' : 'ProjectName', protoName: 'ProjectName')
..hasRequiredFields = false
;
@@ -4442,6 +4445,15 @@ class SiteProjectBookingContext extends $pb.GeneratedMessage {
@$pb.TagNumber(2)
$pb.PbList<SiteProjectAptTypeBookingContext> get byAppointmentTypes => $_getList(1);
@$pb.TagNumber(3)
$core.String get projectName => $_getSZ(2);
@$pb.TagNumber(3)
set projectName($core.String value) => $_setString(2, value);
@$pb.TagNumber(3)
$core.bool hasProjectName() => $_has(2);
@$pb.TagNumber(3)
void clearProjectName() => $_clearField(3);
}
class SiteProjectAptTypeBookingContext extends $pb.GeneratedMessage {

View File

@@ -1172,6 +1172,7 @@ const SiteProjectBookingContext$json = {
'2': [
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '10': 'ProjectID'},
{'1': 'ByAppointmentTypes', '3': 2, '4': 3, '5': 11, '6': '.api.SiteProjectAptTypeBookingContext', '10': 'ByAppointmentTypes'},
{'1': 'ProjectName', '3': 3, '4': 1, '5': 9, '10': 'ProjectName'},
],
};
@@ -1179,7 +1180,8 @@ const SiteProjectBookingContext$json = {
final $typed_data.Uint8List siteProjectBookingContextDescriptor = $convert.base64Decode(
'ChlTaXRlUHJvamVjdEJvb2tpbmdDb250ZXh0EhwKCVByb2plY3RJRBgBIAEoCVIJUHJvamVjdE'
'lEElUKEkJ5QXBwb2ludG1lbnRUeXBlcxgCIAMoCzIlLmFwaS5TaXRlUHJvamVjdEFwdFR5cGVC'
'b29raW5nQ29udGV4dFISQnlBcHBvaW50bWVudFR5cGVz');
'b29raW5nQ29udGV4dFISQnlBcHBvaW50bWVudFR5cGVzEiAKC1Byb2plY3ROYW1lGAMgASgJUg'
'tQcm9qZWN0TmFtZQ==');
@$core.Deprecated('Use siteProjectAptTypeBookingContextDescriptor instead')
const SiteProjectAptTypeBookingContext$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251202075759
version: 1.12.0-SNAPSHOT-251202103053
homepage: ''
publish_to: ''
repository: ''