@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 {
|