Skip to content

Commit 634bb1a

Browse files
committed
fix: Added unknown for ComponentType
1 parent d1aab76 commit 634bb1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v3/models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ message Component {
177177
}
178178

179179
enum ComponentType {
180+
COMPONENT_TYPE_UNKNOWN = 0;
180181
COMPONENT_TYPE_SERVER = 1;
181182
COMPONENT_TYPE_DATA = 2;
182183
COMPONENT_TYPE_COMPUTE = 3;

0 commit comments

Comments
 (0)