@getanyapi/sdk 0.39.1 → 0.39.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -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
|
@@ -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
|
@@ -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" });
|