@cbm-common/cbm-types 0.0.207 → 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,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?: null;
51
+ tax_ice_name?: string;
52
52
  tax_irbpn?: boolean;
53
53
  purchases_unit_measure_id?: string;
54
54
  sales_unit_measure_id?: string;
@@ -386,7 +386,7 @@ export declare namespace CbmItemModel {
386
386
  unit_measure_price_lists?: Data.UnitMeasurePriceList[];
387
387
  unit_measures?: Data.UnitMeasure[];
388
388
  tax_ice_code?: string;
389
- tax_ice_name?: any;
389
+ tax_ice_name?: string;
390
390
  manage_by?: string;
391
391
  deleted_at?: number;
392
392
  disabled_reason?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {