@cbm-common/cbm-types 0.0.207 → 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.
|
@@ -48,7 +48,7 @@ export declare namespace CbmItemModel {
|
|
|
48
48
|
automatic_code?: boolean;
|
|
49
49
|
not_apply_discount_group?: boolean;
|
|
50
50
|
tax_ice?: boolean;
|
|
51
|
-
tax_ice_name?:
|
|
51
|
+
tax_ice_name?: string;
|
|
52
52
|
tax_irbpn?: boolean;
|
|
53
53
|
purchases_unit_measure_id?: string;
|
|
54
54
|
sales_unit_measure_id?: string;
|
|
@@ -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;
|
|
@@ -386,7 +387,7 @@ export declare namespace CbmItemModel {
|
|
|
386
387
|
unit_measure_price_lists?: Data.UnitMeasurePriceList[];
|
|
387
388
|
unit_measures?: Data.UnitMeasure[];
|
|
388
389
|
tax_ice_code?: string;
|
|
389
|
-
tax_ice_name?:
|
|
390
|
+
tax_ice_name?: string;
|
|
390
391
|
manage_by?: string;
|
|
391
392
|
deleted_at?: number;
|
|
392
393
|
disabled_reason?: string;
|