kcommons 18.1.0 → 18.1.3

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.
@@ -165,11 +165,11 @@ export interface IRFQItem {
165
165
  corresponding_pr_item_id?: string | null;
166
166
  target_delivery_date?: string | null;
167
167
  target_price?: number | null;
168
- gst?: number | null;
168
+ gst: number | null;
169
169
  least_purchase_price?: number | null;
170
170
  least_purchase_date?: string | null;
171
- previous_purchase_price?: number | null;
172
- previous_purchase_date?: string | null;
171
+ previous_purchase_price: number | null;
172
+ previous_purchase_date: string | null;
173
173
  deleted_at: string | null;
174
174
  created_at?: string | null;
175
175
  updated_at?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.1.0",
3
+ "version": "18.1.3",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",