@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.d.cts
CHANGED
|
@@ -29224,7 +29224,7 @@ declare class LinkedinNamespace {
|
|
|
29224
29224
|
*
|
|
29225
29225
|
* Search public LinkedIn posts by keyword (text, link, publish date).
|
|
29226
29226
|
*
|
|
29227
|
-
* Price: $0.
|
|
29227
|
+
* Price: $0.0012 per request.
|
|
29228
29228
|
*
|
|
29229
29229
|
* @example
|
|
29230
29230
|
* const res = await client.linkedin.searchPosts({ query: "hiring", datePosted: "last-week" });
|
|
@@ -49196,7 +49196,7 @@ declare class TiktokNamespace {
|
|
|
49196
49196
|
*
|
|
49197
49197
|
* Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
|
|
49198
49198
|
*
|
|
49199
|
-
* Price: $0.
|
|
49199
|
+
* Price: $0.0012 per request.
|
|
49200
49200
|
*
|
|
49201
49201
|
* @example
|
|
49202
49202
|
* const res = await client.tiktok.searchTop({ query: "funny" });
|
package/dist/index.d.ts
CHANGED
|
@@ -29224,7 +29224,7 @@ declare class LinkedinNamespace {
|
|
|
29224
29224
|
*
|
|
29225
29225
|
* Search public LinkedIn posts by keyword (text, link, publish date).
|
|
29226
29226
|
*
|
|
29227
|
-
* Price: $0.
|
|
29227
|
+
* Price: $0.0012 per request.
|
|
29228
29228
|
*
|
|
29229
29229
|
* @example
|
|
29230
29230
|
* const res = await client.linkedin.searchPosts({ query: "hiring", datePosted: "last-week" });
|
|
@@ -49196,7 +49196,7 @@ declare class TiktokNamespace {
|
|
|
49196
49196
|
*
|
|
49197
49197
|
* Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
|
|
49198
49198
|
*
|
|
49199
|
-
* Price: $0.
|
|
49199
|
+
* Price: $0.0012 per request.
|
|
49200
49200
|
*
|
|
49201
49201
|
* @example
|
|
49202
49202
|
* const res = await client.tiktok.searchTop({ query: "funny" });
|
package/dist/index.js
CHANGED
|
@@ -4307,7 +4307,7 @@ var LinkedinNamespace = class {
|
|
|
4307
4307
|
*
|
|
4308
4308
|
* Search public LinkedIn posts by keyword (text, link, publish date).
|
|
4309
4309
|
*
|
|
4310
|
-
* Price: $0.
|
|
4310
|
+
* Price: $0.0012 per request.
|
|
4311
4311
|
*
|
|
4312
4312
|
* @example
|
|
4313
4313
|
* const res = await client.linkedin.searchPosts({ query: "hiring", datePosted: "last-week" });
|
|
@@ -6442,7 +6442,7 @@ var TiktokNamespace = class {
|
|
|
6442
6442
|
*
|
|
6443
6443
|
* Search TikTok's top results for a keyword (caption, views, likes, comments, shares) with cursor pagination.
|
|
6444
6444
|
*
|
|
6445
|
-
* Price: $0.
|
|
6445
|
+
* Price: $0.0012 per request.
|
|
6446
6446
|
*
|
|
6447
6447
|
* @example
|
|
6448
6448
|
* const res = await client.tiktok.searchTop({ query: "funny" });
|