kcommons 5.16.9 → 5.16.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.
@@ -1,7 +1,7 @@
1
1
  import { INestedBOM } from "./bom.typings";
2
2
  import { INestedCompany } from "./company.typings";
3
3
  import { INestedCompanyVendors } from "./companyVendors.typings";
4
- import { INestedComparative } from "./comparative.typings";
4
+ import { INestedComparative, INestedComparativeItem } from "./comparative.typings";
5
5
  import { ITaxRelatedItemInputs } from "./docItems.typings";
6
6
  import { INestedDocumentTaxes } from "./documentTaxes.typings";
7
7
  import { INestedEntityApprovalChainEntry } from "./entityApprovalChainEntry.typings";
@@ -100,6 +100,7 @@ export interface IPOItem extends ITaxRelatedItemInputs {
100
100
  item: INestedItem | null;
101
101
  parent_po: INestedPo | null;
102
102
  parent_po_bom: INestedPOBom | null;
103
+ reference_comparative_item: INestedComparativeItem | null;
103
104
  }
104
105
  export interface INestedPOItem extends Omit<IPOItem, "company" | "item" | "parent_po" | "parent_po_bom" | "referenced_comparative_item"> {
105
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.16.9",
3
+ "version": "5.16.10",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",