@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +1 -1
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
|
|
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
|
|
13244
|
+
* (e.g. dollars for USD, not cents). Must be > 0.
|
|
13245
13245
|
*
|
|
13246
13246
|
*/
|
|
13247
13247
|
budgetAmount: number;
|
package/package.json
CHANGED
|
@@ -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
|
|
13604
|
+
* (e.g. dollars for USD, not cents). Must be > 0.
|
|
13605
13605
|
*
|
|
13606
13606
|
*/
|
|
13607
13607
|
budgetAmount: number;
|