Skip to content

Commit 849bcfa

Browse files
chore(devbox): Remove network policy from devbox view; use launch params instead (#7025)
1 parent 038fc8a commit 849bcfa

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 103
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-eac4defbf39825fa88e0be11955be80cd004bcea46398be52f79800570539be0.yml
3-
openapi_spec_hash: d18585a489895642807922dfa558226d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-5bbc26893c51a60089ff83a9d067c72252989fbfc5fa941cabf801f62b314c77.yml
3+
openapi_spec_hash: b5d826e352ca1ac815b7530278f4a5ab
44
config_hash: ec63e62d4660c9c924b39a8671c2fdb1

src/resources/devboxes/devboxes.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -821,11 +821,6 @@ export interface DevboxView {
821821
*/
822822
name?: string | null;
823823

824-
/**
825-
* The network policy ID used to create the Devbox.
826-
*/
827-
network_policy_id?: string | null;
828-
829824
/**
830825
* The shutdown reason if the Devbox shutdown, if the Devbox has a 'shutdown'
831826
* status.

0 commit comments

Comments
 (0)