kcommons 5.24.6 → 5.24.7

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.
@@ -5,7 +5,7 @@ export declare enum VENDOR_ITEM_CATEGORIES_INCLUDE {
5
5
  items = "items"
6
6
  }
7
7
  export interface IVendorItemCategoryFilters {
8
- vendor_id: string;
8
+ vendor_proxy_id: string;
9
9
  name?: string;
10
10
  include?: VENDOR_ITEM_CATEGORIES_INCLUDE[];
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.24.6",
3
+ "version": "5.24.7",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",