Skip to content

Commit 3127882

Browse files
feat(api): api update
1 parent e62a897 commit 3127882

3 files changed

Lines changed: 4 additions & 10 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: 39
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/nen-labs/steel-ece6adbbe9a1ff86c2b685f07b970163a96a98776c969a2f3fb10381ffe4f89d.yml
3-
openapi_spec_hash: 493c249a347997a9f6e599d0bae330c8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/nen-labs/steel-408a8168129bbbfe0765ea970bbc970a0a292d2e3b9433a6c7d592c7d157f4db.yml
3+
openapi_spec_hash: cb153e5bd0346af47e3034ee47782507
44
config_hash: dce4dea59023b0a00890fa654fbfffb4

src/steel/types/session.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ class Session(BaseModel):
171171
"sa-east",
172172
]
173173
] = None
174-
"""The region where the session was created.
175-
176-
Fly sessions return airport codes; multi-provider sessions return meta-regions.
177-
"""
174+
"""The region where the session was created."""
178175

179176
solve_captcha: Optional[bool] = FieldInfo(alias="solveCaptcha", default=None)
180177
"""Indicates if captcha solving is enabled"""

src/steel/types/sessionslist.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,7 @@ class Session(BaseModel):
179179
"sa-east",
180180
]
181181
] = None
182-
"""The region where the session was created.
183-
184-
Fly sessions return airport codes; multi-provider sessions return meta-regions.
185-
"""
182+
"""The region where the session was created."""
186183

187184
solve_captcha: Optional[bool] = FieldInfo(alias="solveCaptcha", default=None)
188185
"""Indicates if captcha solving is enabled"""

0 commit comments

Comments
 (0)