kcommons 18.17.9 → 18.17.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.
@@ -128,8 +128,8 @@ export declare enum INDENT_ITEM_INCLUDE {
128
128
  }
129
129
  export interface IIndentItem extends IDocItem {
130
130
  indent_id: string;
131
- pending_quantity: number;
132
- processing_quantity: number;
131
+ purchased_quantity: number;
132
+ purchase_processing_quantity: number;
133
133
  issued_qty: number;
134
134
  issuance_processing_qty: number;
135
135
  company: INestedCompany | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.17.9",
3
+ "version": "18.17.10",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",