@cbm-common/cbm-types 0.0.209 → 0.0.210

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.
@@ -221,6 +221,7 @@ export declare namespace CbmItemModel {
221
221
  warehouse_id?: string;
222
222
  provider_code?: boolean;
223
223
  price_list_id?: string;
224
+ item_id?: string;
224
225
  property_id?: string;
225
226
  provider_id?: string;
226
227
  location?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.209",
3
+ "version": "0.0.210",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {