kcommons 18.17.14 → 18.17.15

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.
@@ -128,7 +128,7 @@ export interface ISupplierInvoiceItem {
128
128
  parent_po_item_id: string | null;
129
129
  item_name: string | null;
130
130
  item_code: string | null;
131
- description: string;
131
+ description: string | null;
132
132
  hsn_sac_code: string | null;
133
133
  quantity: number;
134
134
  uom: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.17.14",
3
+ "version": "18.17.15",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",