Skip to content

Commit e9ffbf7

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#19)
1 parent 8492bb7 commit e9ffbf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-352b207b595dae80ace064f5b2754553010f90bbf748e6e3736324cd879341bf.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-b76552205a47dd462bf23820944444a694c1bdaa324f9fa38dde6a83c7a5d8a8.yml

src/asktable/types/secure_tunnel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ class SecureTunnel(BaseModel):
2121

2222
status: str
2323

24-
unique_key: str
25-
2624
atst_server_host: Optional[str] = None
2725

2826
atst_server_port: Optional[int] = None
2927

3028
info: Optional[object] = None
3129

3230
links_count: Optional[int] = None
31+
32+
unique_key: Optional[str] = None

0 commit comments

Comments
 (0)