Skip to content

Commit c941b90

Browse files
committed
add primary organization to robot proto
1 parent 9337e84 commit c941b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/viam/app/v1/app.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ message Robot {
312312
string location = 3 [(tagger.v1.tags) = "bson:\"location\" json:\"location\""];
313313
google.protobuf.Timestamp last_access = 4 [(tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
314314
google.protobuf.Timestamp created_on = 5 [(tagger.v1.tags) = "bson:\"created_on\""];
315+
string primary_organization_id = 6 [(tagger.v1.tags) = "bson:\"primary_organization_id\" json:\"primary_organization_id\""];
315316
}
316317

317318
message RobotPart {

0 commit comments

Comments
 (0)