From 75b418b590947d7db648c4ce849796c4776bff34 Mon Sep 17 00:00:00 2001 From: ci core model Date: Fri, 21 Nov 2025 17:00:01 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/collabShared.pb.dart | 12 ++++++++++++ lib/collabShared.pbjson.dart | 4 +++- pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f94d255..9893ae41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.12.0-SNAPSHOT-251121161108 +Lib version: 1.12.0-SNAPSHOT-251121165907 diff --git a/lib/collabShared.pb.dart b/lib/collabShared.pb.dart index 727fb1c1..109bcfba 100644 --- a/lib/collabShared.pb.dart +++ b/lib/collabShared.pb.dart @@ -330,6 +330,7 @@ class ListNotifChanges extends $pb.GeneratedMessage { $core.String? entityRefID, $core.Iterable? notifChanges, $1.Struct? tags, + $core.bool? sendToIssuer, }) { final result = create(); if (projectID != null) result.projectID = projectID; @@ -338,6 +339,7 @@ class ListNotifChanges extends $pb.GeneratedMessage { if (entityRefID != null) result.entityRefID = entityRefID; if (notifChanges != null) result.notifChanges.addAll(notifChanges); if (tags != null) result.tags = tags; + if (sendToIssuer != null) result.sendToIssuer = sendToIssuer; return result; } @@ -353,6 +355,7 @@ class ListNotifChanges extends $pb.GeneratedMessage { ..aOS(4, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID') ..pc(5, _omitFieldNames ? '' : 'NotifChanges', $pb.PbFieldType.PM, protoName: 'NotifChanges', subBuilder: NotifChanges.create) ..aOM<$1.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $1.Struct.create) + ..aOB(7, _omitFieldNames ? '' : 'SendToIssuer', protoName: 'SendToIssuer') ..hasRequiredFields = false ; @@ -422,6 +425,15 @@ class ListNotifChanges extends $pb.GeneratedMessage { void clearTags() => $_clearField(6); @$pb.TagNumber(6) $1.Struct ensureTags() => $_ensure(5); + + @$pb.TagNumber(7) + $core.bool get sendToIssuer => $_getBF(6); + @$pb.TagNumber(7) + set sendToIssuer($core.bool value) => $_setBool(6, value); + @$pb.TagNumber(7) + $core.bool hasSendToIssuer() => $_has(6); + @$pb.TagNumber(7) + void clearSendToIssuer() => $_clearField(7); } class NotifChanges extends $pb.GeneratedMessage { diff --git a/lib/collabShared.pbjson.dart b/lib/collabShared.pbjson.dart index 87e41949..9c4ba65a 100644 --- a/lib/collabShared.pbjson.dart +++ b/lib/collabShared.pbjson.dart @@ -150,6 +150,7 @@ const ListNotifChanges$json = { {'1': 'EntityRefID', '3': 4, '4': 1, '5': 9, '10': 'EntityRefID'}, {'1': 'NotifChanges', '3': 5, '4': 3, '5': 11, '6': '.api.NotifChanges', '10': 'NotifChanges'}, {'1': 'Tags', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'Tags'}, + {'1': 'SendToIssuer', '3': 7, '4': 1, '5': 8, '10': 'SendToIssuer'}, ], }; @@ -159,7 +160,8 @@ final $typed_data.Uint8List listNotifChangesDescriptor = $convert.base64Decode( 'liaWxpdHlVUkkYAiABKAlSDVZpc2liaWxpdHlVUkkSHgoKRW50aXR5VHlwZRgDIAEoCVIKRW50' 'aXR5VHlwZRIgCgtFbnRpdHlSZWZJRBgEIAEoCVILRW50aXR5UmVmSUQSNQoMTm90aWZDaGFuZ2' 'VzGAUgAygLMhEuYXBpLk5vdGlmQ2hhbmdlc1IMTm90aWZDaGFuZ2VzEisKBFRhZ3MYBiABKAsy' - 'Fy5nb29nbGUucHJvdG9idWYuU3RydWN0UgRUYWdz'); + 'Fy5nb29nbGUucHJvdG9idWYuU3RydWN0UgRUYWdzEiIKDFNlbmRUb0lzc3VlchgHIAEoCFIMU2' + 'VuZFRvSXNzdWVy'); @$core.Deprecated('Use notifChangesDescriptor instead') const NotifChanges$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 61115a6b..1389cbd5 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.12.0-SNAPSHOT-251121161108 +version: 1.12.0-SNAPSHOT-251121165907 homepage: '' publish_to: '' repository: ''