kcommons 18.9.7 → 18.9.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.
@@ -93,7 +93,7 @@ export interface INestedQualityClearanceDocumentItem extends Omit<IQualityCleara
93
93
  export interface IQCDFilters extends Partial<Pick<IQualityClearanceDocument, "company_id" | "parent_qa_location_id" | "parent_grn_id" | "status" | "is_approved" | "created_by_user_id" | "last_updated_by_user_id" | "cancelled_by_user_id">> {
94
94
  include?: QCD_INCLUDE[] | null;
95
95
  status_array?: QCD_STATUS[];
96
- metafields?: QCD_METAFIELDS_INCLUDE[];
96
+ metafields_include?: QCD_METAFIELDS_INCLUDE[];
97
97
  }
98
98
  export interface IQCDFiltersWithPagination extends IQCDFilters, IPaginationFilters {
99
99
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.9.7",
3
+ "version": "18.9.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",