diff --git a/dozer-types/protos/cloud_notification.proto b/dozer-types/protos/cloud_notification.proto index 582e42481e..d5c01054a6 100644 --- a/dozer-types/protos/cloud_notification.proto +++ b/dozer-types/protos/cloud_notification.proto @@ -6,10 +6,11 @@ message Notification { string id = 1; google.protobuf.Timestamp created_at = 2; string namespace = 3; - Level level = 4; - bool is_read = 5; + string app_name = 4; + Level level = 5; + bool is_read = 6; oneof kind { - PodNotification pod = 6; + PodNotification pod = 7; } }