kcommons 13.7.5 → 13.8.0

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.
@@ -116,6 +116,7 @@ export interface IIndentItem extends IDocItem {
116
116
  pending_quantity: number;
117
117
  processing_quantity: number;
118
118
  issued_qty: number;
119
+ issuance_processing_qty: number;
119
120
  company: INestedCompany | null;
120
121
  item: INestedItem | null;
121
122
  parent_indent: INestedIndent | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "13.7.5",
3
+ "version": "13.8.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",