@cbm-common/cbm-types 0.0.167 → 0.0.168

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.
@@ -729,6 +729,7 @@ export declare namespace CbmItemModel {
729
729
  interface Data {
730
730
  item_id_: string;
731
731
  stock_in_stock: number;
732
+ available_stock: number;
732
733
  stock_initial?: boolean;
733
734
  item_warehouse: Data.ItemWarehouse;
734
735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {