@chopkola/common 1.0.132 → 1.0.133

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.
@@ -106,6 +106,7 @@ export type InventoryLink = {
106
106
  };
107
107
  export interface VendorProductsManagementData {
108
108
  inventoriesWithProducts: InventoryItemWithProductI[];
109
+ stats: VendorProductsStats;
109
110
  }
110
111
  export interface VendorCreateOrEditProductPageData {
111
112
  categories: CategoryI[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",