Latest generation

This commit is contained in:
ci core model
2025-11-21 14:32:30 +00:00
parent 7f5b58707c
commit 7dbcc61978
8 changed files with 65 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
$core.String? entityRefID,
$core.String? tags,
$core.Iterable<$core.String>? contactMails,
$core.bool? groupSending,
}) {
final result = create();
if (notificationType != null) result.notificationType = notificationType;
@@ -41,6 +42,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
if (entityRefID != null) result.entityRefID = entityRefID;
if (tags != null) result.tags = tags;
if (contactMails != null) result.contactMails.addAll(contactMails);
if (groupSending != null) result.groupSending = groupSending;
return result;
}
@@ -59,6 +61,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
..aOB(10, _omitFieldNames ? '' : 'GroupSending', protoName: 'GroupSending')
..hasRequiredFields = false
;
@@ -155,6 +158,15 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
/// List of contacts mail
@$pb.TagNumber(9)
$pb.PbList<$core.String> get contactMails => $_getList(8);
@$pb.TagNumber(10)
$core.bool get groupSending => $_getBF(9);
@$pb.TagNumber(10)
set groupSending($core.bool value) => $_setBool(9, value);
@$pb.TagNumber(10)
$core.bool hasGroupSending() => $_has(9);
@$pb.TagNumber(10)
void clearGroupSending() => $_clearField(10);
}
/// Event message