kcommons 18.12.9 → 18.12.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.
@@ -154,7 +154,8 @@ export declare enum SUPPLIER_INVOICE_METFIELD_INCLUDE {
154
154
  vendor_contact_info = "vendor_contact_info",
155
155
  associated_po_items = "associated_po_items",
156
156
  custom_uoms = "custom_uoms",
157
- custom_uom_calculations = "custom_uom_calculations"
157
+ custom_uom_calculations = "custom_uom_calculations",
158
+ associated_po_grn_item_junctions = "associated_po_grn_item_junctions"
158
159
  }
159
160
  export interface IVerndorDataForSupplierInvoice {
160
161
  vendor_trade_name: string | null;
@@ -46,4 +46,5 @@ var SUPPLIER_INVOICE_METFIELD_INCLUDE;
46
46
  SUPPLIER_INVOICE_METFIELD_INCLUDE["associated_po_items"] = "associated_po_items";
47
47
  SUPPLIER_INVOICE_METFIELD_INCLUDE["custom_uoms"] = "custom_uoms";
48
48
  SUPPLIER_INVOICE_METFIELD_INCLUDE["custom_uom_calculations"] = "custom_uom_calculations";
49
+ SUPPLIER_INVOICE_METFIELD_INCLUDE["associated_po_grn_item_junctions"] = "associated_po_grn_item_junctions";
49
50
  })(SUPPLIER_INVOICE_METFIELD_INCLUDE || (exports.SUPPLIER_INVOICE_METFIELD_INCLUDE = SUPPLIER_INVOICE_METFIELD_INCLUDE = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.12.9",
3
+ "version": "18.12.10",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",