kcommons 5.11.7 → 5.11.8

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.
@@ -106,8 +106,8 @@ export interface IRFQItem {
106
106
  parent_pr_id?: string | null;
107
107
  parent_pr_no?: string | null;
108
108
  corresponding_pr_item_id?: string | null;
109
- is_deleted?: boolean | null;
110
- deleted_at?: string | null;
109
+ is_deleted: boolean;
110
+ deleted_at: string | null;
111
111
  created_at?: string | null;
112
112
  updated_at?: string | null;
113
113
  parent_rfq?: INestedRFQ | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.11.7",
3
+ "version": "5.11.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",