kcommons 5.16.0 → 5.16.1

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.
@@ -108,8 +108,6 @@ export interface IRFQItem {
108
108
  uom: string;
109
109
  code_sku: string;
110
110
  quantity: number;
111
- pending_qnty: number;
112
- processing_qnty: number;
113
111
  created_by_user_id: string;
114
112
  item_description?: string | null;
115
113
  remarks?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.16.0",
3
+ "version": "5.16.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",