@getanyapi/sdk 0.48.1 → 0.48.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 +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.cjs
CHANGED
|
@@ -4425,7 +4425,7 @@ var LinkedinNamespace = class {
|
|
|
4425
4425
|
*
|
|
4426
4426
|
* Search public LinkedIn posts by keyword (text, link, publish date).
|
|
4427
4427
|
*
|
|
4428
|
-
* Price: $0.
|
|
4428
|
+
* Price: $0.0012 per request.
|
|
4429
4429
|
*
|
|
4430
4430
|
* @example
|
|
4431
4431
|
* const res = await client.linkedin.searchPosts({ query: "hiring", datePosted: "last-week" });
|
|
@@ -6560,7 +6560,7 @@ var TiktokNamespace = class {
|
|
|
6560
6560
|
*
|
|
6561
6561
|
* Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
|
|
6562
6562
|
*
|
|
6563
|
-
* Price: $0.
|
|
6563
|
+
* Price: $0.0012 per request.
|
|
6564
6564
|
*
|
|
6565
6565
|
* @example
|
|
6566
6566
|
* const res = await client.tiktok.searchTop({ query: "funny" });
|