@getanyapi/sdk 0.21.0 → 0.21.1
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
|
@@ -14216,7 +14216,7 @@ declare class LinkedinNamespace {
|
|
|
14216
14216
|
*
|
|
14217
14217
|
* List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
|
|
14218
14218
|
*
|
|
14219
|
-
* Price: $0.
|
|
14219
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
14220
14220
|
*
|
|
14221
14221
|
* @example
|
|
14222
14222
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -14337,7 +14337,7 @@ declare class LinkedinNamespace {
|
|
|
14337
14337
|
*
|
|
14338
14338
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
14339
14339
|
*
|
|
14340
|
-
* Price: $0.
|
|
14340
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
14341
14341
|
*
|
|
14342
14342
|
* @example
|
|
14343
14343
|
* const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|
package/dist/index.d.ts
CHANGED
|
@@ -14216,7 +14216,7 @@ declare class LinkedinNamespace {
|
|
|
14216
14216
|
*
|
|
14217
14217
|
* List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
|
|
14218
14218
|
*
|
|
14219
|
-
* Price: $0.
|
|
14219
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
14220
14220
|
*
|
|
14221
14221
|
* @example
|
|
14222
14222
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -14337,7 +14337,7 @@ declare class LinkedinNamespace {
|
|
|
14337
14337
|
*
|
|
14338
14338
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
14339
14339
|
*
|
|
14340
|
-
* Price: $0.
|
|
14340
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
14341
14341
|
*
|
|
14342
14342
|
* @example
|
|
14343
14343
|
* const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|
package/dist/index.js
CHANGED
|
@@ -3385,7 +3385,7 @@ var LinkedinNamespace = class {
|
|
|
3385
3385
|
*
|
|
3386
3386
|
* List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
|
|
3387
3387
|
*
|
|
3388
|
-
* Price: $0.
|
|
3388
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
3389
3389
|
*
|
|
3390
3390
|
* @example
|
|
3391
3391
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -3528,7 +3528,7 @@ var LinkedinNamespace = class {
|
|
|
3528
3528
|
*
|
|
3529
3529
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
3530
3530
|
*
|
|
3531
|
-
* Price: $0.
|
|
3531
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
3532
3532
|
*
|
|
3533
3533
|
* @example
|
|
3534
3534
|
* const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|