@getanyapi/sdk 0.42.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -6808,7 +6808,7 @@ var TwitterNamespace = class {
6808
6808
  *
6809
6809
  * Fetch the follower list of any public X (Twitter) account by username with cursor pagination. Limit is a per-page maximum and a native page holds up to 200 accounts; follow the response's nextCursor for more.
6810
6810
  *
6811
- * Price: $0.00075 per request.
6811
+ * Price: $0.0005 per request.
6812
6812
  *
6813
6813
  * @example
6814
6814
  * const res = await client.twitter.followers({ username: "nasa", limit: 200 });