kcommons 5.11.11 → 5.11.12

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.
@@ -136,9 +136,9 @@ export interface IRFQBom {
136
136
  remarks: string | null;
137
137
  quantity: number;
138
138
  is_deleted: boolean;
139
- deleted_at: Date | null;
140
- created_at: Date;
141
- updated_at: Date;
139
+ deleted_at: string | null;
140
+ created_at: string;
141
+ updated_at: string;
142
142
  parent_rfq: INestedRFQ | null;
143
143
  bom: INestedBOM | null;
144
144
  referenced_rfq_item: IRFQItem | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.11.11",
3
+ "version": "5.11.12",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",