@getanyapi/sdk 0.21.0 → 0.22.0
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 +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3494,7 +3494,7 @@ var LinkedinNamespace = class {
|
|
|
3494
3494
|
*
|
|
3495
3495
|
* 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.
|
|
3496
3496
|
*
|
|
3497
|
-
* Price: $0.
|
|
3497
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
3498
3498
|
*
|
|
3499
3499
|
* @example
|
|
3500
3500
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -3637,7 +3637,7 @@ var LinkedinNamespace = class {
|
|
|
3637
3637
|
*
|
|
3638
3638
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
3639
3639
|
*
|
|
3640
|
-
* Price: $0.
|
|
3640
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
3641
3641
|
*
|
|
3642
3642
|
* @example
|
|
3643
3643
|
* const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|