@cbm-common/cbm-types 0.0.206 → 0.0.208
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,8 +48,7 @@ export declare namespace CbmItemModel {
|
|
|
48
48
|
automatic_code?: boolean;
|
|
49
49
|
not_apply_discount_group?: boolean;
|
|
50
50
|
tax_ice?: boolean;
|
|
51
|
-
|
|
52
|
-
tax_ice_name?: null;
|
|
51
|
+
tax_ice_name?: string;
|
|
53
52
|
tax_irbpn?: boolean;
|
|
54
53
|
purchases_unit_measure_id?: string;
|
|
55
54
|
sales_unit_measure_id?: string;
|
|
@@ -85,17 +84,18 @@ export declare namespace CbmItemModel {
|
|
|
85
84
|
warehouses?: Item.Warehouse[];
|
|
86
85
|
tax_iva?: Item.TaxIva;
|
|
87
86
|
unit_measure_price_lists?: Item.UnitMeasurePriceLists[];
|
|
87
|
+
tax_ice_vehicle?: boolean;
|
|
88
|
+
disabled_reason?: string;
|
|
89
|
+
manufacturer_name?: string;
|
|
90
|
+
manufacturer_code?: string;
|
|
91
|
+
tax_ice_code?: string;
|
|
88
92
|
tax_ice_description?: string;
|
|
89
93
|
tax_ice_end_range?: number;
|
|
90
94
|
tax_ice_id?: string;
|
|
91
95
|
tax_ice_percentage?: number;
|
|
92
|
-
tax_ice_value?: number;
|
|
93
96
|
tax_ice_start_range?: number;
|
|
94
97
|
tax_ice_type?: string;
|
|
95
|
-
|
|
96
|
-
disabled_reason?: string;
|
|
97
|
-
manufacturer_name?: string;
|
|
98
|
-
manufacturer_code?: string;
|
|
98
|
+
tax_ice_value?: number;
|
|
99
99
|
}
|
|
100
100
|
namespace Item {
|
|
101
101
|
interface Category {
|
|
@@ -279,6 +279,14 @@ export declare namespace CbmItemModel {
|
|
|
279
279
|
unit_measure_price_lists?: Item.UnitMeasurePriceList[];
|
|
280
280
|
tax_iva?: Item.TaxIva;
|
|
281
281
|
category?: Item.Category;
|
|
282
|
+
tax_ice_code?: string;
|
|
283
|
+
tax_ice_description?: string;
|
|
284
|
+
tax_ice_end_range?: number;
|
|
285
|
+
tax_ice_id?: string;
|
|
286
|
+
tax_ice_percentage?: number;
|
|
287
|
+
tax_ice_start_range?: number;
|
|
288
|
+
tax_ice_type?: string;
|
|
289
|
+
tax_ice_value?: number;
|
|
282
290
|
}
|
|
283
291
|
namespace Item {
|
|
284
292
|
interface ItemWarehouse {
|
|
@@ -378,7 +386,7 @@ export declare namespace CbmItemModel {
|
|
|
378
386
|
unit_measure_price_lists?: Data.UnitMeasurePriceList[];
|
|
379
387
|
unit_measures?: Data.UnitMeasure[];
|
|
380
388
|
tax_ice_code?: string;
|
|
381
|
-
tax_ice_name?:
|
|
389
|
+
tax_ice_name?: string;
|
|
382
390
|
manage_by?: string;
|
|
383
391
|
deleted_at?: number;
|
|
384
392
|
disabled_reason?: string;
|