@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.d.cts
CHANGED
|
@@ -13583,6 +13583,15 @@ interface LinkedinSearchPostsFullPost {
|
|
|
13583
13583
|
* Format: uri.
|
|
13584
13584
|
*/
|
|
13585
13585
|
profileUrl?: string;
|
|
13586
|
+
/**
|
|
13587
|
+
* LinkedIn public identifier (vanity slug) for the author, for example "williamhgates". Stable across lanes, unlike the raw id.
|
|
13588
|
+
*/
|
|
13589
|
+
publicIdentifier?: string;
|
|
13590
|
+
/**
|
|
13591
|
+
* Kind of LinkedIn entity that authored the post, derived from the author URL.
|
|
13592
|
+
* One of: person, company, showcase.
|
|
13593
|
+
*/
|
|
13594
|
+
type?: "person" | "company" | "showcase";
|
|
13586
13595
|
};
|
|
13587
13596
|
/**
|
|
13588
13597
|
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
@@ -14216,7 +14225,7 @@ declare class LinkedinNamespace {
|
|
|
14216
14225
|
*
|
|
14217
14226
|
* 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
14227
|
*
|
|
14219
|
-
* Price: $0.
|
|
14228
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
14220
14229
|
*
|
|
14221
14230
|
* @example
|
|
14222
14231
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -14337,7 +14346,7 @@ declare class LinkedinNamespace {
|
|
|
14337
14346
|
*
|
|
14338
14347
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
14339
14348
|
*
|
|
14340
|
-
* Price: $0.
|
|
14349
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
14341
14350
|
*
|
|
14342
14351
|
* @example
|
|
14343
14352
|
* const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|
package/dist/index.d.ts
CHANGED
|
@@ -13583,6 +13583,15 @@ interface LinkedinSearchPostsFullPost {
|
|
|
13583
13583
|
* Format: uri.
|
|
13584
13584
|
*/
|
|
13585
13585
|
profileUrl?: string;
|
|
13586
|
+
/**
|
|
13587
|
+
* LinkedIn public identifier (vanity slug) for the author, for example "williamhgates". Stable across lanes, unlike the raw id.
|
|
13588
|
+
*/
|
|
13589
|
+
publicIdentifier?: string;
|
|
13590
|
+
/**
|
|
13591
|
+
* Kind of LinkedIn entity that authored the post, derived from the author URL.
|
|
13592
|
+
* One of: person, company, showcase.
|
|
13593
|
+
*/
|
|
13594
|
+
type?: "person" | "company" | "showcase";
|
|
13586
13595
|
};
|
|
13587
13596
|
/**
|
|
13588
13597
|
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
@@ -14216,7 +14225,7 @@ declare class LinkedinNamespace {
|
|
|
14216
14225
|
*
|
|
14217
14226
|
* 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
14227
|
*
|
|
14219
|
-
* Price: $0.
|
|
14228
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
|
|
14220
14229
|
*
|
|
14221
14230
|
* @example
|
|
14222
14231
|
* const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
|
|
@@ -14337,7 +14346,7 @@ declare class LinkedinNamespace {
|
|
|
14337
14346
|
*
|
|
14338
14347
|
* Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
|
|
14339
14348
|
*
|
|
14340
|
-
* Price: $0.
|
|
14349
|
+
* Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
|
|
14341
14350
|
*
|
|
14342
14351
|
* @example
|
|
14343
14352
|
* 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 });
|