kcommons 5.23.8 → 5.23.10

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.
@@ -38,7 +38,6 @@ export interface IItem {
38
38
  name: string;
39
39
  hsn_code?: string;
40
40
  item_category_id?: string;
41
- created_by: string;
42
41
  approved_by_id?: string;
43
42
  item_subcategory_id?: string;
44
43
  item_classification?: string | null;
@@ -104,5 +103,6 @@ export interface IItemCSVUploadRes {
104
103
  items: IItem[];
105
104
  errItems: (IItem & {
106
105
  error: string;
106
+ category_code: string;
107
107
  })[];
108
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.23.8",
3
+ "version": "5.23.10",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",