@getlatedev/node 0.2.380 → 0.2.381
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
|
@@ -23472,11 +23472,11 @@ type ListAdAccountsResponse = ({
|
|
|
23472
23472
|
*/
|
|
23473
23473
|
minimumDailyBudget?: number;
|
|
23474
23474
|
/**
|
|
23475
|
-
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on
|
|
23475
|
+
* Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
|
|
23476
23476
|
*/
|
|
23477
23477
|
selectable?: boolean;
|
|
23478
23478
|
/**
|
|
23479
|
-
* Meta only. Human-readable reason when selectable is false; null when selectable.
|
|
23479
|
+
* Meta and X only. Human-readable reason when selectable is false; null when selectable.
|
|
23480
23480
|
*/
|
|
23481
23481
|
unusableReason?: (string) | null;
|
|
23482
23482
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -23472,11 +23472,11 @@ type ListAdAccountsResponse = ({
|
|
|
23472
23472
|
*/
|
|
23473
23473
|
minimumDailyBudget?: number;
|
|
23474
23474
|
/**
|
|
23475
|
-
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on
|
|
23475
|
+
* Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
|
|
23476
23476
|
*/
|
|
23477
23477
|
selectable?: boolean;
|
|
23478
23478
|
/**
|
|
23479
|
-
* Meta only. Human-readable reason when selectable is false; null when selectable.
|
|
23479
|
+
* Meta and X only. Human-readable reason when selectable is false; null when selectable.
|
|
23480
23480
|
*/
|
|
23481
23481
|
unusableReason?: (string) | null;
|
|
23482
23482
|
}>;
|
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.381",
|
|
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.381",
|
|
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
|
@@ -24122,11 +24122,11 @@ export type ListAdAccountsResponse = ({
|
|
|
24122
24122
|
*/
|
|
24123
24123
|
minimumDailyBudget?: number;
|
|
24124
24124
|
/**
|
|
24125
|
-
* Meta only. Whether the account can create/run ads now. Absent (treat as true) on
|
|
24125
|
+
* Meta and X only. Whether the account can create/run ads now. Absent (treat as true) on other platforms.
|
|
24126
24126
|
*/
|
|
24127
24127
|
selectable?: boolean;
|
|
24128
24128
|
/**
|
|
24129
|
-
* Meta only. Human-readable reason when selectable is false; null when selectable.
|
|
24129
|
+
* Meta and X only. Human-readable reason when selectable is false; null when selectable.
|
|
24130
24130
|
*/
|
|
24131
24131
|
unusableReason?: (string) | null;
|
|
24132
24132
|
}>;
|