@fyul/embed-sdk 2.5.2 → 2.5.21

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.
@@ -17,6 +17,9 @@ export interface GetSavedProductsPayload {
17
17
  externalProductId?: string;
18
18
  limit?: number;
19
19
  offset?: number;
20
+ /** Data is stored behind the apollo cache. You can set this property to true
21
+ * if updated data is needed (on the same page, after editing, for example) */
22
+ forceRefresh?: boolean;
20
23
  }
21
24
  export interface DeleteProductsPayload {
22
25
  productTemplateIds: number[];
@@ -1 +1 @@
1
- export declare const VERSION: "2.5.2";
1
+ export declare const VERSION: "2.5.21";
@@ -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.5.2';
5
+ exports.VERSION = '2.5.21';
@@ -17,6 +17,9 @@ export interface GetSavedProductsPayload {
17
17
  externalProductId?: string;
18
18
  limit?: number;
19
19
  offset?: number;
20
+ /** Data is stored behind the apollo cache. You can set this property to true
21
+ * if updated data is needed (on the same page, after editing, for example) */
22
+ forceRefresh?: boolean;
20
23
  }
21
24
  export interface DeleteProductsPayload {
22
25
  productTemplateIds: number[];
@@ -1 +1 @@
1
- export declare const VERSION: "2.5.2";
1
+ export declare const VERSION: "2.5.21";
@@ -1,2 +1,2 @@
1
1
  // AUTO-GENERATED
2
- export const VERSION = '2.5.2';
2
+ export const VERSION = '2.5.21';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fyul/embed-sdk",
3
- "version": "2.5.2",
3
+ "version": "2.5.21",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",