@getanyapi/sdk 0.40.0 → 0.40.1

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
@@ -2764,7 +2764,7 @@ var GeminiNamespace = class {
2764
2764
  *
2765
2765
  * Ask Gemini a web-grounded question and receive an answer with source citations.
2766
2766
  *
2767
- * Price: $0.002 per request.
2767
+ * Price: $0.0048 per request.
2768
2768
  *
2769
2769
  * @example
2770
2770
  * const res = await client.gemini.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -3671,7 +3671,7 @@ var InstagramNamespace = class {
3671
3671
  *
3672
3672
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
3673
3673
  *
3674
- * Price: $0.0012 per request.
3674
+ * Price: $0.0008 per request.
3675
3675
  *
3676
3676
  * @example
3677
3677
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -6104,7 +6104,7 @@ var TiktokNamespace = class {
6104
6104
  *
6105
6105
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
6106
6106
  *
6107
- * Price: $0.0005 per request.
6107
+ * Price: $0.0012 per request.
6108
6108
  *
6109
6109
  * @example
6110
6110
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -6382,7 +6382,7 @@ var TiktokNamespace = class {
6382
6382
  *
6383
6383
  * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
6384
6384
  *
6385
- * Price: $0.0008 per request.
6385
+ * Price: $0.0012 per request.
6386
6386
  *
6387
6387
  * @example
6388
6388
  * const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });