zernio-sdk 0.0.965 → 0.0.966

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: 5557a41b96e17c3f0f0b23cd61a538439565fc8cec64d1dde7e60d1b25104ea4
4
- data.tar.gz: d472711c73ec60ddaba1340ef813184c99fff910a82246151b3bd21ae1d3c47b
3
+ metadata.gz: e858c6a6814d1c71d9af0725ae81a55388d9f3679002a420424f8c945fc529d8
4
+ data.tar.gz: 59f42bc3b8dc099e1f8bef68d5aca85c4dda9ed69d1ba972b33ba55f0ddde610
5
5
  SHA512:
6
- metadata.gz: ac4bb29a113aac04100fb2fe9c9afe643d04d7af016ae3fe301f52b6fcd1aa65b345c6d62c76097c946f0d35d472c1f8310433c445d66651b5fd9c0dc6d74530
7
- data.tar.gz: 235332a862154053291bbee8b2d8b89ff165fd88078490b8849aa0d2f53f5289cef08892a06f864de5306b444c4465627b3aef16c050ee501d5d66e95baedea6
6
+ metadata.gz: 9eaa589eac16403b97f53b9a5dee909b8a4dddaae050315892e98dcbac27e973191db901254dc132d7901ff0b6b6c77fcd8662369d223bc0bb202cb392729721
7
+ data.tar.gz: cac2cd01d98d8e13756073074bba21cb980d8deecb6edff3988b537388b6b8f8088ee0cb95801b4d8b1bd156bb4370f220acb4da522c940bf45c748b76224ff2
@@ -12,7 +12,7 @@
12
12
  | **tags** | **Array<String>** | Array of keyword tags (max 500 characters combined for YouTube) | [optional] |
13
13
  | **category_id** | **String** | YouTube video category ID | [optional] |
14
14
  | **privacy_status** | **String** | Video privacy setting | [optional] |
15
- | **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails. | [optional] |
15
+ | **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails. | [optional] |
16
16
  | **made_for_kids** | **Boolean** | COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting). | [optional] |
17
17
  | **contains_synthetic_media** | **Boolean** | AI-generated content disclosure. Set true if the video contains synthetic content that could be mistaken for real. YouTube may add a label. | [optional] |
18
18
  | **playlist_id** | **String** | YouTube playlist ID to add the video to (e.g. 'PLxxxxxxxxxxxxx'). Use GET /v1/accounts/{id}/youtube-playlists to list available playlists. Only playlists owned by the channel are supported. | [optional] |
@@ -39,7 +39,7 @@ module Zernio
39
39
  # Video privacy setting
40
40
  attr_accessor :privacy_status
41
41
 
42
- # Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails.
42
+ # Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails.
43
43
  attr_accessor :thumbnail_url
44
44
 
45
45
  # COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting).
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.965'
14
+ VERSION = '0.0.966'
15
15
  end
data/openapi.yaml CHANGED
@@ -17992,7 +17992,7 @@ paths:
17992
17992
  thumbnailUrl:
17993
17993
  type: string
17994
17994
  format: uri
17995
- description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails."
17995
+ description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails."
17996
17996
  madeForKids:
17997
17997
  type: boolean
17998
17998
  description: "COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting)."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.965
4
+ version: 0.0.966
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator