@cbm-common/cbm-types 0.0.206 → 0.0.207

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,6 @@ export declare namespace CbmItemModel {
48
48
  automatic_code?: boolean;
49
49
  not_apply_discount_group?: boolean;
50
50
  tax_ice?: boolean;
51
- tax_ice_code?: null;
52
51
  tax_ice_name?: null;
53
52
  tax_irbpn?: boolean;
54
53
  purchases_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
- tax_ice_vehicle?: boolean;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.206",
3
+ "version": "0.0.207",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {