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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7772ab0112633563843509ace39d97fafaa095210e349d57b9ca1f98076c81b
4
- data.tar.gz: 3991ca598b28e7e157c635310eb324e903716b88641a81992da0c7bd77ac1dbf
3
+ metadata.gz: d7c9e4aa280a27e068a392eb85fed6f85df525b789a567a32b055590799d7a1a
4
+ data.tar.gz: aa2cce698d8bcedf434ef60b854e381ab919edaa119e02c13a41c00408ca8025
5
5
  SHA512:
6
- metadata.gz: 6567dfff2a2aba8f2ff9908b9a5007317a814a8f44a0b387e378545185ff61f44a57108f4c6f7c572362ed17ec02638b2d09dcbe5ea9ba3fa365928eea32defb
7
- data.tar.gz: ea7add528e915925a032e4613853632be4953a311881bae4b9306f716b75a679d6891d57a7f300883693da0ce620abc4ffcc1ada0ae03857027cfa3d858507a6
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
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.850'
14
+ VERSION = '0.0.851'
15
15
  end
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.850
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.850.gem
5596
+ - zernio-sdk-0.0.851.gem
5597
5597
  - zernio-sdk.gemspec
5598
5598
  homepage: https://openapi-generator.tech
5599
5599
  licenses:
Binary file