kcommons 5.14.5 → 5.14.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.
@@ -25,8 +25,7 @@ export declare enum QUOTE_INCLUDES {
25
25
  taxes = "taxes",
26
26
  items = "items",
27
27
  child_pos = "child_pos",
28
- negotiations = "negotiations",
29
- company_vendor = "company_vendor"
28
+ negotiations = "negotiations"
30
29
  }
31
30
  export declare enum QUOTE_ITEM_INCLUDES {
32
31
  parent_quote = "parent_quote",
@@ -22,7 +22,6 @@ 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";
26
25
  })(QUOTE_INCLUDES || (exports.QUOTE_INCLUDES = QUOTE_INCLUDES = {}));
27
26
  var QUOTE_ITEM_INCLUDES;
28
27
  (function (QUOTE_ITEM_INCLUDES) {
@@ -66,6 +66,7 @@ export interface IRFQ {
66
66
  attachment_link?: string | null;
67
67
  is_deleted?: boolean | null;
68
68
  payment_terms?: string | null;
69
+ terms_and_conditions?: string | null;
69
70
  deleted_at?: string | null;
70
71
  created_at?: string | null;
71
72
  updated_at?: string | null;
@@ -106,6 +107,8 @@ export interface IRFQItem {
106
107
  quantity: number;
107
108
  created_by_user_id: string;
108
109
  item_description?: string | null;
110
+ remarks?: string | null;
111
+ attachment_link?: string | null;
109
112
  parent_pr_id?: string | null;
110
113
  parent_pr_no?: string | null;
111
114
  parent_rfq_bom_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.14.5",
3
+ "version": "5.14.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",