taxtank-core 2.1.64 → 2.1.65

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/index.d.ts CHANGED
@@ -4183,6 +4183,7 @@ declare class BankAccount$1 extends BankAccount {
4183
4183
  isManual(): boolean;
4184
4184
  get isForeign(): boolean;
4185
4185
  get convertedBalance(): number;
4186
+ get convertedCloseBalance(): number;
4186
4187
  }
4187
4188
 
4188
4189
  declare class SoleBusinessAllocation extends SoleBusinessAllocation$1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.64",
3
+ "version": "2.1.65",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",