kcommons 5.23.7 → 5.23.8

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.
@@ -100,7 +100,7 @@ export declare const UOMS: {
100
100
  full_form: string;
101
101
  short_form: string;
102
102
  }[];
103
- export interface IItemCSVUploadErrResponse {
103
+ export interface IItemCSVUploadRes {
104
104
  items: IItem[];
105
105
  errItems: (IItem & {
106
106
  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.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",