kcommons 5.14.4 → 5.14.5
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.
|
@@ -25,7 +25,8 @@ export declare enum QUOTE_INCLUDES {
|
|
|
25
25
|
taxes = "taxes",
|
|
26
26
|
items = "items",
|
|
27
27
|
child_pos = "child_pos",
|
|
28
|
-
negotiations = "negotiations"
|
|
28
|
+
negotiations = "negotiations",
|
|
29
|
+
company_vendor = "company_vendor"
|
|
29
30
|
}
|
|
30
31
|
export declare enum QUOTE_ITEM_INCLUDES {
|
|
31
32
|
parent_quote = "parent_quote",
|
|
@@ -22,6 +22,7 @@ var QUOTE_INCLUDES;
|
|
|
22
22
|
QUOTE_INCLUDES["items"] = "items";
|
|
23
23
|
QUOTE_INCLUDES["child_pos"] = "child_pos";
|
|
24
24
|
QUOTE_INCLUDES["negotiations"] = "negotiations";
|
|
25
|
+
QUOTE_INCLUDES["company_vendor"] = "company_vendor";
|
|
25
26
|
})(QUOTE_INCLUDES || (exports.QUOTE_INCLUDES = QUOTE_INCLUDES = {}));
|
|
26
27
|
var QUOTE_ITEM_INCLUDES;
|
|
27
28
|
(function (QUOTE_ITEM_INCLUDES) {
|