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 +4 -4
- data/lib/zernio-sdk/models/ad_creative.rb +1 -0
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f799a824db89cbcb672ee01c717362a0e86c80ebfa09cbf2ff0ea33a23991f6
|
|
4
|
+
data.tar.gz: 0c3ec64d2e4e6f08ba3ea9829e96ab52aaa01d13cb9c1a2961451a9850a7cf78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd4b8efdf080705adf27b4b371c609c06213787f1f432bffc533ec3a81d65bef20198dd9cabb3b25306a667e317b2b50a91113159312b58738ee1662e91289c7
|
|
7
|
+
data.tar.gz: a09142d9b60c1c6fd68ba8b4492a819f003fa286516d8c0848541d28b6a2f9d385d10a2c27963e0d2e7c107e8359dfae36bb040ddbe0b4da6f389f3985352df1
|
data/lib/zernio-sdk/version.rb
CHANGED
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." }
|