Skip to content

Commit 7118ffe

Browse files
feat: add reflex initiator type, hidden param (#9350)
1 parent 4438736 commit 7118ffe

2 files changed

Lines changed: 3 additions & 3 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: 119
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-a248dcb8ee40eb7c0446077413996aa6a67b543a1f2a47272378641fa8791e7f.yml
3-
openapi_spec_hash: 0636ec3e6ef760052c346ecaa8a4107d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-2c6498f804f6a88977521c2b4b8700d8992235a01ffc965193d87acf8021683b.yml
3+
openapi_spec_hash: cf32b83c81c8aa76f03dda8123b228b5
44
config_hash: 444e00951b440bf92e7548b2807584a4

src/resources/devboxes/devboxes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ export interface DevboxView {
885885
/**
886886
* The type of initiator that created the Devbox.
887887
*/
888-
initiator_type?: 'unknown' | 'api' | 'scenario' | 'scoring_validation';
888+
initiator_type?: 'unknown' | 'api' | 'scenario' | 'scoring_validation' | 'reflex';
889889

890890
/**
891891
* [Beta] MCP specifications configured for this devbox. Map key is the environment

0 commit comments

Comments
 (0)