@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -1
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
|
|
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
|
|
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
|
@@ -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
|
|
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
|
/**
|