Skip to content

Commit b63b37b

Browse files
feat(api): api update
1 parent 533e09c commit b63b37b

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: 123
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-11bfd40a2b747d214a152accd804517c20b0393d5a79fc65552f1aa07d04fa74.yml
3-
openapi_spec_hash: 23b07f11e26be0f87bb49146f1269c26
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-323137ebb1ee9824cd9cfb63a325c0839deb81f17244e42e8154d6567e7af954.yml
3+
openapi_spec_hash: 48da9c2747c1e7c474dd514d39c28c49
44
config_hash: dab26921eb273c16e5570c0485c9ac2c

src/x_twitter_scraper/types/x/x_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class XAccount(BaseModel):
2727
health: Literal["healthy", "locked", "needsReauth", "recovering", "suspended", "temporaryIssue"]
2828
"""Derived connection health.
2929
30-
`healthy` = session active. `needsReauth` = user must submit fresh credentials.
30+
`healthy` = ready to use. `needsReauth` = user must submit fresh credentials.
3131
`locked` = X locked the account; unlock on x.com first. `suspended` = X banned
3232
the account. `recovering` = cooldown ended; the account can reconnect on its
3333
next use. `temporaryIssue` = temporary connection problem; wait before the next

0 commit comments

Comments
 (0)