@@ -237,6 +237,7 @@ Types:
237237- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetCreateResponse</a ></code >
238238- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetRetrieveResponse</a ></code >
239239- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetDeleteResponse</a ></code >
240+ - <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetGetRepliesResponse</a ></code >
240241
241242Methods:
242243
@@ -246,7 +247,7 @@ Methods:
246247- <code title =" delete /x/tweets/{id} " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >delete</a >(id, { ...params }) -> TweetDeleteResponse</code >
247248- <code title =" get /x/tweets/{id}/favoriters " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getFavoriters</a >(id, { ...params }) -> PaginatedUsers</code >
248249- <code title =" get /x/tweets/{id}/quotes " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getQuotes</a >(id, { ...params }) -> PaginatedTweets</code >
249- - <code title =" get /x/tweets/{id}/replies " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getReplies</a >(id, { ...params }) -> PaginatedTweets </code >
250+ - <code title =" get /x/tweets/{id}/replies " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getReplies</a >(id, { ...params }) -> TweetGetRepliesResponse </code >
250251- <code title =" get /x/tweets/{id}/retweeters " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getRetweeters</a >(id, { ...params }) -> PaginatedUsers</code >
251252- <code title =" get /x/tweets/{id}/thread " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getThread</a >(id, { ...params }) -> PaginatedTweets</code >
252253- <code title =" get /x/tweets/search " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >search</a >({ ...params }) -> PaginatedTweets</code >
@@ -408,7 +409,7 @@ Types:
408409
409410Methods:
410411
411- - <code title =" post /x/accounts " >client.x.accounts.<a href =" ./src/resources/x/accounts.ts " >create</a >({ ...params }) -> unknown </code >
412+ - <code title =" post /x/accounts " >client.x.accounts.<a href =" ./src/resources/x/accounts.ts " >create</a >({ ...params }) -> AccountCreateResponse </code >
412413- <code title =" get /x/accounts/{id} " >client.x.accounts.<a href =" ./src/resources/x/accounts.ts " >retrieve</a >(id) -> XAccountDetail</code >
413414- <code title =" get /x/accounts " >client.x.accounts.<a href =" ./src/resources/x/accounts.ts " >list</a >() -> AccountListResponse</code >
414415- <code title =" delete /x/accounts/{id} " >client.x.accounts.<a href =" ./src/resources/x/accounts.ts " >delete</a >(id) -> AccountDeleteResponse</code >
0 commit comments