@getlatedev/node 0.1.46 → 0.1.47

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
@@ -1026,7 +1026,7 @@ type MediaItem = {
1026
1026
  */
1027
1027
  mimeType?: string;
1028
1028
  /**
1029
- * Optional thumbnail image URL for videos
1029
+ * Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended.
1030
1030
  */
1031
1031
  thumbnail?: string;
1032
1032
  /**
package/dist/index.d.ts CHANGED
@@ -1026,7 +1026,7 @@ type MediaItem = {
1026
1026
  */
1027
1027
  mimeType?: string;
1028
1028
  /**
1029
- * Optional thumbnail image URL for videos
1029
+ * Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended.
1030
1030
  */
1031
1031
  thumbnail?: string;
1032
1032
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "The official Node.js library for the Late API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -612,7 +612,7 @@ export type MediaItem = {
612
612
  */
613
613
  mimeType?: string;
614
614
  /**
615
- * Optional thumbnail image URL for videos
615
+ * Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended.
616
616
  */
617
617
  thumbnail?: string;
618
618
  /**