Skip to content

Commit 85d6ef2

Browse files
feat(api): remove terminal field from RunsOn
1 parent f5c29a1 commit 85d6ef2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-9b7fd2030480921db661aeb8eb6c454e8b53accf4bddecc66e740383ab7ad074.yml
3-
openapi_spec_hash: deb597c2dbac0fddcdd136aae19aba44
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-ffc8cf0ed565636356f70cba5521094ee367d0b30bacb266a70f4ea98889c74c.yml
3+
openapi_spec_hash: bf1abc17445dd410c3c3f8607c5a4937
44
config_hash: 843d5f356bfb6295862722a8d71d08e0

src/resources/shared.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,6 @@ export interface RunsOn {
324324
* Machine runs the service/task directly on the VM/machine level.
325325
*/
326326
machine?: unknown;
327-
328-
/**
329-
* Terminal runs the service inside a managed PTY terminal in the devcontainer.
330-
* Users can attach to the terminal interactively via the terminal API.
331-
*/
332-
terminal?: unknown;
333327
}
334328

335329
export namespace RunsOn {

0 commit comments

Comments
 (0)