@getanyapi/sdk 0.39.1 → 0.39.3
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
|
|
|
18759
18759
|
*
|
|
18760
18760
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
18761
18761
|
*
|
|
18762
|
-
* Price: $0.
|
|
18762
|
+
* Price: $0.0012 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -38613,7 +38613,7 @@ declare class TiktokNamespace {
|
|
|
38613
38613
|
*
|
|
38614
38614
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
38615
38615
|
*
|
|
38616
|
-
* Price: $0.
|
|
38616
|
+
* Price: $0.0005 per request.
|
|
38617
38617
|
*
|
|
38618
38618
|
* @example
|
|
38619
38619
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
package/dist/index.d.ts
CHANGED
|
@@ -18759,7 +18759,7 @@ declare class InstagramNamespace {
|
|
|
18759
18759
|
*
|
|
18760
18760
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
18761
18761
|
*
|
|
18762
|
-
* Price: $0.
|
|
18762
|
+
* Price: $0.0012 per request.
|
|
18763
18763
|
*
|
|
18764
18764
|
* @example
|
|
18765
18765
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -38613,7 +38613,7 @@ declare class TiktokNamespace {
|
|
|
38613
38613
|
*
|
|
38614
38614
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
38615
38615
|
*
|
|
38616
|
-
* Price: $0.
|
|
38616
|
+
* Price: $0.0005 per request.
|
|
38617
38617
|
*
|
|
38618
38618
|
* @example
|
|
38619
38619
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
package/dist/index.js
CHANGED
|
@@ -3543,7 +3543,7 @@ var InstagramNamespace = class {
|
|
|
3543
3543
|
*
|
|
3544
3544
|
* Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
|
|
3545
3545
|
*
|
|
3546
|
-
* Price: $0.
|
|
3546
|
+
* Price: $0.0012 per request.
|
|
3547
3547
|
*
|
|
3548
3548
|
* @example
|
|
3549
3549
|
* const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
|
|
@@ -5989,7 +5989,7 @@ var TiktokNamespace = class {
|
|
|
5989
5989
|
*
|
|
5990
5990
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
5991
5991
|
*
|
|
5992
|
-
* Price: $0.
|
|
5992
|
+
* Price: $0.0005 per request.
|
|
5993
5993
|
*
|
|
5994
5994
|
* @example
|
|
5995
5995
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|