late-sdk 0.0.64 → 0.0.65

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: 24830fb6775e04474fc03794c91df6c85a5239ac3c2ddecc2122c9d4f0d40bd6
4
- data.tar.gz: 11e9a596ef6241b37bebd9d3d80260ec53bb16626ed8d31fb9b6e209ecbef324
3
+ metadata.gz: f3ccb1cf175db4f35477278d6af1b293053caab697922e29f976385b4b6faa80
4
+ data.tar.gz: 8e73ef578d9585c4858db872ba7e0b40e39935d90ce4d496815acf7a9664776d
5
5
  SHA512:
6
- metadata.gz: f2b9572ec7a8f5199ad9e81acc70e6ef2e7764afc053b14f3f6803162008118c9dc8c43c029fa34d74a873ba362ff39ff98100a885d64300afaa1ea74580e32a
7
- data.tar.gz: c90f97a16493478b3dd18ec5d61e19bdb9f0c682bacd6ff2ee14fa91aad7a1aee46ff207950f685499365f406ddc7e44253a694ced856cc63999b9fc8ad376a0
6
+ metadata.gz: 246706857730a54adfa242999fd46fbd4e2549fad7a8d5b164681a8acdab932d0493f5d97286f43eab782412dc98bf16605ee503aa6798680bb099f6dcff8da0
7
+ data.tar.gz: aa1c8ccf7ac8769d10d7306e64d12cf5b5bc61c74a78235ce52bc336d4fc5f43a04b49adfa19e507f8f312ad12e93bd9f6aa994bdea1ac5609dd43997c430b99
@@ -16,7 +16,7 @@
16
16
  | **express_consent_given** | **Boolean** | User has given express consent for posting | [optional] |
17
17
  | **media_type** | **String** | Optional override. Defaults based on provided media items. | [optional] |
18
18
  | **video_cover_timestamp_ms** | **Integer** | Optional for video posts. Timestamp in milliseconds to select which frame to use as thumbnail (defaults to 1000ms/1 second). Ignored when videoCoverImageUrl is provided. | [optional] |
19
- | **video_cover_image_url** | **String** | 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. | [optional] |
19
+ | **video_cover_image_url** | **String** | 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. | [optional] |
20
20
  | **photo_cover_index** | **Integer** | Optional for photo carousels. Index of image to use as cover, 0-based (defaults to 0/first image). | [optional] |
21
21
  | **auto_add_music** | **Boolean** | When true, TikTok may add recommended music (photos only) | [optional] |
22
22
  | **video_made_with_ai** | **Boolean** | Set true to disclose AI-generated content | [optional] |
@@ -52,7 +52,7 @@ module Late
52
52
  # Optional for video posts. Timestamp in milliseconds to select which frame to use as thumbnail (defaults to 1000ms/1 second). Ignored when videoCoverImageUrl is provided.
53
53
  attr_accessor :video_cover_timestamp_ms
54
54
 
55
- # 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.
55
+ # 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.
56
56
  attr_accessor :video_cover_image_url
57
57
 
58
58
  # Optional for photo carousels. Index of image to use as cover, 0-based (defaults to 0/first image).
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.64'
14
+ VERSION = '0.0.65'
15
15
  end
data/openapi.yaml CHANGED
@@ -1490,7 +1490,7 @@ components:
1490
1490
  videoCoverImageUrl:
1491
1491
  type: string
1492
1492
  format: uri
1493
- description: 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.
1493
+ description: 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.
1494
1494
  photoCoverIndex:
1495
1495
  type: integer
1496
1496
  description: Optional for photo carousels. Index of image to use as cover, 0-based (defaults to 0/first image).
Binary file
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.64
4
+ version: 0.0.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -1849,7 +1849,7 @@ files:
1849
1849
  - spec/models/you_tube_scope_missing_response_scope_status_spec.rb
1850
1850
  - spec/models/you_tube_scope_missing_response_spec.rb
1851
1851
  - spec/spec_helper.rb
1852
- - zernio-sdk-0.0.64.gem
1852
+ - zernio-sdk-0.0.65.gem
1853
1853
  homepage: https://openapi-generator.tech
1854
1854
  licenses:
1855
1855
  - Unlicense
Binary file