taxtank-core 0.33.83 → 0.33.84

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.83",
3
+ "version": "0.33.84",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -4,7 +4,6 @@ import { Property } from '../../../models';
4
4
  import { IEventListener } from '../../../interfaces';
5
5
  import { RestMethod, RestService } from '../rest';
6
6
  import { PropertyCollection } from '../../../collections';
7
- import { UserRolesEnum } from 'taxtank-core/common';
8
7
  import * as i0 from "@angular/core";
9
8
  /**
10
9
  * @Todo Alex remove functionality related to PropertyShare
@@ -17,7 +16,6 @@ export declare class PropertyService extends RestService<PropertyBase, Property,
17
16
  collectionClass: typeof PropertyCollection;
18
17
  endpointUri: string;
19
18
  disabledMethods: RestMethod[];
20
- roles: UserRolesEnum[];
21
19
  constructor(environment: any);
22
20
  get(): Observable<PropertyCollection>;
23
21
  getAll(): Observable<PropertyCollection>;