@fyul/embed-sdk 2.7.57 → 2.7.59
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.
|
@@ -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 {
|
|
@@ -44,6 +49,11 @@ export interface DetailsEditStepConfig {
|
|
|
44
49
|
descriptionMaxLength?: number;
|
|
45
50
|
/** Shows main selected mockup if mockup step was used */
|
|
46
51
|
showMainMockup?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Option to hide GPSR compliance inputs
|
|
54
|
+
* should only be set to false if product listings won't be available in EU
|
|
55
|
+
* */
|
|
56
|
+
showComplianceOption?: boolean;
|
|
47
57
|
};
|
|
48
58
|
}
|
|
49
59
|
export interface TosScreenConfig {
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION: "2.7.
|
|
1
|
+
export declare const VERSION: "2.7.59";
|
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 {
|
|
@@ -44,6 +49,11 @@ export interface DetailsEditStepConfig {
|
|
|
44
49
|
descriptionMaxLength?: number;
|
|
45
50
|
/** Shows main selected mockup if mockup step was used */
|
|
46
51
|
showMainMockup?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Option to hide GPSR compliance inputs
|
|
54
|
+
* should only be set to false if product listings won't be available in EU
|
|
55
|
+
* */
|
|
56
|
+
showComplianceOption?: boolean;
|
|
47
57
|
};
|
|
48
58
|
}
|
|
49
59
|
export interface TosScreenConfig {
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION: "2.7.
|
|
1
|
+
export declare const VERSION: "2.7.59";
|
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.59';
|