@getlatedev/node 0.2.567 → 0.2.568
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 +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +5 -4
package/dist/index.d.mts
CHANGED
|
@@ -29895,8 +29895,9 @@ type CreateStandaloneAdData = {
|
|
|
29895
29895
|
* The attached ad takes the full single-creative surface:
|
|
29896
29896
|
* `headline`/`body`/`description`/`callToAction` plus either
|
|
29897
29897
|
* `imageUrl`/`video` OR `placementAssets` (its own per-placement
|
|
29898
|
-
* Feed/Story assets)
|
|
29899
|
-
*
|
|
29898
|
+
* Feed/Story assets) OR `translations`/`defaultLocale` (its own
|
|
29899
|
+
* per-locale asset feed, Meta only), and `leadGenFormId` when
|
|
29900
|
+
* the target is a lead ad set (the parent must be ON_AD, true for ad sets
|
|
29900
29901
|
* created via goal `lead_generation`; Meta rejects a formless ad
|
|
29901
29902
|
* there, so pass the form on EVERY attached ad). This is the way
|
|
29902
29903
|
* to build N full ads sharing one ad set: create the first ad
|
|
@@ -30252,8 +30253,8 @@ type CreateStandaloneAdData = {
|
|
|
30252
30253
|
* works on a normal ad may be rejected with "The following images have invalid
|
|
30253
30254
|
* dimensions for Dynamic Creative" (subcode 1885558). Video is not affected.
|
|
30254
30255
|
*
|
|
30255
|
-
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards
|
|
30256
|
-
* `existingCreativeId`
|
|
30256
|
+
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards`,
|
|
30257
|
+
* `existingCreativeId` and `creatives[]`. Meta allows one `asset_feed_spec` shape per creative.
|
|
30257
30258
|
*
|
|
30258
30259
|
*/
|
|
30259
30260
|
translations?: Array<{
|
package/dist/index.d.ts
CHANGED
|
@@ -29895,8 +29895,9 @@ type CreateStandaloneAdData = {
|
|
|
29895
29895
|
* The attached ad takes the full single-creative surface:
|
|
29896
29896
|
* `headline`/`body`/`description`/`callToAction` plus either
|
|
29897
29897
|
* `imageUrl`/`video` OR `placementAssets` (its own per-placement
|
|
29898
|
-
* Feed/Story assets)
|
|
29899
|
-
*
|
|
29898
|
+
* Feed/Story assets) OR `translations`/`defaultLocale` (its own
|
|
29899
|
+
* per-locale asset feed, Meta only), and `leadGenFormId` when
|
|
29900
|
+
* the target is a lead ad set (the parent must be ON_AD, true for ad sets
|
|
29900
29901
|
* created via goal `lead_generation`; Meta rejects a formless ad
|
|
29901
29902
|
* there, so pass the form on EVERY attached ad). This is the way
|
|
29902
29903
|
* to build N full ads sharing one ad set: create the first ad
|
|
@@ -30252,8 +30253,8 @@ type CreateStandaloneAdData = {
|
|
|
30252
30253
|
* works on a normal ad may be rejected with "The following images have invalid
|
|
30253
30254
|
* dimensions for Dynamic Creative" (subcode 1885558). Video is not affected.
|
|
30254
30255
|
*
|
|
30255
|
-
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards
|
|
30256
|
-
* `existingCreativeId`
|
|
30256
|
+
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards`,
|
|
30257
|
+
* `existingCreativeId` and `creatives[]`. Meta allows one `asset_feed_spec` shape per creative.
|
|
30257
30258
|
*
|
|
30258
30259
|
*/
|
|
30259
30260
|
translations?: Array<{
|
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: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.568",
|
|
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: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.568",
|
|
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
|
@@ -30421,8 +30421,9 @@ export type CreateStandaloneAdData = {
|
|
|
30421
30421
|
* The attached ad takes the full single-creative surface:
|
|
30422
30422
|
* `headline`/`body`/`description`/`callToAction` plus either
|
|
30423
30423
|
* `imageUrl`/`video` OR `placementAssets` (its own per-placement
|
|
30424
|
-
* Feed/Story assets)
|
|
30425
|
-
*
|
|
30424
|
+
* Feed/Story assets) OR `translations`/`defaultLocale` (its own
|
|
30425
|
+
* per-locale asset feed, Meta only), and `leadGenFormId` when
|
|
30426
|
+
* the target is a lead ad set (the parent must be ON_AD, true for ad sets
|
|
30426
30427
|
* created via goal `lead_generation`; Meta rejects a formless ad
|
|
30427
30428
|
* there, so pass the form on EVERY attached ad). This is the way
|
|
30428
30429
|
* to build N full ads sharing one ad set: create the first ad
|
|
@@ -30778,8 +30779,8 @@ export type CreateStandaloneAdData = {
|
|
|
30778
30779
|
* works on a normal ad may be rejected with "The following images have invalid
|
|
30779
30780
|
* dimensions for Dynamic Creative" (subcode 1885558). Video is not affected.
|
|
30780
30781
|
*
|
|
30781
|
-
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards
|
|
30782
|
-
* `existingCreativeId`
|
|
30782
|
+
* Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards`,
|
|
30783
|
+
* `existingCreativeId` and `creatives[]`. Meta allows one `asset_feed_spec` shape per creative.
|
|
30783
30784
|
*
|
|
30784
30785
|
*/
|
|
30785
30786
|
translations?: Array<{
|