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 +4 -4
- data/docs/TikTokPlatformData.md +1 -1
- data/lib/late-sdk/models/tik_tok_platform_data.rb +1 -1
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.65.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.64.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3ccb1cf175db4f35477278d6af1b293053caab697922e29f976385b4b6faa80
|
|
4
|
+
data.tar.gz: 8e73ef578d9585c4858db872ba7e0b40e39935d90ce4d496815acf7a9664776d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 246706857730a54adfa242999fd46fbd4e2549fad7a8d5b164681a8acdab932d0493f5d97286f43eab782412dc98bf16605ee503aa6798680bb099f6dcff8da0
|
|
7
|
+
data.tar.gz: aa1c8ccf7ac8769d10d7306e64d12cf5b5bc61c74a78235ce52bc336d4fc5f43a04b49adfa19e507f8f312ad12e93bd9f6aa994bdea1ac5609dd43997c430b99
|
data/docs/TikTokPlatformData.md
CHANGED
|
@@ -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
|
|
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
|
|
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).
|
data/lib/late-sdk/version.rb
CHANGED
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
|
|
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.
|
|
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.
|
|
1852
|
+
- zernio-sdk-0.0.65.gem
|
|
1853
1853
|
homepage: https://openapi-generator.tech
|
|
1854
1854
|
licenses:
|
|
1855
1855
|
- Unlicense
|
data/zernio-sdk-0.0.64.gem
DELETED
|
Binary file
|