Skip to content

Commit d1aab76

Browse files
committed
fix: Added missing ComponentType
1 parent 66d9f8b commit d1aab76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v3/models.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ message Component {
176176
bool deleted = 7;
177177
}
178178

179+
enum ComponentType {
180+
COMPONENT_TYPE_SERVER = 1;
181+
COMPONENT_TYPE_DATA = 2;
182+
COMPONENT_TYPE_COMPUTE = 3;
183+
}
184+
179185
message License {
180186
string id = 1;
181187
string name = 2;

0 commit comments

Comments
 (0)