@zernio/node 0.2.861 → 0.2.862

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 CHANGED
@@ -38870,7 +38870,16 @@ type BoostPostData = {
38870
38870
  */
38871
38871
  identityType?: 'TT_USER' | 'CUSTOMIZED_USER' | 'BC_AUTH_TT';
38872
38872
  /**
38873
- * Required unless adSetId is set.
38873
+ * Budget in whole currency units, the same flat field as POST /v1/ads/create. Required unless adSetId is set. Minimum varies: TikTok=$20, Pinterest=$5, others=$1
38874
+ */
38875
+ budgetAmount?: number;
38876
+ /**
38877
+ * Goes together with budgetAmount. lifetime requires schedule.endDate.
38878
+ */
38879
+ budgetType?: 'daily' | 'lifetime';
38880
+ /**
38881
+ * Alias of budgetAmount + budgetType, kept for existing callers
38882
+ * @deprecated
38874
38883
  */
38875
38884
  budget?: {
38876
38885
  /**
package/dist/index.d.ts CHANGED
@@ -38870,7 +38870,16 @@ type BoostPostData = {
38870
38870
  */
38871
38871
  identityType?: 'TT_USER' | 'CUSTOMIZED_USER' | 'BC_AUTH_TT';
38872
38872
  /**
38873
- * Required unless adSetId is set.
38873
+ * Budget in whole currency units, the same flat field as POST /v1/ads/create. Required unless adSetId is set. Minimum varies: TikTok=$20, Pinterest=$5, others=$1
38874
+ */
38875
+ budgetAmount?: number;
38876
+ /**
38877
+ * Goes together with budgetAmount. lifetime requires schedule.endDate.
38878
+ */
38879
+ budgetType?: 'daily' | 'lifetime';
38880
+ /**
38881
+ * Alias of budgetAmount + budgetType, kept for existing callers
38882
+ * @deprecated
38874
38883
  */
38875
38884
  budget?: {
38876
38885
  /**
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.861",
39
+ version: "0.2.862",
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.861",
8
+ version: "0.2.862",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.861",
3
+ "version": "0.2.862",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -39515,7 +39515,16 @@ export type BoostPostData = {
39515
39515
  */
39516
39516
  identityType?: 'TT_USER' | 'CUSTOMIZED_USER' | 'BC_AUTH_TT';
39517
39517
  /**
39518
- * Required unless adSetId is set.
39518
+ * Budget in whole currency units, the same flat field as POST /v1/ads/create. Required unless adSetId is set. Minimum varies: TikTok=$20, Pinterest=$5, others=$1
39519
+ */
39520
+ budgetAmount?: number;
39521
+ /**
39522
+ * Goes together with budgetAmount. lifetime requires schedule.endDate.
39523
+ */
39524
+ budgetType?: 'daily' | 'lifetime';
39525
+ /**
39526
+ * Alias of budgetAmount + budgetType, kept for existing callers
39527
+ * @deprecated
39519
39528
  */
39520
39529
  budget?: {
39521
39530
  /**