File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : dce4dea59023b0a00890fa654fbfffb4
Original file line number Diff line number Diff 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"""
Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments