@nomalism-com/types 0.28.13 → 0.28.14

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.
@@ -106,6 +106,7 @@ export interface IProductSheetCabideEntity {
106
106
  price_sale_greater_3m: number;
107
107
  price_sale_piece: number;
108
108
  width: number;
109
+ unit_of_measure_quantity_id: string;
109
110
  unit_of_measure_quantity_notation: string;
110
111
  composition: string;
111
112
  maintenance: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.13",
12
+ "version": "0.28.14",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [