kcommons 18.4.1 → 18.4.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.
@@ -147,7 +147,7 @@ export interface IQuoteItems extends ITaxRelatedItemInputs {
147
147
  custom_uom: INestedCustomUOM | null;
148
148
  target_delivery_date: string | null;
149
149
  }
150
- export interface INestedQuoteItems extends Omit<IQuoteItems, "quote" | "item" | "rfq_item" | "referenced_comparative_item" | "associated_vendor_quote_items" | "referenced_in_comparaitve_item_quantity" | "custom_uom"> {
150
+ export interface INestedQuoteItems extends Omit<IQuoteItems, "quote" | "item" | "rfq_item" | "referenced_comparative_item" | "referenced_in_comparaitve_item_quantity" | "custom_uom"> {
151
151
  }
152
152
  export interface IOPEN_QUOTE_TOKEN_PAYLOAD {
153
153
  quote_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.4.1",
3
+ "version": "18.4.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",