kcommons 5.14.6 → 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.
@@ -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.6",
3
+ "version": "5.14.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",