@zernio/node 0.2.600 → 0.2.601
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -30395,7 +30395,7 @@ type CreateStandaloneAdData = {
|
|
|
30395
30395
|
*/
|
|
30396
30396
|
id?: string;
|
|
30397
30397
|
/**
|
|
30398
|
-
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads publish without supplying one. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30398
|
+
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads usually publish without supplying one. When Meta produces no candidate the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) — retry, or supply this field. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30399
30399
|
*/
|
|
30400
30400
|
thumbnailUrl?: string;
|
|
30401
30401
|
};
|
|
@@ -30422,7 +30422,7 @@ type CreateStandaloneAdData = {
|
|
|
30422
30422
|
*/
|
|
30423
30423
|
imageUrl?: string;
|
|
30424
30424
|
/**
|
|
30425
|
-
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional
|
|
30425
|
+
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional: when omitted, the poster is auto-generated from Meta's preferred video thumbnail, and the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) if Meta produces no candidate.
|
|
30426
30426
|
*/
|
|
30427
30427
|
video?: {
|
|
30428
30428
|
url: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -30395,7 +30395,7 @@ type CreateStandaloneAdData = {
|
|
|
30395
30395
|
*/
|
|
30396
30396
|
id?: string;
|
|
30397
30397
|
/**
|
|
30398
|
-
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads publish without supplying one. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30398
|
+
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads usually publish without supplying one. When Meta produces no candidate the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) — retry, or supply this field. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30399
30399
|
*/
|
|
30400
30400
|
thumbnailUrl?: string;
|
|
30401
30401
|
};
|
|
@@ -30422,7 +30422,7 @@ type CreateStandaloneAdData = {
|
|
|
30422
30422
|
*/
|
|
30423
30423
|
imageUrl?: string;
|
|
30424
30424
|
/**
|
|
30425
|
-
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional
|
|
30425
|
+
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional: when omitted, the poster is auto-generated from Meta's preferred video thumbnail, and the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) if Meta produces no candidate.
|
|
30426
30426
|
*/
|
|
30427
30427
|
video?: {
|
|
30428
30428
|
url: string;
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@zernio/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.601",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@zernio/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.601",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -30949,7 +30949,7 @@ export type CreateStandaloneAdData = {
|
|
|
30949
30949
|
*/
|
|
30950
30950
|
id?: string;
|
|
30951
30951
|
/**
|
|
30952
|
-
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads publish without supplying one. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30952
|
+
* Public URL of a still-image thumbnail for the video. OPTIONAL: when omitted on Meta, the poster is auto-generated from Meta's own preferred video thumbnail (the same candidates Ads Manager shows), so video ads usually publish without supplying one. When Meta produces no candidate the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) — retry, or supply this field. Provide it to control the poster frame exactly (uploaded as an ad image and referenced in object_story_spec.video_data). Ignored by LinkedIn (auto-generated poster frame).
|
|
30953
30953
|
*/
|
|
30954
30954
|
thumbnailUrl?: string;
|
|
30955
30955
|
};
|
|
@@ -30976,7 +30976,7 @@ export type CreateStandaloneAdData = {
|
|
|
30976
30976
|
*/
|
|
30977
30977
|
imageUrl?: string;
|
|
30978
30978
|
/**
|
|
30979
|
-
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional
|
|
30979
|
+
* Video creative for this entry. Mutually exclusive with `imageUrl`. thumbnailUrl is optional: when omitted, the poster is auto-generated from Meta's preferred video thumbnail, and the request fails with a 502 platform_error (reason: video_thumbnail_unavailable) if Meta produces no candidate.
|
|
30980
30980
|
*/
|
|
30981
30981
|
video?: {
|
|
30982
30982
|
url: string;
|