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 +1 -4
- package/dist/index.d.ts +1 -4
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
2876
|
-
userDepartment: IDepartment;
|
|
2873
|
+
userListRolesModule: string[];
|
|
2877
2874
|
}
|
|
2878
2875
|
interface IResponseLogin {
|
|
2879
2876
|
token: string;
|