kcommons 5.0.6 → 5.0.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.
|
@@ -72,7 +72,7 @@ export interface IQuoteItems {
|
|
|
72
72
|
}
|
|
73
73
|
export interface INestedQuoteItems extends Omit<IQuoteItems, "quote" | "item" | "rfq_item"> {
|
|
74
74
|
}
|
|
75
|
-
export interface IQuoteItemInputs extends Omit<IQuoteItems, "created_at" | "updated_at" | "is_deleted" | "deleted_at" | "quote" | "item" | "rfq_item"> {
|
|
75
|
+
export interface IQuoteItemInputs extends Omit<IQuoteItems, "id" | "created_at" | "updated_at" | "is_deleted" | "deleted_at" | "quote" | "item" | "rfq_item"> {
|
|
76
76
|
}
|
|
77
77
|
export declare class QuoteItemFactory implements IQuoteItems {
|
|
78
78
|
constructor(partial: IQuoteItems);
|