automation-lib 5.0.109 → 5.0.111

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
@@ -2867,13 +2867,10 @@ interface IDataUser {
2867
2867
  userEmail: string;
2868
2868
  userName: string;
2869
2869
  userAvatar: string;
2870
- userRoles: IRole[];
2871
2870
  userIsRootAdmin: boolean;
2872
2871
  userIsSubAdmin: boolean;
2873
- userIsManager: boolean;
2874
2872
  userIsLeader: boolean;
2875
- userTeam: ITeam;
2876
- userDepartment: IDepartment;
2873
+ userListRolesModule: string[];
2877
2874
  }
2878
2875
  interface IResponseLogin {
2879
2876
  token: string;
package/dist/index.d.ts CHANGED
@@ -2867,13 +2867,10 @@ interface IDataUser {
2867
2867
  userEmail: string;
2868
2868
  userName: string;
2869
2869
  userAvatar: string;
2870
- userRoles: IRole[];
2871
2870
  userIsRootAdmin: boolean;
2872
2871
  userIsSubAdmin: boolean;
2873
- userIsManager: boolean;
2874
2872
  userIsLeader: boolean;
2875
- userTeam: ITeam;
2876
- userDepartment: IDepartment;
2873
+ userListRolesModule: string[];
2877
2874
  }
2878
2875
  interface IResponseLogin {
2879
2876
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.109",
3
+ "version": "5.0.111",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",