@cbm-common/cbm-types 0.0.208 → 0.0.209

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