kcommons 5.23.9 → 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.
@@ -103,5 +103,6 @@ export interface IItemCSVUploadRes {
103
103
  items: IItem[];
104
104
  errItems: (IItem & {
105
105
  error: string;
106
+ category_code: string;
106
107
  })[];
107
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.23.9",
3
+ "version": "5.23.10",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",