Skip to content

Commit 06707cf

Browse files
feat(blueprint): adds queued state
1 parent 43029dd commit 06707cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 94
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-63df0e3eb49d4874724f380b650693d90e071a41748bc163e93236b72a342883.yml
3-
openapi_spec_hash: eb5df67593bd1c4a5c8d1082f24d73fb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-91cec4aeec2421487d5eeece4804ae3b8b47e22bdbb9fc7460feb64a8c10e42f.yml
3+
openapi_spec_hash: 3d8d782e2450d46b8ce6573bad488ea1
44
config_hash: 95facb8cef59b5a1b05763b871bf6a4b

src/runloop_api_client/types/blueprint_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class BlueprintView(BaseModel):
5656
state: Literal["created", "deleted"]
5757
"""The state of the Blueprint."""
5858

59-
status: Literal["provisioning", "building", "failed", "build_complete"]
59+
status: Literal["queued", "provisioning", "building", "failed", "build_complete"]
6060
"""The status of the Blueprint build."""
6161

6262
base_blueprint_id: Optional[str] = None

0 commit comments

Comments
 (0)