kcommons 18.11.9 → 18.11.11

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.
@@ -146,7 +146,7 @@ export interface ISupplierInvoiceMetafields {
146
146
  vendor_contact_info: IVerndorDataForSupplierInvoice | null;
147
147
  associated_po_items: INestedPOItem[] | null;
148
148
  custom_uoms: INestedCustomUOM[] | null;
149
- custom_uom_calculations: ICustomUomCalculations | null;
149
+ custom_uom_calculations: ICustomUomCalculations[] | null;
150
150
  }
151
151
  export declare enum SUPPLIER_INVOICE_METFIELD_INCLUDE {
152
152
  parent_gi_created_by_user = "parent_gi_created_by_user",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.11.9",
3
+ "version": "18.11.11",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",