@tagsamurai/fats-api-services 1.0.0-alpha.88 → 1.0.0-alpha.89

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.88",
3
+ "version": "1.0.0-alpha.89",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -47,6 +47,7 @@ export type UserFilterParams = {
47
47
  modifiedBy?: string;
48
48
  updatedAt?: string;
49
49
  group?: string;
50
+ includeSubUser?: string;
50
51
  };
51
52
  export type UserFetchParams = TableParams & UserFilterParams;
52
53
  export type TransactionRoleFilterParams = {
@@ -132,6 +133,7 @@ export type UserOptionBoolean = {
132
133
  id?: string;
133
134
  excludeId?: string;
134
135
  group?: string;
136
+ includeSubUser?: boolean;
135
137
  isTotalControl?: boolean;
136
138
  };
137
139
  export interface SetActiveBulkUserDTO {
@@ -218,6 +218,7 @@ export type TransactionOptionBoolean = {
218
218
  managerOptions?: boolean;
219
219
  statusOptions?: boolean;
220
220
  userOptions?: boolean;
221
+ status?: string;
221
222
  };
222
223
  export type TimeLineLogs = {
223
224
  _id: string;