V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit faf4ac4465 - Show all commits
+3 -3
View File
@@ -416,9 +416,9 @@ message Network {
string description = 6;
NetworkType type = 7;
bool is_active = 8;
string updated_at = 9;
string created_at = 10;
string image = 9;
string updated_at = 10;
string created_at = 11;
}
message NetworkList {