add new event proto to fix conflie

This commit is contained in:
soukainna
2023-02-22 14:55:43 +01:00
parent bd480e875a
commit 868e1321b7
2 changed files with 175 additions and 232 deletions

View File

@@ -22,7 +22,7 @@ message Event {
repeated Subscription subscriptions = 14;
repeated Subscription deleted_subscription = 16;
google.protobuf.Struct data = 15;
bool deleted = 16;
bool deleted = 17;
}
message Subscription {