Skip to content

Commit c9374e7

Browse files
committed
ci: Generate docs
1 parent 73d48e8 commit c9374e7

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

docs/api/client_sessions/README.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
# Client Sessions
2+
3+
## `client_session`
4+
5+
### `client_session_id`
6+
7+
Format: `UUID`
8+
9+
---
10+
11+
### `connect_webview_ids`
12+
13+
Format: `List`
14+
15+
Item format: `UUID`
16+
17+
---
18+
19+
### `connected_account_ids`
20+
21+
Format: `List`
22+
23+
Item format: `UUID`
24+
25+
---
26+
27+
### `created_at`
28+
29+
Format: `Datetime`
30+
31+
---
32+
33+
### `device_count`
34+
35+
Format: `Number`
36+
37+
---
38+
39+
### `expires_at`
40+
41+
Format: `Datetime`
42+
43+
---
44+
45+
### `token`
46+
47+
Format: `String`
48+
49+
---
50+
51+
### `user_identifier_key`
52+
53+
Format: `String`
54+
55+
---
56+
57+
### `user_identity_ids`
58+
59+
Format: `List`
60+
61+
Item format: `UUID`
62+
63+
---
64+
65+
### `workspace_id`
66+
67+
Format: `UUID`
68+
69+
---
70+
71+
## Endpoints
72+
73+
74+
---
75+
76+
## Events
77+
78+
### `client_session.deleted`
79+
80+
A [client session](../../core-concepts/authentication/client-session-tokens/README.md) was deleted.
81+
82+
<details>
83+
84+
<summary><code>client_session_id</code> Format: <code>UUID</code></summary>
85+
86+
ID of the [client session](../../core-concepts/authentication/client-session-tokens/README.md).
87+
</details>
88+
<details>
89+
90+
<summary><code>created_at</code> Format: <code>Datetime</code></summary>
91+
92+
Date and time at which the event was created.
93+
</details>
94+
<details>
95+
96+
<summary><code>event_id</code> Format: <code>UUID</code></summary>
97+
98+
ID of the event.
99+
</details>
100+
<details>
101+
102+
<summary><code>event_type</code> Format: <code>Enum</code></summary>
103+
104+
Value: `client_session.deleted`
105+
</details>
106+
<details>
107+
108+
<summary><code>occurred_at</code> Format: <code>Datetime</code></summary>
109+
110+
Date and time at which the event occurred.
111+
</details>
112+
<details>
113+
114+
<summary><code>workspace_id</code> Format: <code>UUID</code></summary>
115+
116+
ID of the [workspace](../../core-concepts/workspaces/README.md).
117+
</details>
118+
---
119+

0 commit comments

Comments
 (0)