You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/models/components/session.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ let value: Session = {
10
10
expiresAt: newDate("2023-01-01T00:00:00Z"),
11
11
ip: "127.0.0.1",
12
12
lastSeen: newDate("2023-01-01T00:00:00Z"),
13
+
level: 1,
13
14
sessionId: "123456",
14
15
userAgent:
15
16
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
@@ -24,5 +25,6 @@ let value: Session = {
24
25
|`expiresAt`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| The time the session expires | 2023-01-01T00:00:00Z |
25
26
|`ip`|*string*|:heavy_check_mark:| The ip of the session | 127.0.0.1 |
26
27
|`lastSeen`|[Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)|:heavy_check_mark:| The time the session was last seen | 2023-01-01T00:00:00Z |
28
+
|`level`|*number*|:heavy_check_mark:| The level of the logged in account on steam | 1 |
27
29
|`sessionId`|*string*|:heavy_check_mark:| The session id | 123456 |
28
30
|`userAgent`|*string*|:heavy_check_mark:| The user agent of the session | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
0 commit comments