kcommons 18.0.7 → 18.0.9

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.
@@ -67,6 +67,7 @@ export interface IComparativeFilters {
67
67
  status?: COMPARATIVE_STATUS;
68
68
  company_id?: string;
69
69
  include?: COMPARATIVE_INCLUDE[];
70
+ metafields_includes?: COMPARATIVE_METAFIELDS_INCLUDE[];
70
71
  }
71
72
  export declare enum COMPARATIVE_ITEM_INCLUDE {
72
73
  company = "company",
@@ -168,7 +168,8 @@ export interface IRFQItem {
168
168
  gst?: number | null;
169
169
  least_purchase_price?: number | null;
170
170
  least_purchase_date?: string | null;
171
- is_deleted: boolean;
171
+ previous_purchase_price?: number | null;
172
+ previous_purchase_date?: string | null;
172
173
  deleted_at: string | null;
173
174
  created_at?: string | null;
174
175
  updated_at?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.0.7",
3
+ "version": "18.0.9",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",