@zernio/node 0.2.595 → 0.2.596

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
@@ -9714,7 +9714,7 @@ type YouTubeVideoRetentionResponse = {
9714
9714
  */
9715
9715
  provisionalSince?: string;
9716
9716
  /**
9717
- * Up to 100 points covering the video timeline, aggregated over the date range. Empty for videos with very few views.
9717
+ * Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
9718
9718
  */
9719
9719
  retentionCurve?: Array<{
9720
9720
  /**
@@ -9730,11 +9730,11 @@ type YouTubeVideoRetentionResponse = {
9730
9730
  */
9731
9731
  relativeRetentionPerformance?: number;
9732
9732
  /**
9733
- * Viewers who started watching in this segment
9733
+ * Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
9734
9734
  */
9735
9735
  startedWatching?: number;
9736
9736
  /**
9737
- * Viewers who stopped watching in this segment
9737
+ * Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
9738
9738
  */
9739
9739
  stoppedWatching?: number;
9740
9740
  /**
package/dist/index.d.ts CHANGED
@@ -9714,7 +9714,7 @@ type YouTubeVideoRetentionResponse = {
9714
9714
  */
9715
9715
  provisionalSince?: string;
9716
9716
  /**
9717
- * Up to 100 points covering the video timeline, aggregated over the date range. Empty for videos with very few views.
9717
+ * Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
9718
9718
  */
9719
9719
  retentionCurve?: Array<{
9720
9720
  /**
@@ -9730,11 +9730,11 @@ type YouTubeVideoRetentionResponse = {
9730
9730
  */
9731
9731
  relativeRetentionPerformance?: number;
9732
9732
  /**
9733
- * Viewers who started watching in this segment
9733
+ * Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
9734
9734
  */
9735
9735
  startedWatching?: number;
9736
9736
  /**
9737
- * Viewers who stopped watching in this segment
9737
+ * Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
9738
9738
  */
9739
9739
  stoppedWatching?: number;
9740
9740
  /**
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: "@zernio/node",
39
- version: "0.2.595",
39
+ version: "0.2.596",
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: "@zernio/node",
8
- version: "0.2.595",
8
+ version: "0.2.596",
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": "@zernio/node",
3
- "version": "0.2.595",
3
+ "version": "0.2.596",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -8753,7 +8753,7 @@ export type YouTubeVideoRetentionResponse = {
8753
8753
  */
8754
8754
  provisionalSince?: string;
8755
8755
  /**
8756
- * Up to 100 points covering the video timeline, aggregated over the date range. Empty for videos with very few views.
8756
+ * Up to 100 points covering the video timeline, aggregated over the date range. Can be empty when YouTube has no retention data for the video in the given range.
8757
8757
  */
8758
8758
  retentionCurve?: Array<{
8759
8759
  /**
@@ -8769,11 +8769,11 @@ export type YouTubeVideoRetentionResponse = {
8769
8769
  */
8770
8770
  relativeRetentionPerformance?: number;
8771
8771
  /**
8772
- * Viewers who started watching in this segment
8772
+ * Viewers who started watching in this segment. 0 when YouTube has no segment-level data for the video.
8773
8773
  */
8774
8774
  startedWatching?: number;
8775
8775
  /**
8776
- * Viewers who stopped watching in this segment
8776
+ * Viewers who stopped watching in this segment. 0 when YouTube has no segment-level data for the video.
8777
8777
  */
8778
8778
  stoppedWatching?: number;
8779
8779
  /**