taxtank-core 0.32.20 → 0.32.21

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.
@@ -16,6 +16,8 @@ export declare class PropertyShareService extends RestService<PropertyShareBase,
16
16
  * Listen to Event Dispatcher events
17
17
  */
18
18
  listenEvents(): void;
19
+ accept(share: PropertyShare): Observable<PropertyShare>;
20
+ reject(share: PropertyShare): Observable<PropertyShare>;
19
21
  /**
20
22
  * Re-invite property share
21
23
  * @param share user to share property
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.20",
3
+ "version": "0.32.21",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",