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" | "
|
|
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;
|