Skip to content

Commit 5922abf

Browse files
feat: add reflex initiator type, hidden param (#9350)
1 parent 214629e commit 5922abf

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/runloop_api_client/types/devbox_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class DevboxView(BaseModel):
100100
initiator_id: Optional[str] = None
101101
"""The ID of the initiator that created the Devbox."""
102102

103-
initiator_type: Optional[Literal["unknown", "api", "scenario", "scoring_validation"]] = None
103+
initiator_type: Optional[Literal["unknown", "api", "scenario", "scoring_validation", "reflex"]] = None
104104
"""The type of initiator that created the Devbox."""
105105

106106
mcp_specs: Optional[Dict[str, McpSpecs]] = None

0 commit comments

Comments
 (0)