forstok-ui-lib 8.0.8 → 8.1.0

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;