forstok-ui-lib 8.0.8 → 8.0.9

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/index.d.ts CHANGED
@@ -177,6 +177,9 @@ type TskuAddons = {
177
177
  masterProductId?: string;
178
178
  imageUrl?: string;
179
179
  sku?: string;
180
+ price?: number;
181
+ quantity?: number;
182
+ salePrice?: number;
180
183
  };
181
184
  type TWarehouseAddons = {
182
185
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -10,6 +10,9 @@ type TskuAddons = {
10
10
  masterProductId?: string
11
11
  imageUrl?: string
12
12
  sku?: string
13
+ price?: number
14
+ quantity?: number
15
+ salePrice?: number
13
16
  }
14
17
 
15
18
  type TWarehouseAddons = {