@getlatedev/node 0.1.41 → 0.1.42
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/README.md +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +1 -1
package/README.md
CHANGED
|
@@ -208,7 +208,7 @@ try {
|
|
|
208
208
|
| `analytics.getDailyMetrics()` | Get daily aggregated metrics |
|
|
209
209
|
| `analytics.getLinkedInAggregateAnalytics()` | Get LinkedIn aggregate stats |
|
|
210
210
|
| `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |
|
|
211
|
-
| `analytics.getLinkedInPostReactions()` | Get LinkedIn post reactions
|
|
211
|
+
| `analytics.getLinkedInPostReactions()` | Get LinkedIn post reactions |
|
|
212
212
|
| `analytics.getPostingFrequency()` | Get posting frequency vs engagement |
|
|
213
213
|
| `analytics.getPostTimeline()` | Get post analytics timeline |
|
|
214
214
|
| `analytics.getYouTubeDailyViews()` | Get YouTube daily views |
|
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -1077,7 +1077,7 @@ export const getLinkedInPostAnalytics = <ThrowOnError extends boolean = false>(o
|
|
|
1077
1077
|
};
|
|
1078
1078
|
|
|
1079
1079
|
/**
|
|
1080
|
-
* Get LinkedIn post reactions
|
|
1080
|
+
* Get LinkedIn post reactions
|
|
1081
1081
|
* Returns individual reactions for a specific LinkedIn post, including reactor profiles
|
|
1082
1082
|
* (name, headline/job title, profile picture, profile URL, reaction type).
|
|
1083
1083
|
* Only works for **organization/company page** accounts. LinkedIn restricts reaction
|