@chopkola/common 1.0.201 → 1.0.202

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.
@@ -192,6 +192,7 @@ export interface InventoryItemAggregate {
192
192
  export interface VendorProductsManagementData {
193
193
  products: ProductAggregate[];
194
194
  stats: VendorProductsStats;
195
+ currency: Currency;
195
196
  }
196
197
  export interface VendorCreateOrEditProductPageData {
197
198
  categories: Category[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.201",
3
+ "version": "1.0.202",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",