kcommons 5.19.7 → 5.19.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.
@@ -119,7 +119,6 @@ export declare enum UserInclude {
119
119
  export interface IUserFilters {
120
120
  name?: string;
121
121
  company_id?: string;
122
- role_id?: string;
123
122
  office_id?: string;
124
123
  store_location_id?: string;
125
124
  purchase_location_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.19.7",
3
+ "version": "5.19.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",