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