@fyul/embed-sdk 2.7.56 → 2.7.58
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/cjs/modules/catalog/types/data.types.d.ts +1 -0
- package/dist/cjs/modules/edm/types/data.types.d.ts +5 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/modules/catalog/types/data.types.d.ts +1 -0
- package/dist/esm/modules/edm/types/data.types.d.ts +5 -0
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,11 @@ export interface PricingEditStepConfig {
|
|
|
32
32
|
* by default its `false` and will load base prices for products
|
|
33
33
|
* */
|
|
34
34
|
useAccountBasedPrices: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If in template edit mode, will load previously saved prices
|
|
37
|
+
* if previously used currency doesn't match the current one, prices will be ignored
|
|
38
|
+
* */
|
|
39
|
+
useExistingRetailPricing?: boolean;
|
|
35
40
|
};
|
|
36
41
|
}
|
|
37
42
|
export interface DetailsEditStepConfig {
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION: "2.7.
|
|
1
|
+
export declare const VERSION: "2.7.58";
|
package/dist/cjs/version.js
CHANGED
|
@@ -32,6 +32,11 @@ export interface PricingEditStepConfig {
|
|
|
32
32
|
* by default its `false` and will load base prices for products
|
|
33
33
|
* */
|
|
34
34
|
useAccountBasedPrices: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If in template edit mode, will load previously saved prices
|
|
37
|
+
* if previously used currency doesn't match the current one, prices will be ignored
|
|
38
|
+
* */
|
|
39
|
+
useExistingRetailPricing?: boolean;
|
|
35
40
|
};
|
|
36
41
|
}
|
|
37
42
|
export interface DetailsEditStepConfig {
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION: "2.7.
|
|
1
|
+
export declare const VERSION: "2.7.58";
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTO-GENERATED
|
|
2
|
-
export const VERSION = '2.7.
|
|
2
|
+
export const VERSION = '2.7.58';
|