kcommons 5.23.7 → 5.23.9

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;
@@ -100,7 +99,7 @@ export declare const UOMS: {
100
99
  full_form: string;
101
100
  short_form: string;
102
101
  }[];
103
- export interface IItemCSVUploadErrResponse {
102
+ export interface IItemCSVUploadRes {
104
103
  items: IItem[];
105
104
  errItems: (IItem & {
106
105
  error: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.23.7",
3
+ "version": "5.23.9",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",