taxtank-core 0.31.15 → 0.31.17

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.
@@ -29,7 +29,6 @@ export declare abstract class RestService<BaseModel, Model extends BaseModel> im
29
29
  messageDeleted: string;
30
30
  messageDeletedBatch: string;
31
31
  roles: UserRolesEnum[];
32
- private user;
33
32
  constructor(http: HttpClient, eventDispatcherService: EventDispatcherService, environment: any, toastService: ToastService);
34
33
  /**
35
34
  * get list of base class instances directly from backend
@@ -39,7 +39,6 @@ export declare abstract class RestService<BaseModel, Model extends AbstractModel
39
39
  */
40
40
  disabledMethods: RestMethod[];
41
41
  roles: UserRolesEnum[];
42
- private user;
43
42
  constructor(http: HttpClient, eventDispatcherService: EventDispatcherService, environment: any);
44
43
  protected get apiUrl(): string;
45
44
  setCache(data: any[], next?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.31.15",
3
+ "version": "0.31.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",