@getanyapi/sdk 0.35.2 → 0.35.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 +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.cjs
CHANGED
|
@@ -5981,7 +5981,7 @@ var TiktokNamespace = class {
|
|
|
5981
5981
|
*
|
|
5982
5982
|
* List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
|
|
5983
5983
|
*
|
|
5984
|
-
* Price: $0.
|
|
5984
|
+
* Price: $0.00144 per request.
|
|
5985
5985
|
*
|
|
5986
5986
|
* @example
|
|
5987
5987
|
* const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
|