repzo 1.0.242 → 1.0.243
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/lib/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/types/index.ts +2 -0
package/lib/types/index.d.ts
CHANGED
|
@@ -12167,6 +12167,7 @@ export declare namespace Service {
|
|
|
12167
12167
|
manual_discounts_limit_value?: number;
|
|
12168
12168
|
promotions_enabled: boolean;
|
|
12169
12169
|
round_discounted_price: boolean;
|
|
12170
|
+
enable_pull_remote_cart: boolean;
|
|
12170
12171
|
enable_promotion_freshness_window: boolean;
|
|
12171
12172
|
promotion_freshness_window_in_minutes: number;
|
|
12172
12173
|
};
|
|
@@ -12353,6 +12354,7 @@ export declare namespace Service {
|
|
|
12353
12354
|
manual_discounts_limit_value: number;
|
|
12354
12355
|
promotions_enabled: boolean;
|
|
12355
12356
|
round_discounted_price: boolean;
|
|
12357
|
+
enable_pull_remote_cart: boolean;
|
|
12356
12358
|
enable_promotion_freshness_window: boolean;
|
|
12357
12359
|
promotion_freshness_window_in_minutes: number;
|
|
12358
12360
|
};
|
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -12960,6 +12960,7 @@ export namespace Service {
|
|
|
12960
12960
|
manual_discounts_limit_value?: number;
|
|
12961
12961
|
promotions_enabled: boolean;
|
|
12962
12962
|
round_discounted_price: boolean;
|
|
12963
|
+
enable_pull_remote_cart: boolean;
|
|
12963
12964
|
enable_promotion_freshness_window: boolean;
|
|
12964
12965
|
promotion_freshness_window_in_minutes: number;
|
|
12965
12966
|
};
|
|
@@ -13119,6 +13120,7 @@ export namespace Service {
|
|
|
13119
13120
|
manual_discounts_limit_value: number;
|
|
13120
13121
|
promotions_enabled: boolean;
|
|
13121
13122
|
round_discounted_price: boolean;
|
|
13123
|
+
enable_pull_remote_cart: boolean;
|
|
13122
13124
|
enable_promotion_freshness_window: boolean;
|
|
13123
13125
|
promotion_freshness_window_in_minutes: number;
|
|
13124
13126
|
};
|