Skip to content

Commit 8b678f5

Browse files
feat(api): api update (#250)
1 parent 58bc468 commit 8b678f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 32
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-e5de15cb4a8bd529106541f2ac44e427e6f346265e1f8a843185b3654d7b7c83.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-bc11b45978765d1ce9e6bd844a88e626afa6662a445429327b98365aa1772589.yml

src/runloop_api_client/types/shared/launch_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ class LaunchParameters(BaseModel):
3838
launch_commands: Optional[List[str]] = None
3939
"""Set of commands to be run at launch time, before the entrypoint process is run."""
4040

41-
resource_size_request: Optional[Literal["SMALL", "MEDIUM", "LARGE", "X_LARGE", "CUSTOM_SIZE"]] = None
41+
resource_size_request: Optional[Literal["SMALL", "MEDIUM", "LARGE", "X_LARGE", "XX_LARGE", "CUSTOM_SIZE"]] = None
4242
"""Manual resource configuration for Devbox. If not set, defaults will be used."""

src/runloop_api_client/types/shared_params/launch_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ class LaunchParameters(TypedDict, total=False):
3838
launch_commands: List[str]
3939
"""Set of commands to be run at launch time, before the entrypoint process is run."""
4040

41-
resource_size_request: Literal["SMALL", "MEDIUM", "LARGE", "X_LARGE", "CUSTOM_SIZE"]
41+
resource_size_request: Literal["SMALL", "MEDIUM", "LARGE", "X_LARGE", "XX_LARGE", "CUSTOM_SIZE"]
4242
"""Manual resource configuration for Devbox. If not set, defaults will be used."""

0 commit comments

Comments
 (0)