@fyul/embed-sdk 2.7.58 → 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.
@@ -49,6 +49,11 @@ export interface DetailsEditStepConfig {
49
49
  descriptionMaxLength?: number;
50
50
  /** Shows main selected mockup if mockup step was used */
51
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;
52
57
  };
53
58
  }
54
59
  export interface TosScreenConfig {
@@ -1 +1 @@
1
- export declare const VERSION: "2.7.58";
1
+ export declare const VERSION: "2.7.59";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // AUTO-GENERATED
5
- exports.VERSION = '2.7.58';
5
+ exports.VERSION = '2.7.59';
@@ -49,6 +49,11 @@ export interface DetailsEditStepConfig {
49
49
  descriptionMaxLength?: number;
50
50
  /** Shows main selected mockup if mockup step was used */
51
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;
52
57
  };
53
58
  }
54
59
  export interface TosScreenConfig {
@@ -1 +1 @@
1
- export declare const VERSION: "2.7.58";
1
+ export declare const VERSION: "2.7.59";
@@ -1,2 +1,2 @@
1
1
  // AUTO-GENERATED
2
- export const VERSION = '2.7.58';
2
+ export const VERSION = '2.7.59';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fyul/embed-sdk",
3
- "version": "2.7.58",
3
+ "version": "2.7.59",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",