@cbm-common/cbm-types 0.0.212 → 0.0.214

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.
@@ -225,6 +225,7 @@ export declare namespace CbmItemModel {
225
225
  property_id?: string;
226
226
  provider_id?: string;
227
227
  location?: string;
228
+ recount?: boolean;
228
229
  }
229
230
  interface AdvancedItemListResponse {
230
231
  success: boolean;
@@ -289,6 +290,7 @@ export declare namespace CbmItemModel {
289
290
  tax_ice_start_range?: number;
290
291
  tax_ice_type?: string;
291
292
  tax_ice_value?: number;
293
+ recount?: boolean;
292
294
  }
293
295
  namespace Item {
294
296
  interface ItemWarehouse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.212",
3
+ "version": "0.0.214",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {