16583: Add "Intermediate" to collection type filters
[arvados-workbench2.git] / src / models / session.ts
index 9a942967370f1241de198007359d6582ac594a2a..630b63d93f513d06fd503d075ca6f6f3c238bdbe 100644 (file)
@@ -12,10 +12,13 @@ export interface Session {
     clusterId: string;
     remoteHost: string;
     baseUrl: string;
-    username: string;
+    name: string;
     email: string;
     token: string;
+    uuid: string;
     loggedIn: boolean;
     status: SessionStatus;
     active: boolean;
+    userIsActive: boolean;
+    apiRevision: number;
 }