@fyul/embed-sdk 2.7.60 → 2.7.62

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.
@@ -54,6 +54,8 @@ export interface DetailsEditStepConfig {
54
54
  * should only be set to false if product listings won't be available in EU
55
55
  * */
56
56
  showComplianceOption?: boolean;
57
+ /** Option to re-use previously saved product details */
58
+ useExistingDetails?: boolean;
57
59
  };
58
60
  }
59
61
  export interface TosScreenConfig {
@@ -32,6 +32,7 @@ export interface OnShoppingCartUpdateEvent {
32
32
  }
33
33
  export interface OnContentSizeChangeEvent {
34
34
  height: number;
35
+ isFullscreen: boolean;
35
36
  }
36
37
  export type AvailableRouteInfo = {
37
38
  name: string;
@@ -1 +1 @@
1
- export declare const VERSION: "2.7.60";
1
+ export declare const VERSION: "2.7.62";
@@ -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.60';
5
+ exports.VERSION = '2.7.62';
@@ -54,6 +54,8 @@ export interface DetailsEditStepConfig {
54
54
  * should only be set to false if product listings won't be available in EU
55
55
  * */
56
56
  showComplianceOption?: boolean;
57
+ /** Option to re-use previously saved product details */
58
+ useExistingDetails?: boolean;
57
59
  };
58
60
  }
59
61
  export interface TosScreenConfig {
@@ -32,6 +32,7 @@ export interface OnShoppingCartUpdateEvent {
32
32
  }
33
33
  export interface OnContentSizeChangeEvent {
34
34
  height: number;
35
+ isFullscreen: boolean;
35
36
  }
36
37
  export type AvailableRouteInfo = {
37
38
  name: string;
@@ -1 +1 @@
1
- export declare const VERSION: "2.7.60";
1
+ export declare const VERSION: "2.7.62";
@@ -1,2 +1,2 @@
1
1
  // AUTO-GENERATED
2
- export const VERSION = '2.7.60';
2
+ export const VERSION = '2.7.62';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fyul/embed-sdk",
3
- "version": "2.7.60",
3
+ "version": "2.7.62",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",