taxtank-core 1.0.52 → 1.0.53

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": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.2",
@@ -14,7 +14,6 @@ export declare class MessageService extends RestService<MessageBase, Message, Me
14
14
  collectionClass: typeof MessageCollection;
15
15
  endpointUri: string;
16
16
  disabledMethods: RestMethod[];
17
- mercureTopic: string;
18
17
  constructor(environment: any);
19
18
  listenEvents(): void;
20
19
  getUnreadChatsAmount(): Observable<number>;
@@ -12,7 +12,6 @@ export declare class ClientMovementService extends RestService<ClientMovementBas
12
12
  collectionClass: typeof ClientMovementCollection;
13
13
  modelClass: typeof ClientMovement;
14
14
  disabledMethods: RestMethod[];
15
- mercureTopic: string;
16
15
  constructor(environment: any);
17
16
  listenEvents(): void;
18
17
  getActive(): Observable<ClientMovementCollection>;