Latest generation

This commit is contained in:
ci core model
2025-11-21 14:13:04 +00:00
parent 47ee899155
commit 7f5b58707c
9 changed files with 125 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
$core.String? entityType,
$core.String? entityRefID,
$core.String? tags,
$core.Iterable<$core.String>? contactMails,
}) {
final result = create();
if (notificationType != null) result.notificationType = notificationType;
@@ -39,6 +40,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
if (entityType != null) result.entityType = entityType;
if (entityRefID != null) result.entityRefID = entityRefID;
if (tags != null) result.tags = tags;
if (contactMails != null) result.contactMails.addAll(contactMails);
return result;
}
@@ -56,6 +58,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
..aOS(6, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
..aOS(7, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
..aOS(8, _omitFieldNames ? '' : 'Tags', protoName: 'Tags')
..pPS(9, _omitFieldNames ? '' : 'ContactMails', protoName: 'ContactMails')
..hasRequiredFields = false
;
@@ -148,6 +151,10 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
$core.bool hasTags() => $_has(7);
@$pb.TagNumber(8)
void clearTags() => $_clearField(8);
/// List of contacts mail
@$pb.TagNumber(9)
$pb.PbList<$core.String> get contactMails => $_getList(8);
}
/// Event message