taxtank-core 2.0.9 → 2.0.11

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/index.d.ts CHANGED
@@ -8279,6 +8279,10 @@ declare class AdblockService {
8279
8279
  * provides user management to managers (users with ROLE_ACCOUNTANT for now, more in future)
8280
8280
  */
8281
8281
  declare class UserSwitcherService {
8282
+ private environment;
8283
+ private http;
8284
+ private jwtService;
8285
+ constructor(environment: any);
8282
8286
  /**
8283
8287
  * get switched username
8284
8288
  */
@@ -8286,7 +8290,7 @@ declare class UserSwitcherService {
8286
8290
  /**
8287
8291
  * switch to user (username should be used for correct work of backend)
8288
8292
  */
8289
- set(username: string): void;
8293
+ set(user: User$1): void;
8290
8294
  /**
8291
8295
  * go back to original user
8292
8296
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",