automation-lib 5.1.510 → 5.1.511

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/dist/index.d.mts CHANGED
@@ -9964,6 +9964,7 @@ interface FindRoleOfMe {
9964
9964
  };
9965
9965
  }
9966
9966
  interface FilterUserDto extends IFilterBaseDto {
9967
+ members: string[];
9967
9968
  departmentOfUser: string[];
9968
9969
  teamOfUser: string[];
9969
9970
  status: EStatusUser[];
@@ -9980,6 +9981,7 @@ interface FindOverviewUserDto {
9980
9981
  totalUserInActive: number;
9981
9982
  totalLeaders: number;
9982
9983
  totalMembers: number;
9984
+ totalUserApplyRole: number;
9983
9985
  }
9984
9986
 
9985
9987
  interface CreateLarkDto extends Partial<ILark> {
package/dist/index.d.ts CHANGED
@@ -9964,6 +9964,7 @@ interface FindRoleOfMe {
9964
9964
  };
9965
9965
  }
9966
9966
  interface FilterUserDto extends IFilterBaseDto {
9967
+ members: string[];
9967
9968
  departmentOfUser: string[];
9968
9969
  teamOfUser: string[];
9969
9970
  status: EStatusUser[];
@@ -9980,6 +9981,7 @@ interface FindOverviewUserDto {
9980
9981
  totalUserInActive: number;
9981
9982
  totalLeaders: number;
9982
9983
  totalMembers: number;
9984
+ totalUserApplyRole: number;
9983
9985
  }
9984
9986
 
9985
9987
  interface CreateLarkDto extends Partial<ILark> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.510",
3
+ "version": "5.1.511",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",