kcommons 5.27.1 → 5.27.2

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.
@@ -5,7 +5,8 @@ import { INestedPo } from "./po.typings";
5
5
  export declare enum PO_ASN_ITEM_JUNCTION_INCLUDE {
6
6
  company = "company",
7
7
  item = "item",
8
- asn_items = "asn_items"
8
+ asn_items = "asn_items",
9
+ parent_po = "parent_po"
9
10
  }
10
11
  export interface IPOASNItemJunction {
11
12
  id: string;
@@ -6,4 +6,5 @@ var PO_ASN_ITEM_JUNCTION_INCLUDE;
6
6
  PO_ASN_ITEM_JUNCTION_INCLUDE["company"] = "company";
7
7
  PO_ASN_ITEM_JUNCTION_INCLUDE["item"] = "item";
8
8
  PO_ASN_ITEM_JUNCTION_INCLUDE["asn_items"] = "asn_items";
9
+ PO_ASN_ITEM_JUNCTION_INCLUDE["parent_po"] = "parent_po";
9
10
  })(PO_ASN_ITEM_JUNCTION_INCLUDE || (exports.PO_ASN_ITEM_JUNCTION_INCLUDE = PO_ASN_ITEM_JUNCTION_INCLUDE = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.27.1",
3
+ "version": "5.27.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",