Skip to content

Commit ae8904c

Browse files
chore: generate
1 parent 9209c04 commit ae8904c

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3285,7 +3285,7 @@ export type SessionListData = {
32853285
path?: never
32863286
query?: {
32873287
/**
3288-
* Filter sessions by project directory
3288+
* Filter sessions by directory
32893289
*/
32903290
directory?: string
32913291
workspace?: string

packages/sdk/openapi.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@
23112311
"schema": {
23122312
"type": "string"
23132313
},
2314-
"description": "Filter sessions by project directory"
2314+
"description": "Filter sessions by directory"
23152315
},
23162316
{
23172317
"in": "query",
@@ -2320,6 +2320,23 @@
23202320
"type": "string"
23212321
}
23222322
},
2323+
{
2324+
"in": "query",
2325+
"name": "scope",
2326+
"schema": {
2327+
"type": "string",
2328+
"enum": ["project"]
2329+
},
2330+
"description": "List all sessions for the current project"
2331+
},
2332+
{
2333+
"in": "query",
2334+
"name": "path",
2335+
"schema": {
2336+
"type": "string"
2337+
},
2338+
"description": "Filter sessions by project-relative path"
2339+
},
23232340
{
23242341
"in": "query",
23252342
"name": "roots",

0 commit comments

Comments
 (0)