@zernio/node 0.2.92 → 0.2.93

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
@@ -13241,7 +13241,7 @@ type CreateCtwaAdData = {
13241
13241
  };
13242
13242
  /**
13243
13243
  * Budget amount in the ad account's currency major units
13244
- * (e.g. dollars for USD, not cents). Must be positive.
13244
+ * (e.g. dollars for USD, not cents). Must be > 0.
13245
13245
  *
13246
13246
  */
13247
13247
  budgetAmount: number;
package/dist/index.d.ts CHANGED
@@ -13241,7 +13241,7 @@ type CreateCtwaAdData = {
13241
13241
  };
13242
13242
  /**
13243
13243
  * Budget amount in the ad account's currency major units
13244
- * (e.g. dollars for USD, not cents). Must be positive.
13244
+ * (e.g. dollars for USD, not cents). Must be > 0.
13245
13245
  *
13246
13246
  */
13247
13247
  budgetAmount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.92",
3
+ "version": "0.2.93",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -13601,7 +13601,7 @@ export type CreateCtwaAdData = {
13601
13601
  };
13602
13602
  /**
13603
13603
  * Budget amount in the ad account's currency major units
13604
- * (e.g. dollars for USD, not cents). Must be positive.
13604
+ * (e.g. dollars for USD, not cents). Must be > 0.
13605
13605
  *
13606
13606
  */
13607
13607
  budgetAmount: number;