Skip to content

Commit ee5d59d

Browse files
committed
Add last_access field to OrganizationMember proto
1 parent 0dc6388 commit ee5d59d

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
@@ -376,6 +376,7 @@ message OrganizationMember {
376376
repeated string emails = 2;
377377
google.protobuf.Timestamp date_added = 3;
378378
optional google.protobuf.Timestamp last_login = 4;
379+
optional google.protobuf.Timestamp last_access = 5;
379380
}
380381

381382
message ListOrganizationsResponse {

0 commit comments

Comments
 (0)