@getanyapi/sdk 0.46.0 → 0.46.2

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.d.cts CHANGED
@@ -18910,7 +18910,7 @@ declare class InstagramNamespace {
18910
18910
  *
18911
18911
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
18912
18912
  *
18913
- * Price: $0.0005 per request.
18913
+ * Price: $0.0012 per request.
18914
18914
  *
18915
18915
  * @example
18916
18916
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -45781,7 +45781,7 @@ declare class YoutubeNamespace {
45781
45781
  *
45782
45782
  * Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
45783
45783
  *
45784
- * Price: $0.0012 per request.
45784
+ * Price: $0.0009 per request.
45785
45785
  *
45786
45786
  * @example
45787
45787
  * const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
package/dist/index.d.ts CHANGED
@@ -18910,7 +18910,7 @@ declare class InstagramNamespace {
18910
18910
  *
18911
18911
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
18912
18912
  *
18913
- * Price: $0.0005 per request.
18913
+ * Price: $0.0012 per request.
18914
18914
  *
18915
18915
  * @example
18916
18916
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -45781,7 +45781,7 @@ declare class YoutubeNamespace {
45781
45781
  *
45782
45782
  * Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
45783
45783
  *
45784
- * Price: $0.0012 per request.
45784
+ * Price: $0.0009 per request.
45785
45785
  *
45786
45786
  * @example
45787
45787
  * const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
package/dist/index.js CHANGED
@@ -3598,7 +3598,7 @@ var InstagramNamespace = class {
3598
3598
  *
3599
3599
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
3600
3600
  *
3601
- * Price: $0.0005 per request.
3601
+ * Price: $0.0012 per request.
3602
3602
  *
3603
3603
  * @example
3604
3604
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -7583,7 +7583,7 @@ var YoutubeNamespace = class {
7583
7583
  *
7584
7584
  * Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
7585
7585
  *
7586
- * Price: $0.0012 per request.
7586
+ * Price: $0.0009 per request.
7587
7587
  *
7588
7588
  * @example
7589
7589
  * const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });