@opencode-ai/sdk 1.1.19 → 1.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v2/gen/sdk.gen.d.ts
CHANGED
package/dist/v2/gen/sdk.gen.js
CHANGED
|
@@ -2265,7 +2265,14 @@ export type SessionListData = {
|
|
|
2265
2265
|
body?: never;
|
|
2266
2266
|
path?: never;
|
|
2267
2267
|
query?: {
|
|
2268
|
+
/**
|
|
2269
|
+
* Filter sessions by project directory
|
|
2270
|
+
*/
|
|
2268
2271
|
directory?: string;
|
|
2272
|
+
/**
|
|
2273
|
+
* Only return root sessions (no parentID)
|
|
2274
|
+
*/
|
|
2275
|
+
roots?: boolean;
|
|
2269
2276
|
/**
|
|
2270
2277
|
* Filter sessions updated on or after this timestamp (milliseconds since epoch)
|
|
2271
2278
|
*/
|