@getlatedev/node 0.2.480 → 0.2.481
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -4882,6 +4882,10 @@ type PostAnalytics = {
|
|
|
4882
4882
|
* Instagram Reels only: total watch time including replays, in milliseconds. 0 for non-Reels media and other platforms.
|
|
4883
4883
|
*/
|
|
4884
4884
|
igReelsVideoViewTotalTime?: number;
|
|
4885
|
+
/**
|
|
4886
|
+
* Video length in seconds. Currently Instagram Reels only; combine with igReelsAvgWatchTime (ms) to estimate retention. Null when unknown (other platforms, non-video media, or when Instagram does not expose the media URL, e.g. reels with copyrighted audio).
|
|
4887
|
+
*/
|
|
4888
|
+
videoDurationSeconds?: (number) | null;
|
|
4885
4889
|
engagementRate?: number;
|
|
4886
4890
|
lastUpdated?: string;
|
|
4887
4891
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -4882,6 +4882,10 @@ type PostAnalytics = {
|
|
|
4882
4882
|
* Instagram Reels only: total watch time including replays, in milliseconds. 0 for non-Reels media and other platforms.
|
|
4883
4883
|
*/
|
|
4884
4884
|
igReelsVideoViewTotalTime?: number;
|
|
4885
|
+
/**
|
|
4886
|
+
* Video length in seconds. Currently Instagram Reels only; combine with igReelsAvgWatchTime (ms) to estimate retention. Null when unknown (other platforms, non-video media, or when Instagram does not expose the media URL, e.g. reels with copyrighted audio).
|
|
4887
|
+
*/
|
|
4888
|
+
videoDurationSeconds?: (number) | null;
|
|
4885
4889
|
engagementRate?: number;
|
|
4886
4890
|
lastUpdated?: string;
|
|
4887
4891
|
};
|
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.
|
|
39
|
+
version: "0.2.481",
|
|
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.
|
|
8
|
+
version: "0.2.481",
|
|
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
|
@@ -3825,6 +3825,10 @@ export type PostAnalytics = {
|
|
|
3825
3825
|
* Instagram Reels only: total watch time including replays, in milliseconds. 0 for non-Reels media and other platforms.
|
|
3826
3826
|
*/
|
|
3827
3827
|
igReelsVideoViewTotalTime?: number;
|
|
3828
|
+
/**
|
|
3829
|
+
* Video length in seconds. Currently Instagram Reels only; combine with igReelsAvgWatchTime (ms) to estimate retention. Null when unknown (other platforms, non-video media, or when Instagram does not expose the media URL, e.g. reels with copyrighted audio).
|
|
3830
|
+
*/
|
|
3831
|
+
videoDurationSeconds?: (number) | null;
|
|
3828
3832
|
engagementRate?: number;
|
|
3829
3833
|
lastUpdated?: string;
|
|
3830
3834
|
};
|