|
|
@@ -3217,7 +3217,7 @@ export type ExperimentalSessionListData = {
|
|
|
/**
|
|
|
* Only return root sessions (no parentID)
|
|
|
*/
|
|
|
- roots?: boolean
|
|
|
+ roots?: "true" | "false"
|
|
|
/**
|
|
|
* Filter sessions updated on or after this timestamp (milliseconds since epoch)
|
|
|
*/
|
|
|
@@ -3237,7 +3237,7 @@ export type ExperimentalSessionListData = {
|
|
|
/**
|
|
|
* Include archived sessions (default false)
|
|
|
*/
|
|
|
- archived?: boolean
|
|
|
+ archived?: "true" | "false"
|
|
|
}
|
|
|
url: "/experimental/session"
|
|
|
}
|
|
|
@@ -3285,7 +3285,7 @@ export type SessionListData = {
|
|
|
/**
|
|
|
* Only return root sessions (no parentID)
|
|
|
*/
|
|
|
- roots?: boolean
|
|
|
+ roots?: "true" | "false"
|
|
|
/**
|
|
|
* Filter sessions updated on or after this timestamp (milliseconds since epoch)
|
|
|
*/
|