File tree Expand file tree Collapse file tree
src/runloop_api_client/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 92
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-2417f3ff96b2f0934e6ee5cafd072e111515712cebb58eff3690bda46b9e04d8 .yml
3- openapi_spec_hash : 15877c256d01485dacbb4e348d79845d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-8805efc665011161897e5c4c326dc44090ae55471a36bef8d63d17fec4e289f1 .yml
3+ openapi_spec_hash : 4d348158fc0b5daa3f55d831301859e4
44config_hash : 60681f589a9e641fdb7f19af2021a033
Original file line number Diff line number Diff line change 33from typing import Dict , List , Optional
44from typing_extensions import Literal
55
6- from pydantic import Field as FieldInfo
7-
86from .._models import BaseModel
97from .blueprint_build_parameters import BlueprintBuildParameters
108
@@ -64,9 +62,7 @@ class BlueprintView(BaseModel):
6462 base_blueprint_id : Optional [str ] = None
6563 """The ID of the base Blueprint."""
6664
67- containerized_services : Optional [List [ContainerizedService ]] = FieldInfo (
68- alias = "containerizedServices" , default = None
69- )
65+ containerized_services : Optional [List [ContainerizedService ]] = None
7066 """List of ContainerizedServices available in the Blueprint.
7167
7268 Services can be explicitly started when creating a Devbox.
You can’t perform that action at this time.
0 commit comments