@getlatedev/node 0.2.323 → 0.2.324

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.d.mts CHANGED
@@ -3513,6 +3513,10 @@ type PostAnalytics = {
3513
3513
  saves?: number;
3514
3514
  clicks?: number;
3515
3515
  views?: number;
3516
+ /**
3517
+ * Instagram feed posts and stories only: organic accounts that started following from this post. 0 for reels and other platforms.
3518
+ */
3519
+ follows?: number;
3516
3520
  /**
3517
3521
  * Instagram Reels only: average watch time per play, in milliseconds. 0 for non-Reels media and other platforms.
3518
3522
  */
@@ -6969,7 +6973,7 @@ type GetAnalyticsData = {
6969
6973
  /**
6970
6974
  * Sort by date, engagement, or a specific metric
6971
6975
  */
6972
- sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views';
6976
+ sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views' | 'follows';
6973
6977
  /**
6974
6978
  * Filter by post source: late (posted via Zernio API), external (synced from platform), all (default)
6975
6979
  */
package/dist/index.d.ts CHANGED
@@ -3513,6 +3513,10 @@ type PostAnalytics = {
3513
3513
  saves?: number;
3514
3514
  clicks?: number;
3515
3515
  views?: number;
3516
+ /**
3517
+ * Instagram feed posts and stories only: organic accounts that started following from this post. 0 for reels and other platforms.
3518
+ */
3519
+ follows?: number;
3516
3520
  /**
3517
3521
  * Instagram Reels only: average watch time per play, in milliseconds. 0 for non-Reels media and other platforms.
3518
3522
  */
@@ -6969,7 +6973,7 @@ type GetAnalyticsData = {
6969
6973
  /**
6970
6974
  * Sort by date, engagement, or a specific metric
6971
6975
  */
6972
- sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views';
6976
+ sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views' | 'follows';
6973
6977
  /**
6974
6978
  * Filter by post source: late (posted via Zernio API), external (synced from platform), all (default)
6975
6979
  */
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
36
36
  // package.json
37
37
  var package_default = {
38
38
  name: "@getlatedev/node",
39
- version: "0.2.323",
39
+ version: "0.2.324",
40
40
  description: "The official Node.js library for the Zernio API",
41
41
  main: "dist/index.js",
42
42
  module: "dist/index.mjs",
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@getlatedev/node",
8
- version: "0.2.323",
8
+ version: "0.2.324",
9
9
  description: "The official Node.js library for the Zernio API",
10
10
  main: "dist/index.js",
11
11
  module: "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.2.323",
3
+ "version": "0.2.324",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2772,6 +2772,10 @@ export type PostAnalytics = {
2772
2772
  saves?: number;
2773
2773
  clicks?: number;
2774
2774
  views?: number;
2775
+ /**
2776
+ * Instagram feed posts and stories only: organic accounts that started following from this post. 0 for reels and other platforms.
2777
+ */
2778
+ follows?: number;
2775
2779
  /**
2776
2780
  * Instagram Reels only: average watch time per play, in milliseconds. 0 for non-Reels media and other platforms.
2777
2781
  */
@@ -6384,7 +6388,7 @@ export type GetAnalyticsData = {
6384
6388
  /**
6385
6389
  * Sort by date, engagement, or a specific metric
6386
6390
  */
6387
- sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views';
6391
+ sortBy?: 'date' | 'engagement' | 'impressions' | 'reach' | 'likes' | 'comments' | 'shares' | 'saves' | 'clicks' | 'views' | 'follows';
6388
6392
  /**
6389
6393
  * Filter by post source: late (posted via Zernio API), external (synced from platform), all (default)
6390
6394
  */