zernio-sdk 0.0.652 → 0.0.653

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: d7f4cb3eb8a790acd61281361d83043ad616e037b94abdb9f5ef407ea7def1b9
4
- data.tar.gz: 8659630540d2d7d8fa81f48de8c6bf63acb5bcb9dc00ac14212a85c2aada89b8
3
+ metadata.gz: 4f799a824db89cbcb672ee01c717362a0e86c80ebfa09cbf2ff0ea33a23991f6
4
+ data.tar.gz: 0c3ec64d2e4e6f08ba3ea9829e96ab52aaa01d13cb9c1a2961451a9850a7cf78
5
5
  SHA512:
6
- metadata.gz: 7f453f0cec83bccab449e32876bc70ebc4e18f56e7abe8abaa29cbec627479f372e6c88514c777dedbd5a8390d17cc9e11608ef431489afdebfe618f6c2a1909
7
- data.tar.gz: b335ab18653f65292d52c9656c34317049f43fb5e01a84c78c1e0694ec5e0ad0660500700769e29ad48808f619373c2a5d24ed4d96b94f9b84014f272ea8f458
6
+ metadata.gz: fd4b8efdf080705adf27b4b371c609c06213787f1f432bffc533ec3a81d65bef20198dd9cabb3b25306a667e317b2b50a91113159312b58738ee1662e91289c7
7
+ data.tar.gz: a09142d9b60c1c6fd68ba8b4492a819f003fa286516d8c0848541d28b6a2f9d385d10a2c27963e0d2e7c107e8359dfae36bb040ddbe0b4da6f389f3985352df1
@@ -143,6 +143,7 @@ module Zernio
143
143
  # List of attributes with nullable: true
144
144
  def self.openapi_nullable
145
145
  Set.new([
146
+ :'thumbnail_url',
146
147
  :'video_id',
147
148
  :'video_url',
148
149
  :'object_story_id',
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.652'
14
+ VERSION = '0.0.653'
15
15
  end
data/openapi.yaml CHANGED
@@ -6995,7 +6995,7 @@ components:
6995
6995
  type: [object, "null"]
6996
6996
  description: Platform-specific creative data. Fields vary by platform.
6997
6997
  properties:
6998
- thumbnailUrl: { type: string, description: Primary thumbnail/image URL }
6998
+ thumbnailUrl: { type: [string, "null"], description: Primary thumbnail/image URL }
6999
6999
  imageUrl: { type: string, description: Alternative image URL }
7000
7000
  videoId: { type: [string, "null"], description: "Meta video ID for VIDEO-type ads. Null for non-video ads. Callers that need an embeddable MP4 can call GET /{videoId}?fields=source with the page access token." }
7001
7001
  videoUrl: { type: [string, "null"], description: "Public Facebook watch URL for VIDEO-type ads (https://www.facebook.com/watch/?v={videoId}). Null for non-video ads." }
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.652
4
+ version: 0.0.653
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator