late-sdk 0.0.850 → 0.0.851
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/lib/zernio-sdk/models/you_tube_platform_data.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.851.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.850.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: d7c9e4aa280a27e068a392eb85fed6f85df525b789a567a32b055590799d7a1a
|
|
4
|
+
data.tar.gz: aa2cce698d8bcedf434ef60b854e381ab919edaa119e02c13a41c00408ca8025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88a4fcee5d7a1699da33854dac48b632f006cd8956fc7625a10f1202b132021bb2914cf7418f6a95e81058d871555177d5b403eefad2eb3747d6f1a1d23294c2
|
|
7
|
+
data.tar.gz: cc21814916443974b15c9bdfb09792992f272297a2d55c1df54c6b1f5a224f718ce17d8d530befe05b3b94dfc156544a6cb98ebae38e4949fe946001c7f2b504
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module Zernio
|
|
17
|
-
# Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility.
|
|
17
|
+
# Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility. There is no description field here: the video description comes from the post content, or from customContent on this platform target when set, and is truncated to 5000 characters.
|
|
18
18
|
class YouTubePlatformData < ApiModelBase
|
|
19
19
|
# Video title. Defaults to first line of content or \"Untitled Video\". Must be ≤ 100 characters.
|
|
20
20
|
attr_accessor :title
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -6364,7 +6364,7 @@ components:
|
|
|
6364
6364
|
playlistId:
|
|
6365
6365
|
type: string
|
|
6366
6366
|
description: "Optional YouTube playlist ID to add the video to after upload (e.g. 'PLxxxxxxxxxxxxx'). Use GET /v1/accounts/{id}/youtube-playlists to list available playlists. Works for both immediate and scheduled uploads. Quota cost: 50 YouTube API units per call."
|
|
6367
|
-
description: Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility.
|
|
6367
|
+
description: 'Videos under 3 min auto-detected as Shorts. Custom thumbnails for regular videos only. Scheduled videos are uploaded immediately with the specified visibility. There is no description field here: the video description comes from the post content, or from customContent on this platform target when set, and is truncated to 5000 characters.'
|
|
6368
6368
|
|
|
6369
6369
|
GoogleBusinessPlatformData:
|
|
6370
6370
|
type: object
|
|
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.851
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -5593,7 +5593,7 @@ files:
|
|
|
5593
5593
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
5594
5594
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
5595
5595
|
- spec/spec_helper.rb
|
|
5596
|
-
- zernio-sdk-0.0.
|
|
5596
|
+
- zernio-sdk-0.0.851.gem
|
|
5597
5597
|
- zernio-sdk.gemspec
|
|
5598
5598
|
homepage: https://openapi-generator.tech
|
|
5599
5599
|
licenses:
|
data/zernio-sdk-0.0.850.gem
DELETED
|
Binary file
|