From b526b9403f86ef789e3eaeccd4fac8cd7fe5bb6b Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 24 Aug 2026 11:54:59 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/user-attributes.pb.dart | 24 ++++++++++++++++++++++++ lib/user-attributes.pbenum.dart | 17 +++++++++++++++++ lib/user-attributes.pbjson.dart | 27 ++++++++++++++++++++++++--- pubspec.yaml | 2 +- 5 files changed, 67 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bceca8f..5e7f5f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260821145637 +Lib version: 1.15.0-SNAPSHOT-260824115412 diff --git a/lib/user-attributes.pb.dart b/lib/user-attributes.pb.dart index ab7e40b1..5d694c20 100644 --- a/lib/user-attributes.pb.dart +++ b/lib/user-attributes.pb.dart @@ -28,6 +28,7 @@ class UserAttribute extends $pb.GeneratedMessage { $core.String? partnerID, $core.Iterable? restrictionActorIDs, $core.Iterable? bookingAuthorizations, + ViewableAppointments? viewableAppointments, }) { final result = create(); if (projectID != null) result.projectID = projectID; @@ -35,6 +36,7 @@ class UserAttribute extends $pb.GeneratedMessage { if (partnerID != null) result.partnerID = partnerID; if (restrictionActorIDs != null) result.restrictionActorIDs.addAll(restrictionActorIDs); if (bookingAuthorizations != null) result.bookingAuthorizations.addAll(bookingAuthorizations); + if (viewableAppointments != null) result.viewableAppointments = viewableAppointments; return result; } @@ -49,6 +51,7 @@ class UserAttribute extends $pb.GeneratedMessage { ..aOS(3, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') ..pc(4, _omitFieldNames ? '' : 'RestrictionActorIDs', $pb.PbFieldType.PM, protoName: 'RestrictionActorIDs', subBuilder: RestrictionActorIDs.create) ..pc(5, _omitFieldNames ? '' : 'BookingAuthorizations', $pb.PbFieldType.PM, protoName: 'BookingAuthorizations', subBuilder: BookingAuthorization.create) + ..e(6, _omitFieldNames ? '' : 'ViewableAppointments', $pb.PbFieldType.OE, protoName: 'ViewableAppointments', defaultOrMaker: ViewableAppointments.VIEWABLE_APPOINTMENTS_UNKNOWN, valueOf: ViewableAppointments.valueOf, enumValues: ViewableAppointments.values) ..hasRequiredFields = false ; @@ -101,6 +104,15 @@ class UserAttribute extends $pb.GeneratedMessage { @$pb.TagNumber(5) $pb.PbList get bookingAuthorizations => $_getList(4); + + @$pb.TagNumber(6) + ViewableAppointments get viewableAppointments => $_getN(5); + @$pb.TagNumber(6) + set viewableAppointments(ViewableAppointments value) => $_setField(6, value); + @$pb.TagNumber(6) + $core.bool hasViewableAppointments() => $_has(5); + @$pb.TagNumber(6) + void clearViewableAppointments() => $_clearField(6); } /// User Attribute Restriction Actor IDs -- related to data restriction @@ -341,6 +353,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage { $core.String? partnerID, $core.Iterable? restrictionActorIDs, $core.Iterable? bookingAuthorizations, + ViewableAppointments? viewableAppointments, }) { final result = create(); if (header != null) result.header = header; @@ -348,6 +361,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage { if (partnerID != null) result.partnerID = partnerID; if (restrictionActorIDs != null) result.restrictionActorIDs.addAll(restrictionActorIDs); if (bookingAuthorizations != null) result.bookingAuthorizations.addAll(bookingAuthorizations); + if (viewableAppointments != null) result.viewableAppointments = viewableAppointments; return result; } @@ -362,6 +376,7 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage { ..aOS(3, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') ..pc(4, _omitFieldNames ? '' : 'RestrictionActorIDs', $pb.PbFieldType.PM, protoName: 'RestrictionActorIDs', subBuilder: RestrictionActorIDs.create) ..pc(5, _omitFieldNames ? '' : 'BookingAuthorizations', $pb.PbFieldType.PM, protoName: 'BookingAuthorizations', subBuilder: BookingAuthorization.create) + ..e(6, _omitFieldNames ? '' : 'ViewableAppointments', $pb.PbFieldType.OE, protoName: 'ViewableAppointments', defaultOrMaker: ViewableAppointments.VIEWABLE_APPOINTMENTS_UNKNOWN, valueOf: ViewableAppointments.valueOf, enumValues: ViewableAppointments.values) ..hasRequiredFields = false ; @@ -416,6 +431,15 @@ class PutUserAttributesRequest extends $pb.GeneratedMessage { @$pb.TagNumber(5) $pb.PbList get bookingAuthorizations => $_getList(4); + + @$pb.TagNumber(6) + ViewableAppointments get viewableAppointments => $_getN(5); + @$pb.TagNumber(6) + set viewableAppointments(ViewableAppointments value) => $_setField(6, value); + @$pb.TagNumber(6) + $core.bool hasViewableAppointments() => $_has(5); + @$pb.TagNumber(6) + void clearViewableAppointments() => $_clearField(6); } class PutUserAttributesResult extends $pb.GeneratedMessage { diff --git a/lib/user-attributes.pbenum.dart b/lib/user-attributes.pbenum.dart index b7cb8d1d..d2af6e54 100644 --- a/lib/user-attributes.pbenum.dart +++ b/lib/user-attributes.pbenum.dart @@ -14,6 +14,23 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; +class ViewableAppointments extends $pb.ProtobufEnum { + static const ViewableAppointments VIEWABLE_APPOINTMENTS_UNKNOWN = ViewableAppointments._(0, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_UNKNOWN'); + static const ViewableAppointments VIEWABLE_APPOINTMENTS_ALL = ViewableAppointments._(1, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_ALL'); + static const ViewableAppointments VIEWABLE_APPOINTMENTS_BOOKABLE = ViewableAppointments._(2, _omitEnumNames ? '' : 'VIEWABLE_APPOINTMENTS_BOOKABLE'); + + static const $core.List values = [ + VIEWABLE_APPOINTMENTS_UNKNOWN, + VIEWABLE_APPOINTMENTS_ALL, + VIEWABLE_APPOINTMENTS_BOOKABLE, + ]; + + static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2); + static ViewableAppointments? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; + + const ViewableAppointments._(super.value, super.name); +} + /// User Attribute Booking Authorization -- related to slotbooking class BookingPermission extends $pb.ProtobufEnum { static const BookingPermission BOOKING_PERMISSION_UNKNOWN = BookingPermission._(0, _omitEnumNames ? '' : 'BOOKING_PERMISSION_UNKNOWN'); diff --git a/lib/user-attributes.pbjson.dart b/lib/user-attributes.pbjson.dart index e572b371..a1535803 100644 --- a/lib/user-attributes.pbjson.dart +++ b/lib/user-attributes.pbjson.dart @@ -14,6 +14,22 @@ import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; +@$core.Deprecated('Use viewableAppointmentsDescriptor instead') +const ViewableAppointments$json = { + '1': 'ViewableAppointments', + '2': [ + {'1': 'VIEWABLE_APPOINTMENTS_UNKNOWN', '2': 0}, + {'1': 'VIEWABLE_APPOINTMENTS_ALL', '2': 1}, + {'1': 'VIEWABLE_APPOINTMENTS_BOOKABLE', '2': 2}, + ], +}; + +/// Descriptor for `ViewableAppointments`. Decode as a `google.protobuf.EnumDescriptorProto`. +final $typed_data.Uint8List viewableAppointmentsDescriptor = $convert.base64Decode( + 'ChRWaWV3YWJsZUFwcG9pbnRtZW50cxIhCh1WSUVXQUJMRV9BUFBPSU5UTUVOVFNfVU5LTk9XTh' + 'AAEh0KGVZJRVdBQkxFX0FQUE9JTlRNRU5UU19BTEwQARIiCh5WSUVXQUJMRV9BUFBPSU5UTUVO' + 'VFNfQk9PS0FCTEUQAg=='); + @$core.Deprecated('Use bookingPermissionDescriptor instead') const BookingPermission$json = { '1': 'BookingPermission', @@ -39,6 +55,7 @@ const UserAttribute$json = { {'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'}, {'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'}, {'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'}, + {'1': 'ViewableAppointments', '3': 6, '4': 1, '5': 14, '6': '.api.ViewableAppointments', '10': 'ViewableAppointments'}, ], }; @@ -48,7 +65,9 @@ final $typed_data.Uint8List userAttributeDescriptor = $convert.base64Decode( 'gCIAEoCVIGVXNlcklEEhwKCVBhcnRuZXJJRBgDIAEoCVIJUGFydG5lcklEEkoKE1Jlc3RyaWN0' 'aW9uQWN0b3JJRHMYBCADKAsyGC5hcGkuUmVzdHJpY3Rpb25BY3RvcklEc1ITUmVzdHJpY3Rpb2' '5BY3RvcklEcxJPChVCb29raW5nQXV0aG9yaXphdGlvbnMYBSADKAsyGS5hcGkuQm9va2luZ0F1' - 'dGhvcml6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9ucw=='); + 'dGhvcml6YXRpb25SFUJvb2tpbmdBdXRob3JpemF0aW9ucxJNChRWaWV3YWJsZUFwcG9pbnRtZW' + '50cxgGIAEoDjIZLmFwaS5WaWV3YWJsZUFwcG9pbnRtZW50c1IUVmlld2FibGVBcHBvaW50bWVu' + 'dHM='); @$core.Deprecated('Use restrictionActorIDsDescriptor instead') const RestrictionActorIDs$json = { @@ -119,6 +138,7 @@ const PutUserAttributesRequest$json = { {'1': 'PartnerID', '3': 3, '4': 1, '5': 9, '10': 'PartnerID'}, {'1': 'RestrictionActorIDs', '3': 4, '4': 3, '5': 11, '6': '.api.RestrictionActorIDs', '10': 'RestrictionActorIDs'}, {'1': 'BookingAuthorizations', '3': 5, '4': 3, '5': 11, '6': '.api.BookingAuthorization', '10': 'BookingAuthorizations'}, + {'1': 'ViewableAppointments', '3': 6, '4': 1, '5': 14, '6': '.api.ViewableAppointments', '10': 'ViewableAppointments'}, ], '7': {}, }; @@ -130,8 +150,9 @@ final $typed_data.Uint8List putUserAttributesRequestDescriptor = $convert.base64 'AhABUgZVc2VySUQSHAoJUGFydG5lcklEGAMgASgJUglQYXJ0bmVySUQSSgoTUmVzdHJpY3Rpb2' '5BY3RvcklEcxgEIAMoCzIYLmFwaS5SZXN0cmljdGlvbkFjdG9ySURzUhNSZXN0cmljdGlvbkFj' 'dG9ySURzEk8KFUJvb2tpbmdBdXRob3JpemF0aW9ucxgFIAMoCzIZLmFwaS5Cb29raW5nQXV0aG' - '9yaXphdGlvblIVQm9va2luZ0F1dGhvcml6YXRpb25zOiOSQSAKHtIBBkhlYWRlctIBBlVzZXJJ' - 'RNIBCVBhcnRuZXJJRA=='); + '9yaXphdGlvblIVQm9va2luZ0F1dGhvcml6YXRpb25zEk0KFFZpZXdhYmxlQXBwb2ludG1lbnRz' + 'GAYgASgOMhkuYXBpLlZpZXdhYmxlQXBwb2ludG1lbnRzUhRWaWV3YWJsZUFwcG9pbnRtZW50cz' + 'ojkkEgCh7SAQZIZWFkZXLSAQZVc2VySUTSAQlQYXJ0bmVySUQ='); @$core.Deprecated('Use putUserAttributesResultDescriptor instead') const PutUserAttributesResult$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 79fab6e3..5a637f3b 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.15.0-SNAPSHOT-260821145637 +version: 1.15.0-SNAPSHOT-260824115412 homepage: '' publish_to: '' repository: ''