late-sdk 0.0.48 → 0.0.49

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ab47b8601bb3dd05eeadad4f05b29dd018eef4ec584d29cafd68351c1c198bb
4
- data.tar.gz: ac160f734233db8ebabe498f74ef41a8d071dc40362470d847918ada808a4b4a
3
+ metadata.gz: dd950ac778769e623fe4e8616d57203bdb8a7c98d3e0491656210fd959956fa2
4
+ data.tar.gz: 9f1224557d411a16d08b941c68ba35acb7817f0870e167ac294afbb7ff00f1aa
5
5
  SHA512:
6
- metadata.gz: 12fab50f5f4638d1e14d3478756dde98a049c2ae6750f9d337eb33be03eb2738150e8976712df19bbd0f6ce01dc30669528d242841aa9832b5f849f4d4f23f5e
7
- data.tar.gz: ce4cb75bc0fd6619d63b1152ed82031b2de4a19935cc4a8fbca613847dffd055ad39b47e3586aa7ccd5bad15a75ab5c924b05ec159367289ec1ed8eacd6649d7
6
+ metadata.gz: d8730441a5629fb993817e0159d9f49c3a303eca11b1a9161bd7e44c6cceb61aede23177001a1f52108c9b63d7f02a37bf647dbe0a295d3b2ffbd972febd4a07
7
+ data.tar.gz: 1bb7aa5f659731c29496c80851d3518bc0faf711e2fe31c95ba0b48092dd25cc53ee1b322aa403f3ea98be4aaaf55937bc8260bb7aa8bcc4bbe8dc466c234c77
data/docs/MediaItem.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | **filename** | **String** | | [optional] |
11
11
  | **size** | **Integer** | Optional file size in bytes | [optional] |
12
12
  | **mime_type** | **String** | Optional MIME type (e.g. image/jpeg, video/mp4) | [optional] |
13
- | **thumbnail** | **String** | Optional thumbnail image URL for videos | [optional] |
13
+ | **thumbnail** | **String** | Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended. | [optional] |
14
14
  | **instagram_thumbnail** | **String** | Optional custom cover image URL for Instagram Reels | [optional] |
15
15
  | **tiktok_processed** | **Boolean** | Internal flag indicating the image was resized for TikTok | [optional] |
16
16
 
@@ -31,7 +31,7 @@ module Late
31
31
  # Optional MIME type (e.g. image/jpeg, video/mp4)
32
32
  attr_accessor :mime_type
33
33
 
34
- # Optional thumbnail image URL for videos
34
+ # Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended.
35
35
  attr_accessor :thumbnail
36
36
 
37
37
  # Optional custom cover image URL for Instagram Reels
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.48'
14
+ VERSION = '0.0.49'
15
15
  end
data/openapi.yaml CHANGED
@@ -1016,7 +1016,7 @@ components:
1016
1016
  thumbnail:
1017
1017
  type: string
1018
1018
  format: uri
1019
- description: Optional thumbnail image URL for videos
1019
+ description: Optional custom thumbnail/cover image URL for videos. Supported for Facebook video posts, Facebook Reels, and regular video uploads. Max 10MB, JPG/PNG recommended.
1020
1020
  instagramThumbnail:
1021
1021
  type: string
1022
1022
  format: uri
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.48
4
+ version: 0.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator