Skip to content

Commit 7a9b7a4

Browse files
chore(devbox): rename tunnel auth enum (#7239)
1 parent 08c5bd7 commit 7a9b7a4

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: 112
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-84e997ca5716b9378a58a1bdf3d6616cf3be80156a6aaed1bed469fe93ba2c95.yml
3-
openapi_spec_hash: b44a4ba1c2c3cb775c14545f2bab05a8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b493cadf2e3b9658163a6bcf8f51e088dda169f12d68469c4441d17e889f5556.yml
3+
openapi_spec_hash: b27ec3822d88d10efa268f1681fddff3
44
config_hash: 6c26299fd9ef01fb4713612a9a2ad17c

src/runloop_api_client/types/tunnel_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TunnelView(BaseModel):
1515
Usage: https://{port}-{tunnel_key}.tunnel.runloop.ai
1616
"""
1717

18-
auth_mode: Literal["public_", "authenticated"]
18+
auth_mode: Literal["open", "authenticated"]
1919
"""The authentication mode for the tunnel."""
2020

2121
create_time_ms: int

0 commit comments

Comments
 (0)