@zernio/node 0.2.1 → 0.2.2

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
@@ -1799,7 +1799,7 @@ type TikTokPlatformData = {
1799
1799
  */
1800
1800
  videoCoverTimestampMs?: number;
1801
1801
  /**
1802
- * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is prepended as a 1-second still frame to the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1802
+ * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is stitched as a single frame at the start of the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1803
1803
  */
1804
1804
  videoCoverImageUrl?: string;
1805
1805
  /**
package/dist/index.d.ts CHANGED
@@ -1799,7 +1799,7 @@ type TikTokPlatformData = {
1799
1799
  */
1800
1800
  videoCoverTimestampMs?: number;
1801
1801
  /**
1802
- * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is prepended as a 1-second still frame to the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1802
+ * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is stitched as a single frame at the start of the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1803
1803
  */
1804
1804
  videoCoverImageUrl?: string;
1805
1805
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1419,7 +1419,7 @@ export type TikTokPlatformData = {
1419
1419
  */
1420
1420
  videoCoverTimestampMs?: number;
1421
1421
  /**
1422
- * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is prepended as a 1-second still frame to the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1422
+ * Optional for video posts. URL of a custom thumbnail image (JPG, PNG, or WebP, max 20MB). The image is stitched as a single frame at the start of the video and used as the cover. Overrides videoCoverTimestampMs when provided.
1423
1423
  */
1424
1424
  videoCoverImageUrl?: string;
1425
1425
  /**