chore(client): regenerate project API

This commit is contained in:
Brendan Allan 2026-07-23 12:06:18 +08:00
commit 62c47f467f
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
5 changed files with 89 additions and 21 deletions

View file

@ -46,7 +46,7 @@ test("exposes every standard HTTP API group", () => {
expect(Object.keys(client.vcs)).toEqual(["get", "status", "diff"])
expect(Object.keys(client.pty)).toEqual(["shells", "list", "create", "get", "update", "remove", "connectToken"])
expect(Object.keys(client.shell)).toEqual(["list", "create", "get", "timeout", "output", "remove"])
expect(Object.keys(client.project)).toEqual(["list", "current", "directories"])
expect(Object.keys(client.project)).toEqual(["list", "update", "current", "directories"])
})
test("PTY connect token sends the required browser header", async () => {