taxtank-core 0.2.3 → 0.2.4

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.
@@ -38,6 +38,7 @@ export declare class BankAccountService extends BaseRestService<BankAccountBase,
38
38
  * Update bank account current balance
39
39
  */
40
40
  updateCurrentBalance(bankAccount: BankAccount): Observable<BankAccount>;
41
+ getOwn(): Observable<BankAccount[]>;
41
42
  /**
42
43
  * Listen to EventDispatcherService events
43
44
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",