kcommons 18.9.6 → 18.9.7

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.
@@ -120,11 +120,13 @@ export interface INestedInvoiceMatchingRecordChangelog extends Omit<IInvoiceMatc
120
120
  export interface IInvoiceMatchingRecordMetafields {
121
121
  vendor_data: IVerndorDataForInvoiceMatchingRecoed | null;
122
122
  parent_invoice_user_data: INestedUser | null;
123
+ imr_items_pending_quantity: Record<string, number | null>;
123
124
  }
124
125
  export declare enum INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE {
125
126
  vendor_data = "vendor_data",
126
127
  parent_invoice_user_data = "parent_invoice_user_data",
127
- associated_po_items = "associated_po_items"
128
+ associated_po_items = "associated_po_items",
129
+ imr_items_pending_quantity = "imr_items_pending_quantity"
128
130
  }
129
131
  export interface IVerndorDataForInvoiceMatchingRecoed {
130
132
  vendor_trade_name: string | null;
@@ -48,4 +48,5 @@ var INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE;
48
48
  INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE["vendor_data"] = "vendor_data";
49
49
  INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE["parent_invoice_user_data"] = "parent_invoice_user_data";
50
50
  INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE["associated_po_items"] = "associated_po_items";
51
+ INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE["imr_items_pending_quantity"] = "imr_items_pending_quantity";
51
52
  })(INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE || (exports.INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE = INVOICE_MATCHING_RECORD_METAFIELDS_INCLUDE = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.9.6",
3
+ "version": "18.9.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",